You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud/cloudstack
Rene Moser 5b86a15cdb cloudstack: cs_instance do not pass zoneid to listVirtualMachines
This change is related to 2 issues;

- The API does not return destroyed VMs if zone ID is passed for CS version < 4.5.2. Also see CLOUDSTACK-8578. This only affects domain and root admins.
- The instance name must be unique across all zones. If we pass the zone ID to find  a VM, it will not be found if it is in a different zone but a deployment with the name would fail.
11 years ago
..
__init__.py cloudstack: add new module cloudstack_sshkey 11 years ago
cs_account.py Changes to author formatting, remove emails 11 years ago
cs_affinitygroup.py Changes to author formatting, remove emails 11 years ago
cs_facts.py cloudstack: new module cs_facts 11 years ago
cs_firewall.py Changes to author formatting, remove emails 11 years ago
cs_instance.py cloudstack: cs_instance do not pass zoneid to listVirtualMachines 11 years ago
cs_instancegroup.py Changes to author formatting, remove emails 11 years ago
cs_iso.py Changes to author formatting, remove emails 11 years ago
cs_network.py Changes to author formatting, remove emails 11 years ago
cs_portforward.py Changes to author formatting, remove emails 11 years ago
cs_project.py Changes to author formatting, remove emails 11 years ago
cs_securitygroup.py Changes to author formatting, remove emails 11 years ago
cs_securitygroup_rule.py Changes to author formatting, remove emails 11 years ago
cs_sshkeypair.py Changes to author formatting, remove emails 11 years ago
cs_template.py Changes to author formatting, remove emails 11 years ago
cs_vmsnapshot.py Changes to author formatting, remove emails 11 years ago