kayobe/releasenotes/notes/remove-kolla-docker-registry-insecure-9d92a2c7c8bdc99c.yaml
Mark Goddard 1dce99094b Remove unsupported kolla_docker_registry_insecure variable
This variable is not supported since
I61a61ca59652b13687c2247d5881012b51f666a7, but was not removed from
etc/kayobe/kolla.yml in that change.

This change also adds the replacement variable docker_registry_insecure
to etc/kayobe/docker.yml.

TrivialFix
Change-Id: I3fa96f0276e08a6678e5d743399d01bc19a8dd1b
2023-10-25 15:45:31 +00:00

14 lines
544 B
YAML

---
fixes:
- |
Removes the ``kolla_docker_registry_insecure`` variable from
``etc/kayobe/kolla.yml`` as it is not used since the 2023.1 (Antelope)
release. The replacement ``docker_registry_insecure`` variable has been
added to ``etc/kayobe/docker.yml``.
upgrade:
- |
Removes the ``kolla_docker_registry_insecure`` variable from
``etc/kayobe/kolla.yml`` as it is not used since the 2023.1 (Antelope)
release. The replacement ``docker_registry_insecure`` variable has been
added to ``etc/kayobe/docker.yml``.