Merge "Deprecate cloudkitty::ui"

This commit is contained in:
Zuul 2022-02-14 18:14:35 +00:00 committed by Gerrit Code Review
commit 3a7d92be8e
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# == Class: cloudkitty::ui
#
# DEPRECATAD !!
# Installs & configure the cloudkitty ui component
#
# === Parameters
@ -15,6 +16,8 @@ class cloudkitty::ui (
include cloudkitty::deps
include cloudkitty::params
warning('The cloudkitty::ui class is deprecated. Use horizon::dashboard instead.')
package { 'cloudkitty-ui':
ensure => $package_ensure,
name => $::cloudkitty::params::ui_package_name,

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The ``cloudkitty::ui`` class has been deprecated and will be removed in
a future release.