2b8aa0703c
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
11 lines
440 B
YAML
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``.
|