aboutsummaryrefslogtreecommitdiffstats
path: root/block-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-18 14:54:26 +0000
committerGerrit Code Review <review@openstack.org>2014-08-18 14:54:26 +0000
commit5c22cfadb831847faa863f6a840e8e494ac31e0a (patch)
tree671620e9661b39012fc8459fe83ecb455ecec58a /block-storage.yaml
parent5dd1df95434b74c6abce5cbaf35ad68848645a24 (diff)
parent66eb3d005bb24b968b5b75a40475270a1b3da444 (diff)
Merge "Ensure glance.host and glance.cinder are set for BlockStorage nodes"
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}