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 6bd40787ce cloudstack: fix templates not always have checksums
It is not documented but it seems only registered templates have checksums. Templates created from VMs and snapshot don't.

This change fixes the traceback. But we must re-thinking, if it still makes sense to look for the checksum.
9 years ago
..
__init__.py
cs_account.py cloudstack: cs_account: fix error handing on state=absent 9 years ago
cs_affinitygroup.py cloudstack: add api_region arg 9 years ago
cs_domain.py cloudstack: add api_region arg 9 years ago
cs_facts.py
cs_firewall.py cloudstack: add api_region arg 9 years ago
cs_instance.py Merge pull request #886 from DazWorrall/feature/cs_instance_custom 9 years ago
cs_instancegroup.py cloudstack: add api_region arg 9 years ago
cs_ip_address.py cloudstack: add api_region arg 9 years ago
cs_iso.py cloudstack: add api_region arg 9 years ago
cs_network.py cloudstack: add api_region arg 9 years ago
cs_portforward.py cloudstack: add api_region arg 9 years ago
cs_project.py cloudstack: add api_region arg 9 years ago
cs_securitygroup.py cloudstack: add api_region arg 9 years ago
cs_securitygroup_rule.py cloudstack: add api_region arg 9 years ago
cs_sshkeypair.py cloudstack: add api_region arg 9 years ago
cs_staticnat.py cloudstack: add api_region arg 9 years ago
cs_template.py cloudstack: fix templates not always have checksums 9 years ago
cs_vmsnapshot.py cloudstack: add api_region arg 9 years ago