382877dd4c
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
11 lines
299 B
YAML
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.
|