Commit Graph

4 Commits

Author SHA1 Message Date
Takashi Kajinami
a84514f5b7 Remove enable_user_pass from the base horizon class
... because the parameter was deprecated during Xena cycle in favor of
the separate classes for dashboard plugins.

Change-Id: I0105dca66abed6b4252df93d71c10d838dda1a7b
2022-05-12 09:13:24 +09:00
Takashi Kajinami
2c33f9fb5e Fix syntax error in individual dashboard settings
Closes-Bug: #1965970
Change-Id: Ie866b35306cadb5e7dad53b0c05c84023c134c3b
2022-03-23 01:45:37 +09:00
Takashi Kajinami
ad87d13355 Add more tunables for heat-dashboard
Change-Id: I90b19a4111e4496eb0e022fd8c7b9bba34b4d097
2021-11-01 14:13:41 +09:00
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