From 66eb3d005bb24b968b5b75a40475270a1b3da444 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Tue, 5 Aug 2014 18:39:49 +0200 Subject: Ensure glance.host and glance.cinder are set for BlockStorage nodes Change-Id: I03056681b795a2078a678dcb0cd29002310e5843 Related-bug: 1351110 --- block-storage.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'block-storage.yaml') 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} -- cgit 1.2.3-korg