CentOS: Install package for glance-tempest-plugin

Now RDO ships the python3-glance-tests-tempest package, which actually
provides the glance-tempest-plugin code. This change ensures the plugin
package is installed when Glance is enabled.

Related-Bug: #1969361
Change-Id: Ied266b2bf27f4f1cc37c799019d5fa0b79c6749e
This commit is contained in:
Takashi Kajinami 2022-06-16 02:06:58 +09:00
parent 2df6883b9e
commit dafa9101d9
2 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class tempest::params {
$python_telemetry_tests = 'python3-telemetry-tests-tempest'
$python_cinder_tests = 'python3-cinder-tests-tempest'
$python_designate_tests = 'python3-designate-tests-tempest'
$python_glance_tests = false
$python_glance_tests = 'python3-glance-tests-tempest'
$python_heat_tests = 'python3-heat-tests-tempest'
$python_ironic_tests = 'python3-ironic-tests-tempest'
$python_keystone_tests = 'python3-keystone-tests-tempest'

View File

@ -7,3 +7,7 @@ fixes:
- |
Now the ``python3-keystone-tests-tempest`` package is installed instead of
the ``python3-keyston-tests`` package in CentOS and RHEL.
- |
Now the ``python3-glance-tests-tempest`` package is installed instead of
the ``python3-glance-tests`` package in CentOS and RHEL.