kolla-ansible/releasenotes/notes/default-type-source-3fefd8baa3ca46ba.yaml
Mark Goddard 66c84843e4 Deploy source type images by default
Source images get the most test coverage, so it makes sense to deploy
these by default.

Change-Id: I8d0c8750e2c1600e84cc2e677a4eae0e9f502dac
2021-09-30 08:07:48 +00:00

9 lines
347 B
YAML

---
upgrade:
- |
Updates the default image type to ``source``. Users wishing to deploy
``binary`` type images should set ``kolla_install_type`` to ``binary`` in
``globals.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.