Fix container build command

The --kolla-config-file is a required parameter. We should probably
document it.

Change-Id: I0657ab46723ae0ce0926f55df2aefbbbc6d995ad
This commit is contained in:
Alex Schultz 2018-04-19 14:49:47 -06:00
parent 62f046130c
commit dbaa02c1b0
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ Configure Kolla to build images for TripleO, in `/etc/kolla/kolla-build.conf`::
Use the following command to build all of the container images used in TripleO::
openstack overcloud container image build \
--config-file /usr/share/tripleo-common/container-images/overcloud_images.yaml
--config-file /usr/share/tripleo-common/container-images/overcloud_containers.yaml \
--kolla-config-file /etc/kolla/kolla-build.conf
Or use `kolla-build` to build the images yourself, which provides more
flexibility and allows you to rebuild selectively just the images matching