Browse code

Tempest: add a Cinder extend_with_snapshot feature flag

A new tempest test is being added in https://review.openstack.org/#/c/200108/
but it doesn't run by default because the test fails on Juno. So a
feature flag in Tempest is added. This patch turns on this feature
flag at Devstack's side.

Change-Id: If1cf90dac3edc81a483fc51da74495042c96d543

Jordan Pittier authored on 2015/08/14 01:10:00
Showing 1 changed files
... ...
@@ -477,6 +477,8 @@ function configure_tempest {
477 477
     # Volume
478 478
     # TODO(dkranz): Remove the bootable flag when Juno is end of life.
479 479
     iniset $TEMPEST_CONFIG volume-feature-enabled bootable True
480
+    # TODO(jordanP): Remove the extend_with_snapshot flag when Juno is end of life.
481
+    iniset $TEMPEST_CONFIG volume-feature-enabled extend_with_snapshot True
480 482
 
481 483
     local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"}
482 484
     if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then