From dbaa02c1b08838233bc2d10df600449b4605f3d4 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 19 Apr 2018 14:49:47 -0600 Subject: [PATCH] Fix container build command The --kolla-config-file is a required parameter. We should probably document it. Change-Id: I0657ab46723ae0ce0926f55df2aefbbbc6d995ad --- doc/source/install/containers_deployment/3rd_party.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/install/containers_deployment/3rd_party.rst b/doc/source/install/containers_deployment/3rd_party.rst index b11131c9..c6c047eb 100644 --- a/doc/source/install/containers_deployment/3rd_party.rst +++ b/doc/source/install/containers_deployment/3rd_party.rst @@ -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