diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-11 16:23:25 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-11 16:23:25 +0200 |
commit | 7ec57691cbc268d0aa54e06d1bfdefe2ba51f923 (patch) | |
tree | cf8905762c2bbcbbfdb5ce0f8c926bf37025f84e /docker | |
parent | 4ffbba3d9601595d68f969bae773727bd8d98f0b (diff) |
Add OVN tempest_conf.yaml
Change-Id: Iaabe4de2c2b631f0ba823dda2d0e0a172aa04622
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 3bcd78581..fb9c5d060 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -74,8 +74,8 @@ load_balancer: test_with_noop: 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" |