openstack-ansible/releasenotes/notes/keepalived_new_vars-a3b2f0d334f79e10.yaml
Jean-Philippe Evrard 952fad5c31 Update vars to match latest keepalived role
While the user interface is retro-compatible, it's probably better
to adapt our vars and examples to show what's the future gonna be.

Change-Id: Ic242f98d775ccd176e69251e4734075bbbb01146
2017-06-06 09:13:40 +00:00

16 lines
776 B
YAML

---
deprecations:
- |
The variable ``keepalived_uca_enable`` is deprecated, and replaced
by ``keepalived_ubuntu_src``. The ``keepalived_uca_enable`` variable will
be removed in future versions of the keepalived role. The value of
``keepalived_ubuntu_src`` should be either "uca", "ppa", or "native",
for respectively installing from the Ubuntu Cloud archive, from keepalived
stable ppa, or not installing from an external source.
- |
The variable ``keepalived_use_latest_stable`` is deprecated, and replaced
by ``keepalived_package_state``. The ``keepalived_use_latest_stable``
variable will be removed in future versions of the keepalived role.
The value of ``keepalived_package_state`` should be either "latest" or
"present".