diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-06 09:21:04 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-06 09:56:16 +0200 |
commit | 2aae3aa59e17bd4524feb456418670913019ea2e (patch) | |
tree | cbb9e9f794eadb7fda524b3c7cf131eca45d2ddf | |
parent | abce24e78babcee2f1841acbb4295014494d6925 (diff) |
Add swift sections in OVN's tempest_conf.yaml
http://artifacts.opnfv.org/functest/4LM7FMUVFMML/functest-ovn-opnfv-functest-smoke-jerma-tempest_slow-run-41/tempest_slow/tempest-report.html
Change-Id: I1a3f684a9059eac21695bd655df976bceebf26f0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 5 |
1 files changed, 5 insertions, 0 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 d08547593..9d2c7015f 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 @@ -76,3 +76,8 @@ neutron_plugin_options: available_type_drivers: flat,geneve,vlan,local provider_vlans: public, create_shared_resources: true +object-storage-feature-enabled: + discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\ + tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo" + object_versioning: true + discoverability: true |