Merge "Fix gunicorn name on Py3@CentOS7 in devstack"
This commit is contained in:
commit
ef3c8ff799
@ -916,11 +916,10 @@ function install_redfish {
|
||||
# TODO(lucasagomes): Use Apache WSGI instead of gunicorn
|
||||
gunicorn=gunicorn
|
||||
|
||||
if is_ubuntu; then
|
||||
if python3_enabled; then
|
||||
gunicorn=${gunicorn}3
|
||||
fi
|
||||
|
||||
if is_ubuntu; then
|
||||
install_package $gunicorn
|
||||
else
|
||||
pip_install_gr "gunicorn"
|
||||
|
Loading…
Reference in New Issue
Block a user