yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58290
[Bug 1636185] Re: Associate Floating IP with server - Improve description
Source files for this document are in the openstack/nova/api-ref repo
location.
** Also affects: nova
Importance: Undecided
Status: New
** No longer affects: openstack-api-site
--
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):
New
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