yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37359
[Bug 1361413] Re: LBaaS documentation is outdated , shows listeners instead of VIPs
Marking the "neutron" section of this bug as invalid. The real fix
needed to get into openstack-api-site
** Changed in: neutron
Status: Confirmed => Invalid
--
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 neutron:
Invalid
Status in openstack-api-site:
Fix Released
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