Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit b3c3d9d

Browse files
committed
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.
1 parent 59ec7e1 commit b3c3d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/ceilometer/config.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
rpc_backend => 'ceilometer.openstack.common.rpc.impl_kombu',
2828
rabbit_host => $rabbit_host,
2929
rabbit_password => $rabbit_password,
30-
rabbit_virtualhost => $::kickstack::rabbit_virtual_host,
30+
rabbit_virtual_host => $::kickstack::rabbit_virtual_host,
3131
rabbit_userid => $::kickstack::rabbit_userid,
3232
verbose => $::kickstack::verbose,
3333
debug => $::kickstack::debug,

0 commit comments

Comments
 (0)