From 3f9fbdfd3f7da0c3c88747b71f0001d4ff9b5f90 Mon Sep 17 00:00:00 2001 From: Kuo-tung Kao Date: Mon, 12 Oct 2015 13:53:06 +0800 Subject: [PATCH] add missing `kollaglue` in image-building add missing `kollaglue` word to build command in image-building.rst. Change-Id: Idd9c50a5298094492d170537e42ffeb1ed73af4f --- doc/image-building.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/image-building.rst b/doc/image-building.rst index 98758ddb7f..ee18c153d0 100644 --- a/doc/image-building.rst +++ b/doc/image-building.rst @@ -63,7 +63,7 @@ to push images to local registry. :: - tools/build.py --namespace 172.22.2.81:4000 --push + tools/build.py --namespace 172.22.2.81:4000/kollaglue --push To trigger buid.py to pull images from local registry, the Docker configuration needs to be modified. See @@ -180,7 +180,7 @@ To build and push images to local registry, use the following command: :: - tools/build.py --namespace 172.22.2.81:4000 --push + tools/build.py --namespace 172.22.2.81:4000/kollaglue --push Kolla-ansible with Local Registry +++++++++++++++++++++++++++++++++