Fix deprecated parameters
Fixes the use of deprecated parameters that is now removed in [1] [1] https://review.openstack.org/#/c/569608/ Change-Id: Ib1a1bbe735c3e810058303a52204497e13fe3903
This commit is contained in:
@@ -47,7 +47,7 @@ class openstack_integration::ceilometer (
|
|||||||
}),
|
}),
|
||||||
rabbit_use_ssl => $::openstack_integration::config::ssl,
|
rabbit_use_ssl => $::openstack_integration::config::ssl,
|
||||||
amqp_sasl_mechanisms => 'PLAIN',
|
amqp_sasl_mechanisms => 'PLAIN',
|
||||||
memcached_servers => $::openstack_integration::config::memcached_servers,
|
memcache_servers => $::openstack_integration::config::memcached_servers,
|
||||||
debug => true,
|
debug => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user