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:
parent
a1037014d0
commit
5dcee1ae80
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user