python-tripleoclient/releasenotes/notes/container-build-exclude-option-4c4d3899f7a2649c.yaml
Alex Schultz 678039164d Add excludes to container image build
Sometimes it would be beneficial to not build a specific container that
we might normally build. This change adds an --exclude option that can
be used to skip a container when passing it to kolla-build.

Change-Id: Ia871e0a46078a33270516f98ec0e08c1c3a0b43f
Depends-On: https://review.openstack.org/#/c/624530/
2019-01-03 11:45:32 -07:00

7 lines
234 B
YAML

---
features:
- |
Added new `exclude` option to the container build command that allows the
user to skip building a specific container. This option can be specified
muiltiple times to skip building multiple containers.