acfc4fd26a
By default, kolla configure docker to use an insecure connection with the private registry. If we want to use SSL verification we need to add an option. Change-Id: Id1805c9cfeb499da9bb56c70028f14c6f8bb20b6
7 lines
183 B
YAML
7 lines
183 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Add option `docker_registry_insecure` to enable the SSL verification
|
|
for the docker registry. Default value is true when a private
|
|
registry is defined.
|