Don't hardcode minimum for boot_volume_size
This commit is contained in:
parent
d013652dc7
commit
cf50526cb5
1 changed files with 0 additions and 3 deletions
|
@ -701,9 +701,6 @@ def cloudservers(module, state=None, name=None, flavor=None, image=None,
|
|||
'destination_type': 'volume',
|
||||
}
|
||||
if image:
|
||||
if boot_volume_size < 100:
|
||||
module.fail_json(msg='"boot_volume_size" must be greater '
|
||||
'than or equal to 100')
|
||||
mapping.update({
|
||||
'uuid': image,
|
||||
'source_type': 'image',
|
||||
|
|
Loading…
Reference in a new issue