yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #89920
[Bug 1636180] Re: Error in docs for creating new Floating IP
Bug closed due to lack of activity, please feel free to reopen if
needed.
** Changed in: neutron
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1636180
Title:
Error in docs for creating new Floating IP
Status in neutron:
Won't Fix
Bug description:
According to the docs on this link:
http://developer.openstack.org/api-
ref/networking/v2/index.html?expanded=create-floating-ip-
detail#floating-ips-floatingips
we should pass an object such as this for creating a new floating IP:
{
"floatingip": {
"floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57"
}
}
But using this object throw us an error. Instead we need to use a much
simpler object, without the "floatingip" key. It would result in
something like this:
body = {"floating_network_id": public_network.id}
Please fix the API docs to spare anybody else's time.
Thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1636180/+subscriptions