community.general/lib/ansible/modules/cloud/cloudstack
René Moser a6f887ce6e cloudstack: cs_portforward: implement vpc support (#19044)
* cloudstack: cs_portforward: implement vpc support

* cloudstack: cs_portforward: add vpc and network to returns

* cloudstack: cs_portforward: networkid must not be used for rule listing

* cloudstack: fail for get_network when vpc but no network name

This seem to be a global pattern for get_network, we want to enforce a
network name to be set if a vpn param is given.

This is used for cs_portforward.

* cloudstack: cs_portforward: doc: fix defaults for vpc, network
2017-02-08 07:57:36 +01:00
..
__init__.py
cs_account.py
cs_affinitygroup.py
cs_cluster.py minor spelling changes 2016-12-13 13:51:13 -05:00
cs_configuration.py
cs_domain.py
cs_facts.py Removed dict.iteritems() in modules. (#18859) 2016-12-12 15:16:23 -08:00
cs_firewall.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
cs_host.py doc: cloudstack: cs_host: fix return docs 2017-01-17 20:39:33 +01:00
cs_instance.py cs_instance: fix ssh keys not found in projects (#21104) 2017-02-07 22:14:43 +01:00
cs_instance_facts.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
cs_instancegroup.py
cs_ip_address.py
cs_iso.py cloudstack: cs_iso: fix async poll for state=absent (#20050) 2017-01-10 12:06:13 +01:00
cs_loadbalancer_rule.py minor spelling changes 2016-12-13 13:51:13 -05:00
cs_loadbalancer_rule_member.py
cs_network.py
cs_nic.py
cs_pod.py
cs_portforward.py cloudstack: cs_portforward: implement vpc support (#19044) 2017-02-08 07:57:36 +01:00
cs_project.py
cs_region.py
cs_resourcelimit.py
cs_role.py cloudstack: cs_role: doc fixes. 2016-12-10 11:40:30 +01:00
cs_router.py
cs_securitygroup.py
cs_securitygroup_rule.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
cs_snapshot_policy.py
cs_sshkeypair.py
cs_staticnat.py
cs_template.py
cs_user.py
cs_vmsnapshot.py
cs_volume.py
cs_vpc.py
cs_zone.py
cs_zone_facts.py