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

This commit is contained in:
Zuul 2021-08-23 23:08:26 +00:00 committed by Gerrit Code Review
commit 7317546c28
2 changed files with 0 additions and 4 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

@ -27,8 +27,6 @@ class tripleo::profile::base::gnocchi (
$step = Integer(hiera('step')),
) {
if $step >= 3 {
warning('Gnocchi is deprecated and is going to be removed in future.')
include ::gnocchi
include ::gnocchi::config
include ::gnocchi::cors