diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml
index bf88124e1ecb76fd62f9ce24422f9944a8c6347b..0ad06538315acefa7c3fc9fd80da02ad9da9fdef 100644
--- a/etc/kolla/globals.yml
+++ b/etc/kolla/globals.yml
@@ -44,7 +44,8 @@ kolla_internal_vip_address: "10.10.10.254"
 ####################
 # Docker options
 ####################
-### Example: Private repository with authentication
+# Below is an example of a private repository with authentication. Note the
+# Docker registry password can also be set in the passwords.yml file.
 
 #docker_registry: "172.16.0.10:4000"
 #docker_namespace: "companyname"