Change-Id: I22026e5640a626f45b7508b60f492dbdb30631af
| ... | ... |
@@ -287,7 +287,7 @@ function write_uwsgi_config {
|
| 287 | 287 |
# mod_proxy_uwsgi because the chunked encoding gets dropped. See: |
| 288 | 288 |
# https://github.com/unbit/uwsgi/issues/1540 You can workaround this on python2 |
| 289 | 289 |
# but that involves having apache buffer the request before sending it to |
| 290 |
-# uswgi. |
|
| 290 |
+# uwsgi. |
|
| 291 | 291 |
function write_local_uwsgi_http_config {
|
| 292 | 292 |
local file=$1 |
| 293 | 293 |
local wsgi=$2 |
| ... | ... |
@@ -72,7 +72,7 @@ GLANCE_SERVICE_PROTOCOL=${GLANCE_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
|
| 72 | 72 |
GLANCE_REGISTRY_PORT=${GLANCE_REGISTRY_PORT:-9191}
|
| 73 | 73 |
GLANCE_REGISTRY_PORT_INT=${GLANCE_REGISTRY_PORT_INT:-19191}
|
| 74 | 74 |
GLANCE_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 |
|
| 76 | 76 |
# If wsgi mode is uwsgi run glance under uwsgi, else default to eventlet |
| 77 | 77 |
# TODO(mtreinish): Remove the eventlet path here and in all the similar |
| 78 | 78 |
# conditionals below after the Pike release |