[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: I530c1a8c89ad8e9772955d27dcc49c1a54eb48d4
changes/39/874939/2
Julia Kreger 2023-02-23 08:37:42 -08:00
parent 2cf7c04d77
commit 01dab25c4c
1 changed files with 1 additions and 0 deletions

View File

@ -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