Skip to content

Commit b538b32

Browse files
jharbottosfrickler
authored andcommitted
Switch off creating a keystone admin endpoint by default
With the depending patch, the endpoint will still be created for heat tests, so we can turn it off for everyone else. Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/777343 Change-Id: I0dc7d6cedd07e942b9f23b26a785b386aff41fbc
1 parent eb37657 commit b538b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/keystone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ KEYSTONE_PASSWORD_HASH_ROUNDS=${KEYSTONE_PASSWORD_HASH_ROUNDS:-4}
123123
KEYSTONE_ENABLE_CACHE=${KEYSTONE_ENABLE_CACHE:-True}
124124

125125
# Whether to create a keystone admin endpoint for legacy applications
126-
KEYSTONE_ADMIN_ENDPOINT=$(trueorfalse True KEYSTONE_ADMIN_ENDPOINT)
126+
KEYSTONE_ADMIN_ENDPOINT=$(trueorfalse False KEYSTONE_ADMIN_ENDPOINT)
127127

128128
# Functions
129129
# ---------

0 commit comments

Comments
 (0)