Skip to content

Commit a419a6d

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Disable the v2.0 identity API by default"
2 parents 0a97e56 + c4b0059 commit a419a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ IDENTITY_API_VERSION=${IDENTITY_API_VERSION:-3}
184184
# will to be set to ``3`` in order to make DevStack register the Identity
185185
# endpoint as v3. This flag is experimental and will be used as basis to
186186
# identify the projects which still have issues to operate with Identity v3.
187-
ENABLE_IDENTITY_V2=$(trueorfalse True ENABLE_IDENTITY_V2)
187+
ENABLE_IDENTITY_V2=$(trueorfalse False ENABLE_IDENTITY_V2)
188188
if [ "$ENABLE_IDENTITY_V2" == "False" ]; then
189189
IDENTITY_API_VERSION=3
190190
fi

0 commit comments

Comments
 (0)