cyborg-api: install proper WSGI for CentOS
Change-Id: Icc9d65c4ce22c959145a8d95fc6b823252659ddd
This commit is contained in:
parent
c07409bfab
commit
14ef775c6e
@ -15,7 +15,7 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
{% if base_package_type == 'rpm' %}
|
||||
{% set cyborg_api_packages = [
|
||||
'mod_ssl',
|
||||
'mod_wsgi'
|
||||
'python3-mod_wsgi'
|
||||
] %}
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{% set cyborg_api_packages = [
|
||||
|
Loading…
Reference in New Issue
Block a user