puppet-horizon/releasenotes/notes/bug-1956904-f4393eade5197c47.yaml
Takashi Kajinami d48de6a482 Do not hard-code REST_API_REQUIRED_SETTINGS
The REST_API_REQUIRED_SETTINGS parameter defines a list of settings
available to the client side. Basically this parameter should be
defined according to the requirement by Horizon's implementation.

This change removes the current hard-code, because the default value
is now defined in Horizon itself. What is worse, the current value is
outdated and doesn't include some items, which would break Horizon's
functionality.

Closes-Bug: #1956904
Change-Id: Ie3c13d96e8219b4d80b0641f4def49b858f0513a
2022-01-10 07:34:08 +00:00

7 lines
224 B
YAML

---
fixes:
- |
`Bug #1956904 <https://bugs.launchpad.net/puppet-horizon/+bug/1956904>`_:
The hard-coded ``REST_API_REQUIRED_SETTINGS`` parameter was removed, to use
the default value defined in Horizon itself.