Commit Graph

7 Commits (162d95870a7f4582e80a27ff27f9fe322de1feb8)

Author SHA1 Message Date
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