diff --git a/docker/horizon/extend_start.sh b/docker/horizon/extend_start.sh index a03ad58726..d255910ed4 100644 --- a/docker/horizon/extend_start.sh +++ b/docker/horizon/extend_start.sh @@ -164,7 +164,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" diff --git a/releasenotes/notes/fix-masakari-dashboard-policy-bb8c6c2364666401.yaml b/releasenotes/notes/fix-masakari-dashboard-policy-bb8c6c2364666401.yaml new file mode 100644 index 0000000000..f3a1bcab0e --- /dev/null +++ b/releasenotes/notes/fix-masakari-dashboard-policy-bb8c6c2364666401.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixes an issue with the Masakari dashboard where policies were not loaded + correctly.