From: Giulio Fidente Date: Tue, 5 Aug 2014 16:39:49 +0000 (+0200) Subject: Ensure glance.host and glance.cinder are set for BlockStorage nodes X-Git-Tag: opnfv-6.0.0~2765^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=66eb3d005bb24b968b5b75a40475270a1b3da444;p=apex-tripleo-heat-templates.git Ensure glance.host and glance.cinder are set for BlockStorage nodes Change-Id: I03056681b795a2078a678dcb0cd29002310e5843 Related-bug: 1351110 --- 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}