diff options
author | Jeff Peeler <jpeeler@redhat.com> | 2016-01-08 12:20:53 -0500 |
---|---|---|
committer | Jeff Peeler <jpeeler@redhat.com> | 2016-02-12 15:35:03 -0500 |
commit | 255f4fd69e6bdf8247bc2861fa830859fffbef33 (patch) | |
tree | 53df462d373c69b05a22703e597ffe6762302315 /environments | |
parent | 8d763fc70c33695a4752b04656d3904561cc19f3 (diff) |
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
Diffstat (limited to 'environments')
-rw-r--r-- | environments/docker.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |