From 9c24755066cb3a221b1411711e95869d496d7dff Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 22 Jan 2024 17:59:36 +0900 Subject: [PATCH] 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 (cherry picked from commit 3f107c41636d2420327a5678dd59ddfb32d587ba) --- fixtures/scenario002.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fixtures/scenario002.pp b/fixtures/scenario002.pp index 1317f3535..e4b0939da 100644 --- a/fixtures/scenario002.pp +++ b/fixtures/scenario002.pp @@ -102,5 +102,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, }