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:
parent
59a5863bf8
commit
3f107c4163
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user