Skip to content

Commit ae44a42

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Enforce new keystone policies by default"
2 parents 41669d8 + 05f90d5 commit ae44a42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/keystone

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ KEYSTONE_ADMIN_ENDPOINT=$(trueorfalse False KEYSTONE_ADMIN_ENDPOINT)
116116
# Flag to set the oslo_policy.enforce_new_defaults. This is used to switch
117117
# the Identity API policies to use the new defaults.
118118
# KEYSTONE_ENFORCE_SCOPE is a deprecated alias for KEYSTONE_ENFORCE_NEW_DEFAULTS.
119-
KEYSTONE_ENFORCE_NEW_DEFAULTS=$(trueorfalse False KEYSTONE_ENFORCE_NEW_DEFAULTS)
119+
KEYSTONE_ENFORCE_NEW_DEFAULTS=$(trueorfalse True KEYSTONE_ENFORCE_NEW_DEFAULTS)
120120
if [[ -n "${KEYSTONE_ENFORCE_SCOPE}" ]]; then
121-
KEYSTONE_ENFORCE_NEW_DEFAULTS=$(trueorfalse False KEYSTONE_ENFORCE_SCOPE)
121+
KEYSTONE_ENFORCE_NEW_DEFAULTS=$(trueorfalse True KEYSTONE_ENFORCE_SCOPE)
122122
fi
123123

124124
# Functions

0 commit comments

Comments
 (0)