Ensure glance.host and glance.cinder are set for BlockStorage nodes
authorGiulio Fidente <gfidente@redhat.com>
Tue, 5 Aug 2014 16:39:49 +0000 (18:39 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Sun, 17 Aug 2014 10:35:03 +0000 (12:35 +0200)
Change-Id: I03056681b795a2078a678dcb0cd29002310e5843
Related-bug: 1351110

block-storage.yaml

index 7e2be4a..af964fe 100644 (file)
@@ -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}