Merge "Don't install uwsgi for keystone"

This commit is contained in:
Zuul
2020-06-12 18:14:03 +00:00
committed by Gerrit Code Review

View File

@@ -504,8 +504,6 @@ function install_keystone {
if [ "$KEYSTONE_DEPLOY" == "mod_wsgi" ]; then
install_apache_wsgi
elif [ "$KEYSTONE_DEPLOY" == "uwsgi" ]; then
pip_install uwsgi
fi
}