diff options
author | James Gu <james.gu@att.com> | 2020-11-24 20:51:34 -0800 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-28 10:13:08 +0100 |
commit | 4b2c638c2495be08953c1687ddbe689927d6cd8f (patch) | |
tree | 9371e5216353063811d800b1aa39aec5dc6f6fda /tools/files/tempest_conf.yaml | |
parent | 53fcf67dbb9545fa939aa11386e26bfe3dda6cad (diff) |
Fix rally blacklist
Fixed the screnario name ergex to the blacklist works for ovs scenario
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Signed-off-by: James Gu <james.gu@att.com>
Change-Id: I7ee852d149a601494ad5c9543a914c51362d88ea
Diffstat (limited to 'tools/files/tempest_conf.yaml')
-rw-r--r-- | tools/files/tempest_conf.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/files/tempest_conf.yaml b/tools/files/tempest_conf.yaml index 7301d36..29d31e0 100644 --- a/tools/files/tempest_conf.yaml +++ b/tools/files/tempest_conf.yaml @@ -59,13 +59,12 @@ network-feature-enabled: # not supported in Airship 1.8 due to DPDK floating_ips: false placement: - max_microversion: 1.4 + max_microversion: 1.31 validation: image_ssh_user: cirros ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true - connect_method: fixed volume: max_microversion: 3.59 storage_protocol: ceph @@ -87,6 +86,9 @@ neutron_plugin_options: agent_availability_zone: nova available_type_drivers: flat,vlan,vxlan provider_vlans: ovsnet +object-storage: + operator_role: _member_ + reseller_admin_role: admin object-storage-feature-enabled: discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\ tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo" |