Merge "Fix gunicorn name on Py3@CentOS7 in devstack"

This commit is contained in:
Zuul 2020-04-08 10:01:46 +00:00 committed by Gerrit Code Review
commit ef3c8ff799
1 changed files with 3 additions and 4 deletions

View File

@ -916,11 +916,10 @@ function install_redfish {
# TODO(lucasagomes): Use Apache WSGI instead of gunicorn
gunicorn=gunicorn
if python3_enabled; then
gunicorn=${gunicorn}3
fi
if is_ubuntu; then
if python3_enabled; then
gunicorn=${gunicorn}3
fi
install_package $gunicorn
else
pip_install_gr "gunicorn"