ansible/cloud/cloudstack
René Moser 0fa30f8d93 cloudstack, cs_firewall: fix network not found error in return results (#2006)
Only a small issue in results.

In case of type is ingress, we rely on ip address, but in results we also return the network.
Resolving the ip address works without zone params. If the ip address is not located in the default zone and zone param is not set,
the network won't be found because default zone was used for the network query listing.

However since network param is not used for type ingress we skip the return of the network in results.
2016-04-12 18:46:52 +02:00
..
__init__.py cloudstack: add new module cloudstack_sshkey 2015-03-31 13:37:23 +02:00
cs_account.py Do not leak passwords in case of error in cloudstack modules 2016-04-03 10:34:10 +02:00
cs_affinitygroup.py cloudstack: fix name is not case insensitive 2015-12-20 22:24:58 +01:00
cs_cluster.py cloudstack: new module cs_cluster 2016-02-09 22:03:47 +01:00
cs_configuration.py cloudstack: new module cs_configuration 2016-02-02 19:32:49 +01:00
cs_domain.py cloudstack: fixes and improvements 2015-12-16 11:09:18 +01:00
cs_facts.py cloudstack: cs_facts: fix wrong description of returns cloudstack_public_ipv4, cloudstack_public_hostname 2015-11-25 23:07:30 +01:00
cs_firewall.py cloudstack, cs_firewall: fix network not found error in return results (#2006) 2016-04-12 18:46:52 +02:00
cs_instance.py cloudstack: cs_instance: fix template not found (#2005) 2016-04-12 18:46:02 +02:00
cs_instance_facts.py cloudstack: new module cs_instance_facts 2016-02-26 14:48:46 +01:00
cs_instancegroup.py cloudstack: fixes and improvements 2015-12-16 11:09:18 +01:00
cs_ip_address.py cloudstack: fixes and improvements 2015-12-16 11:09:18 +01:00
cs_iso.py cloudstack: fixes and improvements 2015-12-16 11:09:18 +01:00
cs_loadbalancer_rule.py Remove duplicate documentation fields 2016-01-28 09:20:55 -08:00
cs_loadbalancer_rule_member.py cloudstack: fixes and improvements 2015-12-16 11:09:18 +01:00
cs_network.py cloudstack: fixes and improvements 2015-12-16 11:09:18 +01:00
cs_pod.py cloudstack: new module cs_pod 2016-02-09 22:05:05 +01:00
cs_portforward.py cloudstack: cs_portforward: fix missing return and remove unused arg 2016-01-12 13:32:39 +01:00
cs_project.py cloudstack: fixes and improvements 2015-12-16 11:09:18 +01:00
cs_resourcelimit.py cloudstack: add new module cs_resourcelimit 2016-02-02 19:35:58 +01:00
cs_securitygroup.py cloudstack: fix name is not case insensitive 2015-12-20 22:24:58 +01:00
cs_securitygroup_rule.py cloudstack: fixes and improvements 2016-01-11 19:06:36 +01:00
cs_sshkeypair.py cloudstack: fixes and improvements 2015-12-16 11:09:18 +01:00
cs_staticnat.py cloudstack: fixes and improvements 2015-12-16 11:09:18 +01:00
cs_template.py cloudstack: cs_template: fix state=extracted 2016-04-11 20:02:03 +02:00
cs_user.py Do not leak passwords in case of error in cloudstack modules 2016-04-03 10:34:10 +02:00
cs_vmsnapshot.py cloudstack: fixes and improvements 2015-12-16 11:09:18 +01:00
cs_volume.py cloudstack: cs_volume: simplify detach on state=absent 2015-12-20 00:33:23 +01:00
cs_zone.py cloudstack: new module cs_zone 2016-02-09 22:06:49 +01:00
cs_zone_facts.py cloudstack: new module cs_zone_facts 2016-02-26 14:55:13 +01:00