kayobe/releasenotes/notes/default-source-type-b379b0f1562537dd.yaml
Mark Goddard b8abf706d4 Build and deploy source type images by default
Source images get the most test coverage, so it makes sense to build and
deploy these by default.

Change-Id: I297b83985b09e888c5ee64c1a39f8a1dfcacc5c1
2021-10-01 12:55:37 +02:00

15 lines
672 B
YAML

---
upgrade:
- |
Updates the default image type to ``source``. Users wishing to build and
deploy ``binary`` type images should set ``kolla_install_type`` to
``binary`` in ``kolla.yml``. This change is to reflect the reality that
source images are tested more thoroughly and we (as OpenStack community)
have better control over them.
issues:
- |
Switching an existing deployment from ``binary`` to ``source`` images can
break Horizon, which can be resolved by flushing contents of ``memcached``
with ``docker restart memcached``. See `Kolla Ansible bug 1886549
<https://bugs.launchpad.net/kolla-ansible/+bug/1886549>`__ for details.