Merge "Fix Masakari dashboard policy file location"

This commit is contained in:
Zuul 2020-09-09 10:41:29 +00:00 committed by Gerrit Code Review
commit aa5d5b2941
2 changed files with 6 additions and 1 deletions

View File

@ -148,7 +148,7 @@ function config_masakari_dashboard {
done
config_dashboard "${ENABLE_MASAKARI}"\
"${SITE_PACKAGES}/masakaridashboard/conf/masakari_policy.json" \
"${SITE_PACKAGES}/openstack_dashboard/conf/masakari_policy.json"
"/etc/openstack-dashboard/masakari_policy.json"
config_dashboard "${ENABLE_MASAKARI}"\
"${SITE_PACKAGES}/masakaridashboard/local/local_settings.d/_50_masakari.py" \
"${SITE_PACKAGES}/openstack_dashboard/local/local_settings.d/_50_masakari.py"

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue with the Masakari dashboard where policies were not loaded
correctly.