Browse code

Merge "lib/tempest: Post juno-eol cleanup"

Jenkins authored on 2016/02/19 06:02:54
Showing 1 changed files
... ...
@@ -450,10 +450,6 @@ function configure_tempest {
450 450
     iniset $TEMPEST_CONFIG validation network_for_ssh $PRIVATE_NETWORK_NAME
451 451
 
452 452
     # Volume
453
-    # TODO(dkranz): Remove the bootable flag when Juno is end of life.
454
-    iniset $TEMPEST_CONFIG volume-feature-enabled bootable True
455
-    # TODO(jordanP): Remove the extend_with_snapshot flag when Juno is end of life.
456
-    iniset $TEMPEST_CONFIG volume-feature-enabled extend_with_snapshot True
457 453
     # TODO(obutenko): Remove the incremental_backup_force flag when Kilo and Juno is end of life.
458 454
     iniset $TEMPEST_CONFIG volume-feature-enabled incremental_backup_force True
459 455
     # TODO(ynesenenko): Remove the volume_services flag when Liberty and Kilo will correct work with host info.