Browse code

Merge "Add flag for test_volume_services"

Jenkins authored on 2016/01/23 02:24:01
Showing 1 changed files
... ...
@@ -460,6 +460,8 @@ function configure_tempest {
460 460
     iniset $TEMPEST_CONFIG volume-feature-enabled extend_with_snapshot True
461 461
     # TODO(obutenko): Remove the incremental_backup_force flag when Kilo and Juno is end of life.
462 462
     iniset $TEMPEST_CONFIG volume-feature-enabled incremental_backup_force True
463
+    # TODO(ynesenenko): Remove the volume_services flag when Liberty and Kilo will correct work with host info.
464
+    iniset $TEMPEST_CONFIG volume-feature-enabled volume_services True
463 465
 
464 466
     local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"}
465 467
     if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then