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 commit3f107c4163) (cherry picked from commit9c24755066) (cherry picked from commitbd16f3056c)
This commit is contained in:
@@ -97,5 +97,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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user