aboutsummaryrefslogtreecommitdiffstats
path: root/block-storage.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2014-08-05 18:39:49 +0200
committerGiulio Fidente <gfidente@redhat.com>2014-08-17 12:35:03 +0200
commit66eb3d005bb24b968b5b75a40475270a1b3da444 (patch)
tree95eca50c77818c37c510badd6d7c89ba55785cc6 /block-storage.yaml
parent91fd462aae986746296d6ca3065514f8a0676b66 (diff)
Ensure glance.host and glance.cinder are set for BlockStorage nodes
Change-Id: I03056681b795a2078a678dcb0cd29002310e5843 Related-bug: 1351110
Diffstat (limited to 'block-storage.yaml')
-rw-r--r--block-storage.yaml3
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}