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
|
# TODO(lucasagomes): Use Apache WSGI instead of gunicorn
|
||||||
gunicorn=gunicorn
|
gunicorn=gunicorn
|
||||||
|
|
||||||
if python3_enabled; then
|
|
||||||
gunicorn=${gunicorn}3
|
|
||||||
fi
|
|
||||||
|
|
||||||
if is_ubuntu; then
|
if is_ubuntu; then
|
||||||
|
if python3_enabled; then
|
||||||
|
gunicorn=${gunicorn}3
|
||||||
|
fi
|
||||||
install_package $gunicorn
|
install_package $gunicorn
|
||||||
else
|
else
|
||||||
pip_install_gr "gunicorn"
|
pip_install_gr "gunicorn"
|
||||||
|
Loading…
Reference in New Issue
Block a user