← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1361413] Re: LBaaS documentation is outdated , shows listeners instead of VIPs

 

Neutron bug triager, you can move to the openstack-api-site project.

** Changed in: neutron
       Status: Incomplete => Confirmed

** Also affects: openstack-api-site
   Importance: Undecided
       Status: New

** Changed in: openstack-api-site
       Status: New => Confirmed

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

Title:
  LBaaS documentation is outdated , shows listeners instead of VIPs

Status in OpenStack Neutron (virtual network service):
  Confirmed
Status in OpenStack API documentation site:
  Confirmed

Bug description:
  The documentation for the LBaaS REST API endpoints listed on the office docs website does not match the REST API exposed by neutron.
  Documentation URL: http://developer.openstack.org/api-ref-networking-v2.html#lbaas

  In the API docs there is a reference to /listeners. However, neutron
  doesn't have an API for /listeners, it only has an API for /vips

  Below is a curl command demonstrating the issue:
  Listing VIPs: *WORKS
  curl -i http://infracont.rnd.cloud:9696/v2.0/lb/vips -X GET -H "X-Auth-Token: 5c5b55bb54cc4c90971fc695ff44923d" -H "Content-Type: application/json" -H "Accept: application/json" -H "User-Agent: python-neutronclient"

  Listing Listeners: *FAILS
  curl -i http://infracont.rnd.cloud:9696/v2.0/lb/listeners -X GET -H "X-Auth-Token: 5c5b55bb54cc4c90971fc695ff44923d" -H "Content-Type: application/json" -H "Accept: application/json" -H "User-Agent: python-neutronclient"

  
  Openstack icehouse deployment.
  Running neutron version 2.3.4

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


References