File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ function write_uwsgi_config {
287287# mod_proxy_uwsgi because the chunked encoding gets dropped. See:
288288# https://github.com/unbit/uwsgi/issues/1540 You can workaround this on python2
289289# but that involves having apache buffer the request before sending it to
290- # uswgi .
290+ # uwsgi .
291291function write_local_uwsgi_http_config {
292292 local file=$1
293293 local wsgi=$2
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ GLANCE_SERVICE_PROTOCOL=${GLANCE_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
7272GLANCE_REGISTRY_PORT=${GLANCE_REGISTRY_PORT:- 9191}
7373GLANCE_REGISTRY_PORT_INT=${GLANCE_REGISTRY_PORT_INT:- 19191}
7474GLANCE_UWSGI=$GLANCE_BIN_DIR /glance-wsgi-api
75- GLANCE_UWSGI_CONF=$GLANCE_CONF_DIR /glance-uswgi .ini
75+ GLANCE_UWSGI_CONF=$GLANCE_CONF_DIR /glance-uwsgi .ini
7676# If wsgi mode is uwsgi run glance under uwsgi, else default to eventlet
7777# TODO(mtreinish): Remove the eventlet path here and in all the similar
7878# conditionals below after the Pike release
You can’t perform that action at this time.
0 commit comments