Skip to content

Commit 4087968

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Don't install uwsgi for keystone"
2 parents 44e7f58 + 076c9f1 commit 4087968

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/keystone

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,6 @@ function install_keystone {
504504

505505
if [ "$KEYSTONE_DEPLOY" == "mod_wsgi" ]; then
506506
install_apache_wsgi
507-
elif [ "$KEYSTONE_DEPLOY" == "uwsgi" ]; then
508-
pip_install uwsgi
509507
fi
510508
}
511509

0 commit comments

Comments
 (0)