kolla/releasenotes/notes/new-kolla-options-e8e32357786e8454.yaml
Mark Goddard 7da429cfe3 Tidy up release notes for Ussuri
Change-Id: Ib665981845a9adf784d7c77ea40e3c087224b416
2020-05-19 11:07:35 +01:00

15 lines
565 B
YAML

---
features:
- |
Adds an `--enable-unbuildable` option to ignore the internal list of
unbuildable images. It is useful in two situations: building for a new
distribution/architecture or generation of templates (with
``--templates-only`` option) when all templates are needed no matter being
buildable or not.
upgrade:
- |
The way of generating templates (with ``--templates-only`` option) is
changed. By default only buildable ones are generated. If all templates
are needed then ``--enable-unbuildable`` option must be used.