summaryrefslogtreecommitdiff
path: root/cloud/cloudstack/cs_project.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* cloudstack: use has_changed() from utilsRene Moser2016-06-091-1/+1
|
* cloudstack: use poll_job() from utilsRene Moser2016-06-091-4/+4
|
* cloudstack: remove duplicate import cs handling, already in utils.Rene Moser2016-06-091-9/+0
|
* cloudstack: cs_project: fix state=active/suspended does not create/update ↵Rene Moser2016-06-091-5/+2
| | | | project
* cloudstack: cs_project: add tag supportRene Moser2016-06-081-0/+15
|
* cloudstack: fixes and improvementsRene Moser2015-12-161-2/+2
| | | | | | cloudstack: fix python3 support and use type='bool' cloudstack: cs_instance: update vm on state=restored
* cloudstack: implement common argument spec handlingRene Moser2015-09-221-17/+12
|
* cloudstack: add api_region argRene Moser2015-08-311-0/+1
| | | | | * docs in module_docs_fragments/cloudstack.py * implemented in module_utils/cloudstack.py -> https://github.com/ansible/ansible/pull/12083
* cloudstack: rename displaytext, displayname to dislplay_... for consistencyRene Moser2015-08-191-8/+8
|
* cloudstack: use new get_result() handlingRene Moser2015-08-171-26/+1
|
* cloudstack: use get_or_fallback() from cloudstack utilsRene Moser2015-07-191-9/+2
|
* cloudstack: update code to match best practiceRene Moser2015-06-281-4/+2
| | | | * Remove catchall exception * use `if __name__ == '__main__':`
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-161-1/+1
|
* cloudstack: remove listall in cs_projectRene Moser2015-06-161-1/+0
| | | | listall in cs_project can return the wrong project for root admins, because project name are not unique in separate accounts.
* cloudstack: fix project name must not be case sensitivRene Moser2015-06-161-1/+1
|
* added missing options:Brian Coca2015-06-161-0/+1
|
* cloudstack: add new module cs_projectRene Moser2015-06-161-0/+342