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
This commit is contained in:
Takashi Kajinami 2024-05-07 00:22:32 +09:00
parent 4f3180efc2
commit 8deb43581f
1 changed files with 1 additions and 3 deletions

View File

@ -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',
}