diff options
author | 2020-05-04 20:50:57 +0200 | |
---|---|---|
committer | 2020-05-04 20:50:57 +0200 | |
commit | d7fb1fbdc686131a47c5756a3716b527cf6b0408 (patch) | |
tree | eb0f99ad97cb2d4cc382396eb7a071cb7ca80018 | |
parent | d86b46f77f8351431763e5baf0cd41776253ac0b (diff) |
Finx neutron options if ovn
Change-Id: Icbb99e74d441faf797a45e406bee790cd96129b0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml index de796c540..1d35622c8 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml @@ -73,8 +73,8 @@ volume-feature-enabled: volume_revert: true neutron_plugin_options: agent_availability_zone: nova - available_type_drivers: flat,geneve,vlan,gre,local,vxlan - provider_vlans: foo, + available_type_drivers: flat,geneve,vlan,local + provider_vlans: public, object-storage-feature-enabled: discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\ tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo" |