Do not install uWSGI as part of Keystone
uWSGI isntallation is expected to be handled by our uwsgi role, thus it's installation with keystone is not needed neither for source nor for distro path. Related-Bug: #2073873 Depends-On: https://review.opendev.org/c/openstack/ansible-role-uwsgi/+/924922 Change-Id: Ib10022bc2b29e556d5254827122c138e90381c0b
This commit is contained in:
parent
d1c1fad704
commit
09c41fab99
@ -596,7 +596,6 @@ keystone_pip_packages:
|
||||
- "{{ _keystone_cache_backend_package }}"
|
||||
- python-openstackclient
|
||||
- systemd-python
|
||||
- uWSGI
|
||||
- pyngus
|
||||
|
||||
# Specific pip packages provided by the user
|
||||
|
@ -40,8 +40,6 @@ keystone_devel_distro_packages:
|
||||
keystone_service_distro_packages:
|
||||
- python3-keystone
|
||||
- python3-systemd
|
||||
- uwsgi
|
||||
- uwsgi-plugin-python3
|
||||
|
||||
keystone_apache_distro_packages:
|
||||
- apache2
|
||||
|
@ -34,8 +34,6 @@ keystone_devel_distro_packages:
|
||||
keystone_service_distro_packages:
|
||||
- openstack-keystone
|
||||
- python3-systemd
|
||||
- uwsgi
|
||||
- uwsgi-plugin-python3
|
||||
|
||||
keystone_apache_distro_packages:
|
||||
- httpd
|
||||
|
Loading…
Reference in New Issue
Block a user