Skip to content

Commit

Permalink
Set POLICY_FILES_PATH correctly
Browse files Browse the repository at this point in the history
Since the policy files have all been moved from the app's directory
in /usr/share/openstack-dashboard/openstack_dashboard/conf to the
config directory at /etc/openstack-dashboard, we have to tell
the app where to find them. Without this, all policy checks fail.
  • Loading branch information
deshipu authored and bshephar committed Mar 27, 2024
1 parent 136d1ab commit ab72aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/horizon/config/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"help_text": _(""),
}
HORIZON_CONFIG["enforce_password_check"] = True
POLICY_FILES_PATH = '/etc/openstack-dashboard'

DEBUG = False
# This setting controls whether or not compression is enabled. Disabling
Expand Down

0 comments on commit ab72aa8

Please sign in to comment.