python-tripleoclient/releasenotes/notes/container-image-commands-49eaa9c338085844.yaml
Steve Baker 5ae4769354 New command "overcloud container image build"
This command receives the same --config-file argument as "overcloud
container image upload" and invokes kolla-build to build the images
specified in that file.

It is also possible to specify --kolla-config-file multiple times to
control the behaviour of kolla-build.

Change-Id: If06a941eaf8d92c29ed84387c4f040866cf07cfa
Depends-On: I061f626fdb3d71613aa23436bf6c53cf4de62213
2017-04-11 15:35:29 +12:00

10 lines
394 B
YAML

---
features:
- |
New command ``overcloud container image upload``. This is the container
image equivalent to the ``overcloud image upload`` command.
- |
New command ``overcloud container image build``. This command receives the
same ``--config-file`` argument as ``overcloud container image upload`` and
invokes kolla-build to build the images specified in that file.