diff options
Diffstat (limited to 'devstack')
-rw-r--r-- | devstack/lib/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/lib/scope.sh b/devstack/lib/scope.sh index 05b605cd9..255ed695e 100644 --- a/devstack/lib/scope.sh +++ b/devstack/lib/scope.sh @@ -14,9 +14,9 @@ function configure_enforce_scope { iniset $KEYSTONE_CONF oslo_policy enforce_scope true + iniset $KEYSTONE_CONF oslo_policy enforce_new_defaults true iniset $KEYSTONE_CONF oslo_policy policy_file policy.yaml sudo systemctl restart devstack@keystone - oslopolicy-policy-generator --namespace keystone > /etc/keystone/policy.yaml } function configure_protection_tests { |