Rene Moser
|
034ac8ae78
|
cloudstack: _has_changed() should not compare None values
|
2015-05-01 17:25:06 +02:00 |
Rene Moser
|
b11cd73df1
|
cloudstack: add tag support in utils
|
2015-04-29 21:06:58 +02:00 |
Rene Moser
|
2f255f5b96
|
cloudstack: get_vm(): fix missing zone
Fixes returning wrong VM having identical name in different zone.
|
2015-04-26 23:09:33 +02:00 |
Rene Moser
|
ca88189bf7
|
cloudstack: add method to to get infos of API
get_capabilities() allows you to get infos e.g. `cloudstackversion`
to compare functionality of the API in your modules.
|
2015-04-25 18:32:02 +02:00 |
Rene Moser
|
3c0e406f5d
|
cloudstack: fix missing self. in cloudstack utils
|
2015-04-24 20:25:19 +02:00 |
Rene Moser
|
6354ca0718
|
cloudstack: add _has_changed() to utils
Generic method to compare values in dict.
|
2015-04-24 19:16:42 +02:00 |
Rene Moser
|
765c8fe368
|
cloudstack: use _get_by_key in get_...() methods in utils
But also add backward compatibility for existing modules in extras.
|
2015-04-24 19:09:49 +02:00 |
Rene Moser
|
88540d3cdc
|
cloudstack: add _get_by_key() to utils
Generic method to get the whole dict or just a singe value by key if found.
|
2015-04-24 19:06:33 +02:00 |
Rene Moser
|
31520cdd17
|
cloudstack: fix other projects not found
|
2015-04-24 18:58:57 +02:00 |
Rene Moser
|
822c2c0cd3
|
cloudstack: fix vm not found by displayname
|
2015-04-20 09:40:49 -05:00 |
Rene Moser
|
0a26b149fc
|
cloudstack: add error result handling in async job
|
2015-04-20 09:40:49 -05:00 |
Rene Moser
|
3e7d959c9d
|
cloudstack: module utils are BSD licensed
|
2015-03-26 15:39:02 +01:00 |
Rene Moser
|
c066a60b7c
|
cloudstack: fail_json() if library cs is not found
|
2015-03-26 15:32:58 +01:00 |
Rene Moser
|
bb6d983290
|
cloudstack: add utils for common functionality
|
2015-03-26 14:18:13 +01:00 |