Adding the ip of the glance host to the cinder config

Bootable volumes were only working if cinder and glance were on the same host
https://bugzilla.redhat.com/show_bug.cgi?id=888241

Change-Id: Ib1a50c70aabfff7bb7a13c2179ceec007f5dbb02
This commit is contained in:
Derek Higgins
2013-01-28 09:28:39 -05:00
parent 70e197a22e
commit f12c56886f

View File

@@ -7,6 +7,7 @@ class {'cinder::base':
cinder_config{
"DEFAULT/rpc_backend": value => "cinder.openstack.common.rpc.impl_qpid";
"DEFAULT/qpid_hostname": value => "%(CONFIG_QPID_HOST)s";
"DEFAULT/glance_host": value => "%(CONFIG_GLANCE_HOST)s";
}
package {'python-keystone':