Commit graph

20 commits

Author SHA1 Message Date
Rene Moser
2e52f11dc3 cloudstack: use new get_result() handling 2015-08-17 22:33:59 +02:00
Rene Moser
8e6e9c782b cloudstack: use get_or_fallback() from cloudstack utils 2015-07-19 15:09:49 +02:00
Rene Moser
db33fcf89a cloudstack: update code to match best practice
* Remove catchall exception
* use `if __name__ == '__main__':`
2015-06-28 12:52:05 +02:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Rene Moser
53130de662 cloudstack: add choices for api_http_method 2015-06-16 11:33:12 -04:00
Rene Moser
eb66f683f5 cloudstack: add new param api_timeout 2015-06-16 11:33:12 -04:00
Rene Moser
93a1542cc1 cloudstack: improve required params 2015-06-16 11:33:12 -04:00
Rene Moser
0f884ead40 cloudstack: add catch all exceptions and show a user friendly message
Also see GH-493.
2015-05-16 11:55:35 +02:00
Rene Moser
2b7a40a46a cloudstack: replace old _id() with new generic style from utils 2015-05-16 11:55:35 +02:00
Rene Moser
7705d1bb50 cloudstack: remove self.result, is defined in super class from utils 2015-05-16 11:55:35 +02:00
Rene Moser
9f41d78346 cloudstack: avoid logging of secrets 2015-05-16 11:55:35 +02:00
Brian Coca
bceeba224f fix doc parsing by correctly quoting author 2015-05-14 09:19:24 -04:00
Greg DeKoenigsberg
93f613d0eb Adding author's github id 2015-05-13 14:12:29 -04:00
Rene Moser
4c24c1cbfd cloudstack: cs_securitygroup_rule: minor cleanup, DRY 2015-05-12 23:43:48 +02:00
Rene Moser
5de249aaf9 cloudstack: cs_securitygroup_rule: fix result was not always what expected 2015-05-12 23:43:48 +02:00
Rene Moser
185cb8757d cloudstack: cs_securitygroup_rule: type -> sg_type 2015-05-12 23:43:48 +02:00
Rene Moser
8438ef995e cloudstack: fix missing doc fragment in cs_securitygroup_rule 2015-05-05 16:17:05 +02:00
Rene Moser
1e744a885a cloudstack: doc fixes 2015-05-05 15:32:06 +02:00
Toshio Kuratomi
764a0e26b6 doc formatting 2015-04-28 11:12:34 -07:00
Rene Moser
b8056e8f6f cloudstack: add new module cs_securitygroup_rule
This module depends on ansible.module_utils.cloudstack.
2015-04-12 12:50:47 +02:00