From 09c41fab997281e3198b494f749832f0424b7435 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 25 Jul 2024 14:27:57 +0200 Subject: [PATCH] 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 --- defaults/main.yml | 1 - vars/debian.yml | 2 -- vars/redhat.yml | 2 -- 3 files changed, 5 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 302c2278..89cf9ccb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -596,7 +596,6 @@ keystone_pip_packages: - "{{ _keystone_cache_backend_package }}" - python-openstackclient - systemd-python - - uWSGI - pyngus # Specific pip packages provided by the user diff --git a/vars/debian.yml b/vars/debian.yml index a0f96ab0..6fdd6446 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -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 diff --git a/vars/redhat.yml b/vars/redhat.yml index 277306a3..c5366f16 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -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