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:
Dmitriy Rabotyagov 2024-07-25 14:27:57 +02:00
parent d1c1fad704
commit 09c41fab99
3 changed files with 0 additions and 5 deletions

View File

@ -596,7 +596,6 @@ keystone_pip_packages:
- "{{ _keystone_cache_backend_package }}"
- python-openstackclient
- systemd-python
- uWSGI
- pyngus
# Specific pip packages provided by the user

View File

@ -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

View File

@ -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