kolla-ansible/releasenotes/notes/switch-images-to-quay-d4640afca6862eee.yaml
Radosław Piliszek 0d9477de38 Switch default images source to quay.io
Docs adapted to match.
Removed the unsupported-for-quay option to set up
a pull-through cache.

Closes-Bug: #1942134
Change-Id: If5a26b1ba4bf35bc29306c24f608396dbf5e3371
2021-09-16 17:27:39 +00:00

12 lines
562 B
YAML

---
upgrade:
- |
Switches default images source (``docker_registry``) to ``quay.io``.
The ``docker_namespace`` is also changed to ``openstack.kolla`` to match.
This is to make the default experience better, especially for users in
China, those deploying more than once and/or beyond the all-in-one (AIO)
environment used for development, testing and evaluation.
Do note for multinode and production deployments it is still recommended
to use a local registry as docs suggest.
`LP#1942134 <https://launchpad.net/bugs/1942134>`__