Enable port security

Since we enable port security by default[1] in Neutron we need to let
tempest know to use it.

[1]: 51b654cf57/templates/plugins/ml2/ml2_conf.ini.j2 (L8)

Change-Id: I695d671dd6bf866f844a13e5f47f6f2903497cf2
This commit is contained in:
Dave Wilde (d34dh0r453) 2018-11-13 10:01:54 -06:00
parent c9892ad50b
commit 4c0fb1b8df
1 changed files with 1 additions and 1 deletions

View File

@ -99,6 +99,7 @@ build_timeout = 600
[network-feature-enabled]
port_security = true
ipv6 = false
api_extensions = agent,allowed-address-pairs,binding,dhcp_agent_scheduler,ext-gw-mode,external-net,extra_dhcp_opt,extra_dhcp_optagent,extraroute,l3_agent_scheduler,metering,provider,quotas,router,security-group,service-type,subnet_allocation
@ -178,4 +179,3 @@ build_timeout = 600
[volume-feature-enabled]
backup = {{ tempest_volume_backup_enabled }}
multi_backend = {{ tempest_volume_multi_backend_enabled }}