community.general/lib/ansible/modules/cloud/cloudstack
Toshio Kuratomi 3fba006207 Update bare exceptions to specify Exception.
This will keep us from accidentally catching program-exiting exceptions
like KeyboardInterupt and SystemExit.
2018-12-16 15:03:19 -08:00
..
__init__.py
_cs_nic.py Stub out modules scheduled for 2.8 removal (#44985) 2018-08-31 16:27:32 -05:00
cs_account.py cs_account: add ability to bind accounts to LDAP (#46219) 2018-10-27 05:00:18 -04:00
cs_affinitygroup.py
cs_cluster.py
cs_configuration.py
cs_disk_offering.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
cs_domain.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_facts.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
cs_firewall.py cs_firewall: fix idempotence and tests for cloudstack v4.11 (#42458) 2018-07-08 00:51:46 +02:00
cs_host.py
cs_instance.py Merge pull request #49678 from resmo/fix/cloudstack-tests-unstable 2018-12-10 08:39:16 -08:00
cs_instance_facts.py
cs_instance_nic.py
cs_instance_nic_secondaryip.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_instance_password_reset.py Cloudstack: Add password reset module (#47931) 2018-11-26 18:20:52 +01:00
cs_instancegroup.py
cs_ip_address.py cs_ip_address: fix vpc and network mutually exclusive (#47846) 2018-11-01 07:26:08 +01:00
cs_iso.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_loadbalancer_rule.py
cs_loadbalancer_rule_member.py cs_loadbalancer_rule_member: fix error handling (#46012) 2018-09-22 13:40:40 +02:00
cs_network.py
cs_network_acl.py
cs_network_acl_rule.py cs_network_acl_rule: fix doc and sanity (#47835) 2018-11-02 01:08:15 +01:00
cs_network_offering.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_pod.py cs_pod: workaround for 4.11 API break (#43944) 2018-08-11 09:22:14 +02:00
cs_portforward.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_project.py
cs_region.py
cs_resourcelimit.py cs_resourcelimit: use query_api for error handling (#46036) 2018-09-26 09:05:48 +02:00
cs_role.py
cs_role_permission.py
cs_router.py
cs_securitygroup.py
cs_securitygroup_rule.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_service_offering.py
cs_snapshot_policy.py
cs_sshkeypair.py
cs_staticnat.py cs_staticnat: fix sanity (#46037) 2018-09-26 09:03:16 +02:00
cs_storage_pool.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_template.py cs_template: fix KeyError on state=extracted (#48675) 2018-11-15 13:38:42 +00:00
cs_user.py
cs_vmsnapshot.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_volume.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_vpc.py cs_vpc: fix disabled or wrong vpc offering taken (#42465) 2018-07-09 08:31:13 +02:00
cs_vpc_offering.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_vpn_connection.py
cs_vpn_customer_gateway.py E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
cs_vpn_gateway.py
cs_zone.py
cs_zone_facts.py