Merge pull request #797 from sivel/rax-cbs-no-min-check

rax_cbs: Don't hardcode a minimum size of a volume
This commit is contained in:
Matt Martz 2015-02-16 17:54:51 -06:00
commit 98d86529f4

View file

@ -108,9 +108,6 @@ except ImportError:
def cloud_block_storage(module, state, name, description, meta, size,
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
volume = None
instance = {}