Files
openstack-ansible-openstack…/releasenotes/notes/deprecate-openstack-host-apt-packages-b4d7af53d55d980d.yaml
Jesse Pretorius be8824d261 Address Ansible bare variable usage
When executing the role with Ansible 2.1, the following
deprecation warning is issued in the output for some tasks.

[DEPRECATION WARNING]: Using bare variables is deprecated.

This patch addresses the tasks to fix the behaviour appropriately.

Change-Id: I5d883f4fa4388ec24f1da22d42b2c6d028d9ce94
2016-06-15 18:22:24 +01:00

6 lines
212 B
YAML

---
deprecations:
- The ``openstack_host_apt_packages`` variable has been deprecated.
``openstack_host_packages`` should be used instead to override
packages required to install on all OpenStack hosts.