Fix wrong glance $rabbit_host assignment
In `glance-api.conf`, the value `$rabbit_host` has a wrong value due to a wrong assignment in the `params.pp` file. This commit bind the `$rabbit_host` to its proper value. Close #146 Close enovance/openstack-puppet-ci#36
This commit is contained in:
parent
a037625787
commit
5103948d40
@ -70,7 +70,7 @@ class cloud::image(
|
||||
$ks_glance_registry_internal_port = $os_params::ks_glance_registry_internal_port,
|
||||
$ks_glance_password = $os_params::ks_glance_password,
|
||||
$rabbit_password = $os_params::rabbit_password,
|
||||
$rabbit_host = $os_params::rabbit_hosts[0],
|
||||
$rabbit_host = $os_params::rabbit_host,
|
||||
$api_eth = $os_params::api_eth,
|
||||
$openstack_vip = $os_params::vip_public_ip,
|
||||
$rbd_store_pool = $os_params::glance_rbd_pool,
|
||||
|
Loading…
x
Reference in New Issue
Block a user