diff --git a/doc/image-building.rst b/doc/image-building.rst
index 98758ddb7faa9ec7869d5abd5645b95d03e62b29..ee18c153d0e3dcc393a45e4a465fde7b18a1cde7 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
 +++++++++++++++++++++++++++++++++