Merge "Don't install uwsgi for keystone"
diff --git a/lib/keystone b/lib/keystone
index d2f72a3..1910f34 100644
--- a/lib/keystone
+++ b/lib/keystone
@@ -504,8 +504,6 @@
 
     if [ "$KEYSTONE_DEPLOY" == "mod_wsgi" ]; then
         install_apache_wsgi
-    elif [ "$KEYSTONE_DEPLOY" == "uwsgi" ]; then
-        pip_install uwsgi
     fi
 }