678039164d
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/
7 lines
234 B
YAML
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.
|