- 05 Jun, 2014 9 commits
-
-
Fixes #7640
James Cammarata committed -
Show friendlier error message if nova.ini is not found.
James Cammarata committed -
Signed-off-by: Hector Acosta <hector.acosta@gmail.com>
Hector Acosta committed -
Fix issue with symlink path detection
James Cammarata committed -
Update developing_modules.rst
James Cammarata committed -
eludom committed
-
ansible-pull should respect inventory file settings because, say, Python...
James Cammarata committed -
Fixes #7627 Fixes #7664
James Cammarata committed -
The os.path.isdir() returns True for symlinks that point to directories, so we also need to check to make sure it's not a symlink too. Fixes #7657
James Cammarata committed
-
- 04 Jun, 2014 14 commits
-
-
ansible-pull should respect inventory file settings because, say, Python interpreter path can be non-default on a host
Alex Chistyakov committed -
Fixes #7628
James Cammarata committed -
Fixes #7592
James Cammarata committed -
Fixes #7631
James Cammarata committed -
Clarified, remote_user config item does override ansible current user
James Cammarata committed -
Bill Carlson committed
-
Fixes #7658
James Cammarata committed -
Fixes #7652
James Cammarata committed -
made nested lists diff lengths - caused confusion
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Fixes #7598
James Cammarata committed -
As a relatively-new user to Ansible, the Nested Loop example made me think it was looping through both lists together (`alice` would go with `clientdb`, `bob` with `employeedb`) and not actually nested. I realize now I was just being stupid, but I feel making the example lists different lengths would prevent such confusion in the future.
tsemerad committed
-
- 03 Jun, 2014 7 commits
-
-
Also cleaning up integration tests that had checks for the empty item attribute in certain results. Fixes #7535
James Cammarata committed -
James Cammarata committed
-
Add primary group in the first user module doc example
James Cammarata committed -
Fix typo in CHANGE MASTER TO syntax
James Cammarata committed -
Don't use deprecated BaseException.message in keystone_user
James Cammarata committed -
James Cammarata committed
-
- 02 Jun, 2014 3 commits
-
-
Yann Coleu committed
-
Josef Špak committed
-
fixes error "failed to parse: <attribute 'message' of 'exceptions.BaseException' objects> TypeError: <attribute 'message' of 'exceptions.BaseException' objects> is not JSON serializable"
Christoph Dwertmann committed
-
- 01 Jun, 2014 2 commits
-
-
Also update rax to mirror meta value normalization from rax_meta
Matt Martz committed -
rax module: Return untouhced servers with exact_count
Michael DeHaan committed
-
- 31 May, 2014 2 commits
-
-
updating ec2_group example, to be more consistent with parameter names
Michael DeHaan committed -
template.py: Handle purposely raised exceptions in lookup()
Michael DeHaan committed
-
- 30 May, 2014 3 commits
-
-
CorbanR committed
-
Support checking for su user to atomic_move
James Cammarata committed -
If a lookup plugin is run by the lookup() template method it should pass along any AnsibleError (or child exception classes) rather than just eat them. These exceptions are purposely raised by the plugin.
Jack Neely committed
-