[CI] Explicitly disable port security
By default tempest disables port_security, but devstack turns it on by default. Because we're using specific modules, we don't get port security. Since we don't really need it for this testing, we can safely just disable it. Change-Id: I530c1a8c89ad8e9772955d27dcc49c1a54eb48d4changes/39/874939/2
parent
2cf7c04d77
commit
01dab25c4c
|
@ -47,6 +47,7 @@
|
|||
SWIFT_TEMPURL_KEY: secretkey
|
||||
TENANT_VLAN_RANGE: 100:150
|
||||
EBTABLES_RACE_FIX: True
|
||||
NEUTRON_PORT_SECURITY: False
|
||||
devstack_services:
|
||||
s-account: True
|
||||
s-container: True
|
||||
|
|
Loading…
Reference in New Issue