From 5dcee1ae806064fc95c7965dcea0944b6eb24fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Braad=20=E2=80=94=20=E5=90=89=E6=8B=89=E5=BE=B7?= Date: Wed, 16 Mar 2016 03:44:26 +0000 Subject: [PATCH] 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 --- etc/kolla/globals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index f2ab78c8dc..9de1874f27 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -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"