ansible/cloud/misc
Shinichi TAMURA 5fbb0de36f Allow value to be bool where 'yes'/'no' are in choices (#2593)
* Changed type of 'details' argument to bool on ecs_service_facts module.

* Changed type of 'autostart' argument to bool on virt_* modules.

* Changed types of 'autoconnect' and 'stp' argument to bool on nmcli module.
('create_connection_bridge(self)' and 'modify_connection_bridge(self)' are not implemented yet?)

* Added conversion of 'value' argument when 'vtype' is boolean on debconf module.
2016-08-17 07:32:49 -07:00
..
__init__.py Categorize some modules. 2014-11-05 16:11:23 -05:00
ovirt.py make sure nic is always defined (#2678) 2016-08-05 19:02:26 -04:00
proxmox.py Implement mounts in proxmox module (#2426) 2016-06-17 14:50:15 +02:00
proxmox_template.py Replace choices=BOOLEANS by type='bool', fix #1326 2015-12-21 23:39:20 +01:00
virt.py Add partial doc on return value of virt (#2116) 2016-04-27 10:47:44 -04:00
virt_net.py Allow value to be bool where 'yes'/'no' are in choices (#2593) 2016-08-17 07:32:49 -07:00
virt_pool.py Allow value to be bool where 'yes'/'no' are in choices (#2593) 2016-08-17 07:32:49 -07:00