Changed port of docker_registry in globals.yml

Changed docker_registry placeholder for consistency with
documentation; port 4000 is used instead of Docker's default port
5000 to avoid conflicts.

TrivialFix

Change-Id: I539547ce573642022ccdf1fbb47b4adc2f852ff2
This commit is contained in:
Gerard Braad — 吉拉德 2016-03-16 03:44:26 +00:00
parent a1037014d0
commit 5dcee1ae80
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ kolla_internal_vip_address: "10.10.10.254"
####################
### Example: Private repository with authentication
#
# docker_registry: "172.16.0.10:5000"
# docker_registry: "172.16.0.10:4000"
# docker_namespace: "companyname"
# docker_registry_username: "sam"
# docker_registry_password: "correcthorsebatterystaple"