Skip to content

Commit c1eeb77

Browse files
committed
lib/keystone: Migrate Keystone to WSGI module path
Depends-on: https://review.opendev.org/c/openstack/keystone/+/932060 Change-Id: I10bea74fb0bce1888d324a61f23c25b8f7082e97
1 parent 5f49df4 commit c1eeb77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/keystone

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fi
4949
KEYSTONE_CONF_DIR=${KEYSTONE_CONF_DIR:-/etc/keystone}
5050
KEYSTONE_CONF=$KEYSTONE_CONF_DIR/keystone.conf
5151
KEYSTONE_PUBLIC_UWSGI_CONF=$KEYSTONE_CONF_DIR/keystone-uwsgi-public.ini
52-
KEYSTONE_PUBLIC_UWSGI=$KEYSTONE_BIN_DIR/keystone-wsgi-public
52+
KEYSTONE_PUBLIC_UWSGI=keystone.wsgi.api:application
5353

5454
# Select the Identity backend driver
5555
KEYSTONE_IDENTITY_BACKEND=${KEYSTONE_IDENTITY_BACKEND:-sql}
@@ -226,7 +226,7 @@ function configure_keystone {
226226

227227
iniset $KEYSTONE_CONF DEFAULT debug $ENABLE_DEBUG_LOG_LEVEL
228228

229-
write_uwsgi_config "$KEYSTONE_PUBLIC_UWSGI_CONF" "$KEYSTONE_PUBLIC_UWSGI" "/identity"
229+
write_uwsgi_config "$KEYSTONE_PUBLIC_UWSGI_CONF" "$KEYSTONE_PUBLIC_UWSGI" "/identity" "" "keystone-api"
230230

231231
iniset $KEYSTONE_CONF DEFAULT max_token_size 16384
232232

0 commit comments

Comments
 (0)