diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-04 10:50:28 +0100 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2020-12-04 17:01:37 +0000 |
commit | 6a73348eac17af1340d110a50648c3f7490648ec (patch) | |
tree | 7cd4e7dbbdf7a0beeb3ed487b7a4c5bcbdd7348e | |
parent | 025bc798b0ebb2bb3f84e912cb6e8b9e67707a78 (diff) |
Precise api_extensions in tempest_conf.yml
Else they will be falsy assumed in a couple of tempest tests [1].
It stop setting floating_ips to false as it's dynmically handled by tempest.py.
[1] https://github.com/openstack/tempest/blob/master/tempest/api/network/test_extensions.py#L43
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I78fc54a8497a3f68d8a00c4e688df09409acc1c1
(cherry picked from commit 6073aad77404e34cd6f452d6ff15bd0092d2823a)
-rw-r--r-- | tools/files/tempest_conf.yaml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/tools/files/tempest_conf.yaml b/tools/files/tempest_conf.yaml index 29d31e0..4573c51 100644 --- a/tools/files/tempest_conf.yaml +++ b/tools/files/tempest_conf.yaml @@ -54,10 +54,23 @@ image-feature-enabled: api_v2: true api_v1: false network-feature-enabled: + api_extensions: "address-scope,agent,agent-resources-synced,\ + allowed-address-pairs,availability_zone,availability_zone_filter,\ + default-subnetpools,dhcp_agent_scheduler,empty-string-filtering,\ + external-net,extra_dhcp_opt,filter-validation,flavors,\ + ip-substring-filtering,multi-provider,net-mtu,net-mtu-writable,\ + network_availability_zone,network-ip-availability,pagination,\ + port-mac-address-regenerate,port-resource-request,binding,\ + binding-extended,port-security,project-id,provider,qos,\ + qos-bw-limit-direction,qos-bw-minimum-ingress,qos-default,\ + qos-rule-type-details,qos-rules-alias,quotas,quota_details,\ + rbac-policies,rbac-security-groups,revision-if-match,\ + standard-attr-revisions,port-security-groups-filtering,security-group,\ + service-type,sorting,standard-attr-description,subnet_onboard,\ + subnet-service-types,subnet_allocation,standard-attr-tag,\ + standard-attr-timestamp,trunk,trunk-details" port_admin_state_change: true port_security: true - # not supported in Airship 1.8 due to DPDK - floating_ips: false placement: max_microversion: 1.31 validation: |