Don't hardcode minimum for boot_volume_size

pull/18777/head
Matt Martz 10 years ago committed by Matt Clay
parent d013652dc7
commit cf50526cb5

@ -701,9 +701,6 @@ def cloudservers(module, state=None, name=None, flavor=None, image=None,
'destination_type': 'volume', 'destination_type': 'volume',
} }
if image: if image:
if boot_volume_size < 100:
module.fail_json(msg='"boot_volume_size" must be greater '
'than or equal to 100')
mapping.update({ mapping.update({
'uuid': image, 'uuid': image,
'source_type': 'image', 'source_type': 'image',

Loading…
Cancel
Save