Merge "horizon: Correct location of monitoring_policy file"

This commit is contained in:
Zuul 2021-06-17 07:51:19 +00:00 committed by Gerrit Code Review
commit fa0bb0bcdb
2 changed files with 8 additions and 1 deletions

View File

@ -152,7 +152,7 @@ function config_monasca_ui {
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/_50_admin_add_monitoring_panel.py"
config_dashboard "${ENABLE_MONASCA:-no}" \
"${SITE_PACKAGES}/monitoring/conf/monitoring_policy.json" \
"${SITE_PACKAGES}/openstack_dashboard/conf/monitoring_policy.json"
"/etc/openstack-dashboard/monitoring_policy.json"
}
function config_murano_dashboard {

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Fixes location of monitoring_policy in Horizon, so access
policy is correctly enforced. Note that by current default,
admin doesn't not have Monitoring access.
`LP#1928408 <https://launchpad.net/bugs/1928408>`__