Reviewed: https://review.openstack.org/394524 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1e4178b6a09fac00a560dcf7c5127c55c060c025 Submitter: Jenkins Branch: master
commit 1e4178b6a09fac00a560dcf7c5127c55c060c025 Author: Matt Riedemann <[email protected]> Date: Mon Nov 7 11:28:34 2016 -0500 Add functional api_samples test for addFloatingIp action This is needed for filling the gap in the api-ref docs. Change-Id: Ib21e4ae25780c1780678074b4ccc5a86944ce992 Related-Bug: #1636185 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1636185 Title: Associate Floating IP with server - Improve description Status in OpenStack Compute (nova): Fix Released Bug description: According to the docs on this link http://developer.openstack.org/api-ref/compute/?expanded=add- associate-floating-ip-addfloatingip-action-detail#add-associate- floating-ip-addfloatingip-action the "addFloatingIp" parameter in the request is a string. However, after some attempts we figured out the documentation is not correct. Turns out this parameter is an object, not a String as described. A working example to the request would look something like this: body = { 'addFloatingIp': { 'address': '172.24.4.5', 'fixed_address': '10.0.0.10' } } Please fix this parameter on the docs, and also add a working example. Thanks! To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1636185/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

