yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21140
[Bug 1361413] Re: LBaaS documentation is outdated , shows listeners instead of VIPs
Reviewed: https://review.openstack.org/119949
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=244c8fa25b1595588ebf477b64315bfd88e9543b
Submitter: Jenkins
Branch: master
commit 244c8fa25b1595588ebf477b64315bfd88e9543b
Author: Anne Gentle <anne@xxxxxxxxxxxxx>
Date: Mon Sep 8 16:41:39 2014 -0500
Provides LBaaS v1.0 extension info
- removes experimental v2.0
- Updates health_monitor JSON example
Closes-bug:1214353
Closes-bug:1361413
Change-Id: Id5bd7417090ec65fb6f797870b909c75ba14d634
** Changed in: openstack-api-site
Status: In Progress => Fix Released
--
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:
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