Remove volume-feature-enabled/snapshot override

The tempest.conf variable volume-feature-enabled/snapshot is set to
False by the tempest.conf.j2 template. This causes tests to be skipped
that would have passed if the configuration option had been set to True.

The commit removes the option from the template. This causes Tempest to
inherit the default value of True. To set this value back to False use
the var tempest_tempest_conf_overrides.

Change-Id: Ia7fe941c98f0f6bf820f24233e49f049f06667eb
This commit is contained in:
git-harry 2016-04-06 19:22:50 +01:00
parent aa464d4cf8
commit 1894f624b4
1 changed files with 0 additions and 1 deletions

View File

@ -200,5 +200,4 @@ backend2_name = {{ tempest_volume_backend2_name }}
[volume-feature-enabled]
backup = {{ tempest_volume_backup_enabled }}
snapshot = false
multi_backend = {{ tempest_volume_multi_backend_enabled }}