Introduce fips-py311 job
The centos9 node used to test fips fails to deploy
a few openstack services as of Flamingo.
Switch it to a python3.11 environment for FIPS jobs
so that Flamingo services can run successfully there.
Change-Id: Ic60f6a833369cb326d8956da5763c51d75d3c311
Signed-off-by: Eric Harney <eharney@redhat.com>
diff --git a/zuul.d/manila-tempest-jobs.yaml b/zuul.d/manila-tempest-jobs.yaml
index 36a1faf..f03664b 100644
--- a/zuul.d/manila-tempest-jobs.yaml
+++ b/zuul.d/manila-tempest-jobs.yaml
@@ -884,6 +884,13 @@
regex: ^stable/(yoga|xena|wallaby|victoria|ussuri)$
negate: true
+- job:
+ name: manila-tempest-plugin-lvm-fips-py311
+ parent: manila-tempest-plugin-lvm-fips
+ vars:
+ devstack_localrc:
+ PYTHON3_VERSION: 3.11
+
- project-template:
name: manila-tempest-plugin-jobs-using-service-image
description: |