From 4ea452edb5389747ff31c2cb242619b98d25ec89 Mon Sep 17 00:00:00 2001 From: Andrew Widdersheim Date: Tue, 18 Oct 2016 14:21:34 -0400 Subject: [PATCH] Update globals.yml Docker registry example notes Note that the 'docker_registry_password' can also be set in passwords.yml since most people may want to use Ansible's vault to secure their password files. TrivialFix Change-Id: I8980aaaf7af97c1751012de427d20ba09cda1252 --- etc/kolla/globals.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"