diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-10-25 20:41:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-10-25 20:41:08 +0000 |
commit | 65f348553cbbcf2b448545320aa6fe9dc9d85fdc (patch) | |
tree | 04f146a07d1e2d220e586ccddfcb2697e198e722 | |
parent | 4c89f6604e8112943107e7108942bc31129a20a6 (diff) | |
parent | 1e33a4884e3b7e49b2d4ae3725fe60b6fcfd5607 (diff) |
Merge "Add neutron_plugin_options section in tempest.conf"
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index ff67bf015..067620258 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -26,3 +26,6 @@ volume-feature-enabled: backup: true load_balancer: test_with_noop: true +neutron_plugin_options: + agent_availability_zone: nova + available_type_drivers: flat,geneve,vlan,gre,local,vxlan |