diff options
Diffstat (limited to 'block-storage.yaml')
-rw-r--r-- | block-storage.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/block-storage.yaml b/block-storage.yaml index 7e2be4ae..af964fe3 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -46,3 +46,6 @@ resources: host: {get_input: controller_virtual_ip} username: {get_param: RabbitUserName} password: {get_param: RabbitPassword} + glance: + host: {get_input: controller_virtual_ip} + port: {get_param: GlancePort} |