From 1894f624b440898e115c986e38d5f285a139b773 Mon Sep 17 00:00:00 2001 From: git-harry Date: Wed, 6 Apr 2016 19:22:50 +0100 Subject: [PATCH] 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 --- templates/tempest.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/tempest.conf.j2 b/templates/tempest.conf.j2 index 5f2c6e8c..80fb59c2 100644 --- a/templates/tempest.conf.j2 +++ b/templates/tempest.conf.j2 @@ -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 }}