- 10 Jun, 2014 9 commits
-
-
Fix neutron floating IP allocation for networks w/ multiple subnets
James Cammarata committed -
Docker links need alias specified
James Cammarata committed -
If no alias is passed one will now be created for you with the same name as the target link container, as per the documentation
Paul Myjavec committed -
Fixed handling of paths containing whitespaces in the synchronize module
James Cammarata committed -
nova_keypair should fail if 'name' of key exists in keystore, but ssh hash value != public_key offered
James Cammarata committed -
Improve the ec2_snapshot argument spec and docs
James Cammarata committed -
Set keepalive to 5 seconds in paramiko_ssh.py
James Cammarata committed -
Fix incorrect argument ordering in error message
James Cammarata committed -
Ensure random jinja filter doesn't get cached in loops.
James Cammarata committed
-
- 09 Jun, 2014 9 commits
-
-
printf-related TypeError.
Ron Gomes committed -
Add environmentfilter to random filter, to ensure the result doesn't get cached. Mirrors default jinja filter.
smoothify committed -
James Cammarata committed
-
James Cammarata committed
-
Fix documentation of deb option in apt module
James Cammarata committed -
Update intro_installation.rst
Michael DeHaan committed -
bigip_monitor bugfix for check mode
James Cammarata committed -
Fixes #7528
James Cammarata committed
-
- 08 Jun, 2014 2 commits
-
-
Casey Fitzpatrick committed
-
This is different wording for using the PPA to install. I also added the installation of apt-add-repository package which isn't always installed. (I'm a newbie but while running these I wished whatever style was being used on the docs pages would have let me cut and paste the commands without having to edit out the $ characters manually....)
Gerry Skerbitz committed
-
- 07 Jun, 2014 3 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
- 06 Jun, 2014 8 commits
-
-
For networks that have both a v4 and a v6 subnet, the floating IP plugin currently has two problems: * When determining the subnet for the provided `internal_network_name`, it assumes that the first item in the list of subnets is the one you want. Instead, it should pick the first v4 subnet. * When multiple fixed IP's exist for a given port (as is the case in a network a v4 and a v6 subnet), neutron needs a hint as to which fixed IP to associate to the floating IP address (the v4 one).
Ryan Petrello committed -
* Fixed error messages to be more descriptive * Removed direct use of subprocess module and replaced it with calls to module.run_command * Changed AZURE_MANAGEMENT_CERT_PATH to be just AZURE_CERT_PATH, which matches what is expected by the inventory script
James Cammarata committed -
The apt module may install a .deb package on the remote machine, not on the local. Fix the misleading documentation.
Jean-Frédéric committed -
ec2_group: Fix for 500 error when creating new security groups
James Cammarata committed -
Fixes case where properties are retrieved for a non existent monitor which happens in check mode.
Serge van Ginderachter committed -
Michael DeHaan committed
-
Fixes #7505
James Cammarata committed
-
- 05 Jun, 2014 9 commits
-
-
Fixes #7506
James Cammarata committed -
Kevin Bell committed
-
Kevin Bell committed
-
Kevin Bell committed
-
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
-