72eea6059e
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: Ib122b0290e699c6fed05b035af7cad056e4580ce
11 lines
433 B
YAML
11 lines
433 B
YAML
---
|
|
upgrade:
|
|
- The variable ``neutron_apt_packages`` has been renamed to
|
|
``neutron_distro_packages``.
|
|
- The variable ``neutron_lbaas_apt_packages`` has been renamed to
|
|
``neutron_lbaas_distro_packages``.
|
|
- The variable ``neutron_vpnaas_apt_packages`` has been renamed to
|
|
``neutron_vpnaas_distro_packages``.
|
|
- The variable ``neutron_apt_remove_packages`` has been renamed to
|
|
``neutron_remove_distro_packages``.
|