Don't hardcode a minimum size of a volume
This commit is contained in:
parent
f799180a58
commit
cce6cb8d7f
1 changed files with 0 additions and 3 deletions
|
@ -108,9 +108,6 @@ except ImportError:
|
||||||
|
|
||||||
def cloud_block_storage(module, state, name, description, meta, size,
|
def cloud_block_storage(module, state, name, description, meta, size,
|
||||||
snapshot_id, volume_type, wait, wait_timeout):
|
snapshot_id, volume_type, wait, wait_timeout):
|
||||||
if size < 100:
|
|
||||||
module.fail_json(msg='"size" must be greater than or equal to 100')
|
|
||||||
|
|
||||||
changed = False
|
changed = False
|
||||||
volume = None
|
volume = None
|
||||||
instance = {}
|
instance = {}
|
||||||
|
|
Loading…
Reference in a new issue