kolla-ansible/releasenotes/notes/sync-horizon-rest-api-required-settings-099875e53248b62c.yaml
Pierre Riteau 68a128d74f Synchronize REST_API_REQUIRED_SETTINGS with Horizon
Backport to Ussuri unmodified. Backport to Train and Stein without
DEFAULT_BOOT_SOURCE.

Closes-Bug: #1891024

Change-Id: If8fe490c3f698ab3eb37735fbfcb8ab0d5fa8a06
2020-08-13 08:02:12 +00:00

15 lines
649 B
YAML

---
upgrade:
- |
The default value of ``REST_API_REQUIRED_SETTINGS`` was synchronized with
Horizon. You may want to review settings exposed by the `updated
configuration
<https://docs.openstack.org/horizon/latest/configuration/settings.html#rest-api-required-settings>`__.
fixes:
- |
Updates the default value of ``REST_API_REQUIRED_SETTINGS`` in Horizon
``local_settings``, which enables some features such as `selecting the
default boot source for instances
<https://docs.openstack.org/horizon/latest/configuration/settings.html#default-boot-source>`__.
`LP#1891024 <https://launchpad.net/bugs/1891024>`__