Without this change the role is failing functional tests with an
"ImportError: No module named yaml" which leads to a Broken Pipe
error as seen in change-set 1.
Change-Id: I359556db6fa3e9f75dae609966efe59f4794379a
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: I29e93c889f1450c33529563687a74914d8b03006
We should ensure that an image can be uploaded to
Glance before considering the role fully functional.
Change-Id: Iff2c84ef29de698d67010e7acb23f8f90d4b8eaf
Closes-Bug: #1553960