Don't hardcode minimum for boot_volume_size

This commit is contained in:
Matt Martz 2015-02-16 15:31:28 -06:00 committed by Matt Clay
parent d013652dc7
commit cf50526cb5

View file

@ -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',