Skip to content

Commit 2f7df51

Browse files
author
Jeremy Liu
committed
Correct 'uswgi' to 'uwsgi'
Change-Id: I22026e5640a626f45b7508b60f492dbdb30631af
1 parent 2541163 commit 2f7df51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
291291
function write_local_uwsgi_http_config {
292292
local file=$1
293293
local wsgi=$2

lib/glance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ GLANCE_SERVICE_PROTOCOL=${GLANCE_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
7272
GLANCE_REGISTRY_PORT=${GLANCE_REGISTRY_PORT:-9191}
7373
GLANCE_REGISTRY_PORT_INT=${GLANCE_REGISTRY_PORT_INT:-19191}
7474
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
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

0 commit comments

Comments
 (0)