From 255f4fd69e6bdf8247bc2861fa830859fffbef33 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Fri, 8 Jan 2016 12:20:53 -0500 Subject: Minor fixes to allow local docker registry usage Changed the heat-docker-agents namespace to use the namespacing specified in the environment file, which reduces modifications required on the user when using a local registry. Changed the start agents script to handle using a local registry both with a namespace and without. Change-Id: I16cc96b7ecddeeda07de45f50ffc6a880dabbba6 --- environments/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environments/docker.yaml') diff --git a/environments/docker.yaml b/environments/docker.yaml index 6376b749..7c6dc407 100644 --- a/environments/docker.yaml +++ b/environments/docker.yaml @@ -8,7 +8,7 @@ parameters: parameter_defaults: # Defaults to 'tripleoupstream'. Specify a local docker registry - # Example: 192.168.122.131:8787 + # Example: 192.0.2.1:8787/tripleoupstream DockerNamespace: tripleoupstream # Enable local Docker registry DockerNamespaceIsRegistry: false -- cgit 1.2.3-korg