We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a97e56 + c4b0059 commit a419a6dCopy full SHA for a419a6d
1 file changed
stackrc
@@ -184,7 +184,7 @@ IDENTITY_API_VERSION=${IDENTITY_API_VERSION:-3}
184
# will to be set to ``3`` in order to make DevStack register the Identity
185
# endpoint as v3. This flag is experimental and will be used as basis to
186
# identify the projects which still have issues to operate with Identity v3.
187
-ENABLE_IDENTITY_V2=$(trueorfalse True ENABLE_IDENTITY_V2)
+ENABLE_IDENTITY_V2=$(trueorfalse False ENABLE_IDENTITY_V2)
188
if [ "$ENABLE_IDENTITY_V2" == "False" ]; then
189
IDENTITY_API_VERSION=3
190
fi
0 commit comments