Comment 4 for bug 1894240

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.opendev.org/749990
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=4f44870376f47c6a65bd02cc83d2ef39fd1f5ae9
Submitter: Zuul
Branch: master

commit 4f44870376f47c6a65bd02cc83d2ef39fd1f5ae9
Author: Mark Goddard <email address hidden>
Date: Fri Sep 4 16:43:47 2020 +0100

    Fix Masakari dashboard policy file location

    The horizon image copies the masakari dashboard's policy file to Python
    site packages, but it should go to /etc/openstack-dashboard. This allows
    the dashboard to be seen by non-admins, although it fails to load.

    We get an error like the following in horizon.log:

    No policy rules for service 'instance-ha' in
    /etc/openstack-dashboard/masakari_policy.json

    This change fixes the issue.

    Change-Id: I8ede183c76a830de06ce6524dc3f6f6944b182c1
    Closes-Bug: #1894240