ceilometer: fix rabbit_virtual_host
The ceilometer module changed the name of this parameter from rabbit_virtualhost to rabbit_virtualhost, so properly reflect the change.
This commit is contained in:
parent
59ec7e1017
commit
b3c3d9dde7
@ -27,7 +27,7 @@ class kickstack::ceilometer::config inherits kickstack {
|
||||
rpc_backend => 'ceilometer.openstack.common.rpc.impl_kombu',
|
||||
rabbit_host => $rabbit_host,
|
||||
rabbit_password => $rabbit_password,
|
||||
rabbit_virtualhost => $::kickstack::rabbit_virtual_host,
|
||||
rabbit_virtual_host => $::kickstack::rabbit_virtual_host,
|
||||
rabbit_userid => $::kickstack::rabbit_userid,
|
||||
verbose => $::kickstack::verbose,
|
||||
debug => $::kickstack::debug,
|
||||
|
Loading…
x
Reference in New Issue
Block a user