Merge "Deprecate Keepalived"
This commit is contained in:
commit
811c6d0897
@ -96,6 +96,8 @@ class tripleo::keepalived (
|
|||||||
$storage_mgmt_virtual_ip = false,
|
$storage_mgmt_virtual_ip = false,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
warning('Keepalived is deprecated in Ussuri and will be removed in the next cycle.')
|
||||||
|
|
||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
$keepalived_name_is_process = false
|
$keepalived_name_is_process = false
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Keepalived is deprecated in Ussuri and will be removed in the next cycle.
|
Loading…
Reference in New Issue
Block a user