community.general/lib/ansible/modules/cloud/opennebula
Max fe85d85ba6 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.
2018-08-22 01:56:47 -04:00
..
__init__.py
one_host.py opennebula: new module one_host (#40041) 2018-05-17 10:10:49 +02:00
one_image.py
one_image_facts.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
one_service.py Add AnsibleModule signature schema, and fix associated issues (#43512) 2018-07-31 15:04:22 -05:00
one_vm.py Update one_vm.py (#43349) 2018-08-22 01:56:47 -04:00