Merge "Modify default of kolla_docker_registry"

This commit is contained in:
Zuul 2019-01-31 16:50:25 +00:00 committed by Gerrit Code Review
commit 72a5acf02a
2 changed files with 8 additions and 1 deletions

View File

@ -62,7 +62,7 @@ kolla_install_type: "binary"
kolla_docker_namespace: "kolla"
# Url of docker registry to use for Kolla images.
kolla_docker_registry:
kolla_docker_registry: "{{ docker_registry }}"
# Username to use to access a docker registry.
kolla_docker_registry_username:

View File

@ -0,0 +1,7 @@
---
upgrade:
- |
Modifies the default value of ``kolla_docker_registry`` variable to the
value of the ``docker_registry`` variable. The default value of
``docker_registry`` is unset. This avoids needing to set the same value in
two places when a private Docker registry is in use.