puppet-horizon/releasenotes/notes/heat-dashboard-c34cea1d256164cd.yaml
Takashi Kajinami 382877dd4c Add support for independent heat-dashboard configurations
Currently horizon supports per-dashboard configurations in
/etc/openstack-dashboard/local_settings.d. Each dashboard plugin
provides a specific file to define its parameters, and any parameters
used in dashboard plugins have been removed from the base
local_settings(.py) in horizon repo.

To follow how each plugin is supposed to have its configurations
managed, this change introduces an independent file for heat-dashboard.
Support for the other dashboards like manila-ui, octavia-ui, and etc
will be added later.

Change-Id: I5999c2eaf8d7788d3c0d76e69a56a0b10058dfe9
2021-05-28 09:09:24 +09:00

11 lines
299 B
YAML

---
features:
- |
The new ``horizon::dashboards::heat`` class has been added. This class can
be used to manage parameters for heat-dashboard.
deprecations:
- |
The ``horizon::enable_user_pass`` parameter has been deprecated. Use
the ``horizon::dashboards::heat`` class instead.