openstack-ansible-os_keystone/releasenotes/notes/package-list-name-changes-007cacee4faf8ee6.yaml
Jesse Pretorius 2b8aa0703c 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: Ia9a7f3c237cc58d00c351a3393e5a723323b6890
2016-08-30 20:05:21 +00:00

11 lines
440 B
YAML

---
upgrade:
- The variable ``keystone_apt_packages`` has been renamed to
``keystone_distro_packages``.
- The variable ``keystone_idp_apt_packages`` has been renamed to
``keystone_idp_distro_packages``.
- The variable ``keystone_sp_apt_packages`` has been renamed to
``keystone_sp_distro_packages``.
- The variable ``keystone_developer_apt_packages`` has been renamed to
``keystone_developer_mode_distro_packages``.