[Yahoo-eng-team] [Bug 1636180] Re: Error in docs for creating new Floating IP

2022-10-19 Thread Rodolfo Alonso
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


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1636180] Re: Error in docs for creating new Floating IP

2016-11-01 Thread Anne Gentle
Source files are in openstack/neutron-lib/api-ref I believe, so moving
but to track with neutron.

** Also affects: neutron
   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 neutron.
https://bugs.launchpad.net/bugs/1636180

Title:
  Error in docs for creating new Floating IP

Status in neutron:
  New

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp