Allows to skip wait for volume create
Current code does not support skipping wait for
volume, tempest plugins require test without waiting
and still use all existing flow code.
Examples:
Create multiple volume in a batch without waiting
Create multiple volumes and expecting for error state
Instead of duplicating code its better to set a flag,
wait_until default value is available, when its None we
skip waiting inside create volume
Change-Id: I7fe90e26f773b3a128e3d1bff1b89a3ef665eebb
2 files changed