kolla/releasenotes/notes/default-type-source-f0c5cf1d97e2f345.yaml
Mark Goddard e4f019a5dd Build source type images by default
Source images get the most test coverage, so it makes sense to build
these by default.

Change-Id: Ie10a41a94af95075a1b91feb2b74ade02b17117e
2021-09-30 09:07:10 +01:00

9 lines
393 B
YAML

---
upgrade:
- |
Updates the default image type to ``source``. Users wishing to build
``binary`` type images should either specify the ``--type binary`` CLI
argument or set ``[DEFAULT] type=binary`` in ``kolla-build.conf``.
This change is to reflect the reality that source images are tested more
thoroughly and we (as OpenStack community) have better control over them.