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:
parent
9c507646b3
commit
a6214a237d
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user