diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index bf88124e1e..0ad0653831 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"