- 25 Apr, 2015 1 commit
-
-
get_capabilities() allows you to get infos e.g. `cloudstackversion` to compare functionality of the API in your modules.
Rene Moser committed
-
- 24 Apr, 2015 6 commits
-
-
Rene Moser committed
-
Generic method to compare values in dict.
Rene Moser committed -
But also add backward compatibility for existing modules in extras.
Rene Moser committed -
Generic method to get the whole dict or just a singe value by key if found.
Rene Moser committed -
Rene Moser committed
-
James Cammarata committed
-
- 23 Apr, 2015 2 commits
-
-
James Cammarata committed
-
v2 added retry configs, pending is actual functionality to make it conditional
James Cammarata committed
-
- 22 Apr, 2015 4 commits
-
-
Fixes VMware module utils
Brian Coca committed -
Resolves syntax errors in the `wait_for_tasks` Removes throw from `find_datacenter_by_name`
Joseph Callen committed -
Brian Coca committed
-
Adding a new VMware utilities module
Brian Coca committed
-
- 21 Apr, 2015 18 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Correct emphasis markup nit in playbooks_vault.rst
Brian Coca committed -
It looks like the original intention was to italicize, but someone was used to another markup language. I have switched the wrapped tags so we're showing italics and not a broken link.
Greg Taylor committed -
Add Python 2.7 to Conrol Machine Requirements in docsite
Brian Coca committed -
Hiroaki Nakamura committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
Brian Coca committed
-
changelog: update cloudstack module names
Brian Coca committed -
Fixes #10549
James Cammarata committed -
Python 3 compatible `except` statment
Brian Coca committed -
Pahaz Blinov committed
-
Fixed links
Brian Coca committed -
Removed try/except raises Modified wait_for_task Added api exception error message
Joseph Callen committed -
Rene Moser committed
-
Hennadiy (Gena) Verkh committed
-
- 20 Apr, 2015 9 commits
-
-
Consistently use "OracleLinux" in OS detection.
Brian Coca committed -
Correct minor spelling typos. i swear i spellchecked!
Brian Coca committed -
Mikko Ekström committed
-
Fix traceback with using GCE on EL6 with python-crypto2.6
Brian Coca committed -
updated intro to new become syntax, also added link to full become docs
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
This fix resolves an issue on EL6 systems where there may be multiple versions of pycrypto installed. EPEL provides both `python-crypto` and `python-crypto2.6`. These packages are co-installable. However, modules importing the `Crypto` library must specify which version to use, otherwise the default will be used. This change follows the same pattern established in `bin/ansible` for specifying python library requirements.
James Laska committed -
Fixes #10736
James Cammarata committed
-