← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1608332] [NEW] create pool api parameter issue

 

Public bug reported:

There is a bug in the documentation for lbaas v2 pool create parameters. 
http://developer.openstack.org/api-ref/networking/v2-ext/index.html?expanded=create-a-load-balancer-pool-detail,create-pool-detail. The request parameter mentioned are 

{
    "pool": {
        "admin_state_up": true,
        "description": "simple pool",
        "lb_algorithm": "ROUND_ROBIN",
        "name": "my-pool",
        "protocol": "HTTP",
        "subnet_id": "e301aed0-d9e7-498a-977c-1bbfaf14ed5d"
    }
}

create pool needs listener ID and not subnet Id

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1608332

Title:
  create pool api parameter issue

Status in neutron:
  New

Bug description:
  There is a bug in the documentation for lbaas v2 pool create parameters. 
  http://developer.openstack.org/api-ref/networking/v2-ext/index.html?expanded=create-a-load-balancer-pool-detail,create-pool-detail. The request parameter mentioned are 

  {
      "pool": {
          "admin_state_up": true,
          "description": "simple pool",
          "lb_algorithm": "ROUND_ROBIN",
          "name": "my-pool",
          "protocol": "HTTP",
          "subnet_id": "e301aed0-d9e7-498a-977c-1bbfaf14ed5d"
      }
  }

  create pool needs listener ID and not subnet Id

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1608332/+subscriptions


Follow ups