Merge "Deprecate Keepalived"

This commit is contained in:
Zuul 2020-05-27 23:26:59 +00:00 committed by Gerrit Code Review
commit 811c6d0897
2 changed files with 6 additions and 0 deletions

View File

@ -96,6 +96,8 @@ class tripleo::keepalived (
$storage_mgmt_virtual_ip = false,
) {
warning('Keepalived is deprecated in Ussuri and will be removed in the next cycle.')
case $::osfamily {
'RedHat': {
$keepalived_name_is_process = false

View File

@ -0,0 +1,4 @@
---
deprecations:
- |
Keepalived is deprecated in Ussuri and will be removed in the next cycle.