Remove volume.min/max microversion in tempest.conf from queens

* with release to tempestconf-2.0.0 introduces support for volume
  microversion but in queens microversions were not configured and
  related tests were skipped. But due to tempestconf-2.0.0 in queens
  tests are failing. It removes the same from tempest.conf

Closes-Bug: #1791298
Change-Id: I42e436be9e7abbb47e9797735ebf5fabdeb6c2e5
This commit is contained in:
Chandan Kumar 2018-09-03 16:26:30 +05:30
parent 65898a1104
commit f20c296892
1 changed files with 13 additions and 1 deletions

View File

@ -67,5 +67,17 @@ tempest_test_image_version: 0.3.5
tempest_test_image_name: cirros-{{ tempest_test_image_version }}-x86_64-disk.img
tempest_test_image_path: http://download.cirros-cloud.net/{{ tempest_test_image_version }}/{{ tempest_test_image_name }}
# A dict containing values to be removed from tempest.conf
tempest_conf_removal:
tempest_conf_removal: >-
{% if release is in ['queens'] -%}
{{ tempest_conf_removal_queens }}
{%- else -%}
{{ tempest_conf_removal_all }}
{%- endif -%}
tempest_conf_removal_all:
network-feature-enabled.api_extensions: dvr
tempest_conf_removal_queens:
volume.min_microversion: 3.0
volume.max_microversion: 3.50
network-feature-enabled.api_extensions: dvr