We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be8ac25 + af8b6e1 commit b9a3319Copy full SHA for b9a3319
1 file changed
lib/tempest
@@ -460,6 +460,8 @@ function configure_tempest {
460
iniset $TEMPEST_CONFIG volume-feature-enabled extend_with_snapshot True
461
# TODO(obutenko): Remove the incremental_backup_force flag when Kilo and Juno is end of life.
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
465
466
local volume_api_extensions=${VOLUME_API_EXTENSIONS:-"all"}
467
if [[ ! -z "$DISABLE_VOLUME_API_EXTENSIONS" ]]; then
0 commit comments