Ensure glance.host and glance.cinder are set for BlockStorage nodes

Change-Id: I03056681b795a2078a678dcb0cd29002310e5843
Related-bug: 1351110
This commit is contained in:
Giulio Fidente 2014-08-05 18:39:49 +02:00
parent 91fd462aae
commit 66eb3d005b
1 changed files with 3 additions and 0 deletions

View 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}