Merge "Revert "Deprecate warnings for Ceilometer and Gnocchi"" into stable/ussuri

This commit is contained in:
Zuul 2021-09-11 08:40:20 +00:00 committed by Gerrit Code Review
commit a17d8f3c57
2 changed files with 0 additions and 3 deletions

View File

@ -88,8 +88,6 @@ class tripleo::profile::base::ceilometer (
) {
if $step >= 3 {
warning('Ceilometer is deprecated and is going to be removed in future.')
$oslomsg_rpc_use_ssl_real = sprintf('%s', bool2num(str2bool($oslomsg_rpc_use_ssl)))
$oslomsg_notify_use_ssl_real = sprintf('%s', bool2num(str2bool($oslomsg_notify_use_ssl)))
class { 'ceilometer' :

View File

@ -65,7 +65,6 @@ class tripleo::profile::base::gnocchi (
$redis_vip = hiera('redis_vip'),
$step = Integer(hiera('step')),
) {
warning('Gnocchi is deprecated and is going to be removed in future.')
if $bootstrap_node and $::hostname == downcase($bootstrap_node) {
$sync_db = true