Use DockerInsecureRegistryAddress heat param

This patch begins using a new single DockerInsecureRegistryAddress
parameter so that we can deprecate the both DockerNamespace
and DockerNamespaceIsRegistry. Use of DockerNamespaceIsRegistry
and DockerNamespace can be quite confusing and has recently
been cleaned up in I729fa00175cb36b02b882d729aae5ff06d0e3fbc.

Change-Id: I292162d66880278de09f7acbdbf02e2312c5bb2b
This commit is contained in:
Dan Prince 2017-07-13 13:38:41 -04:00
parent aff9f6e170
commit 7fefe3d22c
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ parameter_defaults:
# Enable local Docker registry
DockerNamespace: {{ ctl_plane_ip }}:8787/{{ docker_registry_namespace }}
DockerNamespaceIsRegistry: true
DockerInsecureRegistryAddress: {{ ctl_plane_ip }}:8787