Browse code

Merge "Add flag for snapshot_backup"

Jenkins authored on 2016/07/28 10:33:02
Showing 1 changed files
... ...
@@ -426,6 +426,8 @@ function configure_tempest {
426 426
     iniset $TEMPEST_CONFIG validation network_for_ssh $PRIVATE_NETWORK_NAME
427 427
 
428 428
     # Volume
429
+    # TODO(obutenko): Remove snapshot_backup when liberty-eol happens.
430
+    iniset $TEMPEST_CONFIG volume-feature-enabled snapshot_backup True
429 431
     # TODO(ynesenenko): Remove the volume_services flag when Liberty and Kilo will correct work with host info.
430 432
     iniset $TEMPEST_CONFIG volume-feature-enabled volume_services True
431 433
     # TODO(ameade): Remove the api_v3 flag when Mitaka and Liberty are end of life.