Commit Graph

9 Commits (2016d3d822f5495c3b468ee8a4e4b52fa05f6707)

Author SHA1 Message Date
Brian Coca 0d1a154fac Merge pull request #2805 from Shrews/fix_os_server_exc
Fix OpenStack module failure output
10 years ago
David Shrewsbury e8abea25c7 Fix OpenStack module failure output
The exception message, when shade fails, will contain much more
specific information about the failure if the exception is treated
as a string. The 'message' attribute alone is usually not helpful.
10 years ago
Timothy R. Chavez 05e16c950d Pass network argument to add_ips_to_server
The `network` argument needs to be passed through `add_ips_to_server`
so that the default value can be properly overridden from ansible.
10 years ago
Timothy R. Chavez b9fe8166fd Get new server object after adding floating IP
We need a new server object once we add the floating ip, otherwise we
will be operating with the older server object pre-floating-ip
assignment.
10 years ago
Monty Taylor ccb39767cf Use add_ips_to_server API
This module is still using an old pre-release API and needs to update
to use the current API.

Co-Authored-By: Marton Kiss <marton.kiss@gmail.com>
10 years ago
Jesse Keating 76398781ba Fix up docs 11 years ago
Davide Guerri 304e187a52 Fix reuse argument documentation 11 years ago
Davide Guerri e3d9b51cbb Update os_floating_ip with new shade methods 11 years ago
Monty Taylor ff0fc73d64 Add OpenStack Floating IP Module
Also deprecate the two old quantum floating ip modules.
11 years ago