File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949KEYSTONE_CONF_DIR=${KEYSTONE_CONF_DIR:-/ etc/ keystone}
5050KEYSTONE_CONF=$KEYSTONE_CONF_DIR /keystone.conf
5151KEYSTONE_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
5555KEYSTONE_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
You can’t perform that action at this time.
0 commit comments