From 8deb43581f0bd5aa963bae096b63c4f8068cbc7a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 7 May 2024 00:22:32 +0900 Subject: [PATCH] Remove workaround for old heat-tempest-plugin Since 2.1.0, heat-tempest-plugin skips the scenario tests which require voumes when cinder is not available. Depends-on: https://review.opendev.org/853864 Change-Id: Ie701acd483dfb2247db329a149652bb63d288021 --- fixtures/scenario003.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fixtures/scenario003.pp b/fixtures/scenario003.pp index 4eb52aa59..a403c621c 100644 --- a/fixtures/scenario003.pp +++ b/fixtures/scenario003.pp @@ -81,9 +81,7 @@ class { 'openstack_integration::tempest': trove => $trove_enabled, mistral => true, horizon => true, - # NOTE(tkajinam): The scenario job we enable requires cinder, which is not - # enabled in this scenario. - heat => false, + heat => true, magnum => true, neutron_driver => 'ovn', }