diff --git a/samples/tasks/scenarios/cinder/create_nested_snapshots_and_attach_volume.json b/samples/tasks/scenarios/cinder/create-nested-snapshots-and-attach-volume.json similarity index 88% rename from samples/tasks/scenarios/cinder/create_nested_snapshots_and_attach_volume.json rename to samples/tasks/scenarios/cinder/create-nested-snapshots-and-attach-volume.json index d2f72c7c05..faf5a2bea8 100644 --- a/samples/tasks/scenarios/cinder/create_nested_snapshots_and_attach_volume.json +++ b/samples/tasks/scenarios/cinder/create-nested-snapshots-and-attach-volume.json @@ -7,10 +7,7 @@ "min": 1, "max": 5 }, - "nested_level": { - "min": 5, - "max": 10 - } + "nested_level": 5 }, "runner": { "type": "constant", diff --git a/samples/tasks/scenarios/cinder/create_nested_snapshots_and_attach_volume.yaml b/samples/tasks/scenarios/cinder/create-nested-snapshots-and-attach-volume.yaml similarity index 88% rename from samples/tasks/scenarios/cinder/create_nested_snapshots_and_attach_volume.yaml rename to samples/tasks/scenarios/cinder/create-nested-snapshots-and-attach-volume.yaml index 8320a116ca..bb2184ef52 100644 --- a/samples/tasks/scenarios/cinder/create_nested_snapshots_and_attach_volume.yaml +++ b/samples/tasks/scenarios/cinder/create-nested-snapshots-and-attach-volume.yaml @@ -6,9 +6,7 @@ size: min: 1 max: 5 - nested_level: - min: 5 - max: 10 + nested_level: 5 runner: type: "constant" times: 1