bd2b225005
Now uses the value of 'docker_registry', the default of which is unset. Change-Id: I564defbc661b6c100e9773826c03e3bc960adea7 Story: 2004873 Task: 29135
8 lines
299 B
YAML
8 lines
299 B
YAML
---
|
|
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.
|