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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user