diff --git a/block-storage.yaml b/block-storage.yaml index 7e2be4ae81..af964fe389 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}