← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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

** 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/1361413

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

Status in OpenStack Neutron (virtual network service):
  New

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


Follow ups

References