Disable ec2-api tests

Currently some of the ec2 api tempest tests fail, because of a recent
change in neutron. This change disables the ec2 api tests as a short
term workaround.

Related-Bug: #2050063
Change-Id: Iab2b0093399c67cba36c1ca9b73ccba7fca136c0
This commit is contained in:
Takashi Kajinami 2024-01-22 17:59:36 +09:00
parent 59a5863bf8
commit 3f107c4163
1 changed files with 2 additions and 1 deletions

View File

@ -109,5 +109,6 @@ class { 'openstack_integration::tempest':
ironic => true,
zaqar => true,
attach_encrypted_volume => true,
ec2api => $ec2api_enabled,
# Enable this once bug 2050063 is fixed
ec2api => false,
}