python-tripleoclient/tripleoclient/tests/v1/overcloud_image
Steve Baker 16cfbd2b97 Add list options to overcloud container image build
This change adds the options --list-images and --list-dependencies to
the "overcloud container image build" command.

With these options, images will not be built, but the command will
return structured data for what images would be built.

This provides parsable data to allow other standard image building
pipelines to do the actual image building.

The order of --list-images is determined by doing a depth-first
traversal of the dependencies structure, which provides a reasonable
order for image building.

Change-Id: Ibabbb487465566dc2550a9b89e76800dfcae8257
2017-07-07 16:05:23 +12:00
..
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
test_container_image.py Add list options to overcloud container image build 2017-07-07 16:05:23 +12:00
test_overcloud_image.py Remove old image building code 2017-06-06 17:06:07 +00:00