Ensure Cinder uses the VIP when contacting Glance

Updates cinder.conf so that it will set glance_host and glance_port
with data from heat template.

Change-Id: I2b6aebf782b0825b4a980b22763e04dc79593efa
Closes-Bug: 1351110
This commit is contained in:
Giulio 2014-07-31 22:17:00 -04:00
parent 9c507646b3
commit a6214a237d
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ image_conversion_dir={{cinder.image_conversion_dir}}
iscsi_helper={{.}}
{{/cinder.iscsi-helper}}
glance_host = {{glance.host}}
glance_port = {{glance.port}}
{{#rabbit}}
rpc_backend=cinder.openstack.common.rpc.impl_kombu
rabbit_password = {{password}}