openstack-ansible-os_nova/releasenotes/notes/var-deprecations-417d87b9d386466a.yaml
Jesse Pretorius 57cc173e6d Rename package lists (and related vars) appropriately
In order to make it easier to differentiate between the lists of
python packages, distribution packages, downloaded packages,
package pins and other similar variables the variable names are
being changed to ensure that they have a more explicit suffix
that defines the purpose and makes the naming more consistent.

This is to facilitate a lookup plugin which will be able to look
up all the package lists and present them as a consolidated piece
of data which may be used for artifact preparation.

Change-Id: I19151dabeb96392cbceb63506d4a7e64da6119f3
2016-08-30 19:54:11 +01:00

12 lines
395 B
YAML

---
upgrade:
- |
The following variables have been renamed in order to make the variable
names neutral for multiple operating systems.
* nova_apt_packages -> nova_distro_packages
* nova_spice_apt_packages -> nova_spice_distro_packages
* nova_novnc_apt_packages -> nova_novnc_distro_packages
* nova_compute_kvm_apt_packages -> nova_compute_kvm_distro_packages