mirror of https://github.com/ansible/ansible.git
Update one_vm.py (#43349)
OpenNebula 5.5.8 expects int in DISK_SIZE field when you create a vm, not a float. For example, "42 GB" should be sent to OpenNebula API as "43088", not as "43088.0". MEMORY you cast to int explicitly, but DISK_SIZE not.pull/43520/head^2
parent
49f34fec13
commit
fe85d85ba6
Loading…
Reference in New Issue