yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #45401
[Bug 1515670] Re: VPNaaS: Modify neutron API users to detect multiple local subnet feature
Reviewed: https://review.openstack.org/261109
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=1afd7fc22acc36ae40af6b573940f02ea970a20f
Submitter: Jenkins
Branch: master
commit 1afd7fc22acc36ae40af6b573940f02ea970a20f
Author: Akihiro Motoki <motoki@xxxxxxxxxxxxx>
Date: Thu Dec 24 06:34:52 2015 +0900
Make VPN endpoint groups aware from API
There is no way to check whether the VPN endpoint groups feature
is available without sending an API request at now.
This commit split VPN endpoint groups feature as an extension.
By doing so, API consumers including Horizon can know the feature
is available through Neutron extension list API.
Note that this commit touches only the API layer and does not
touch the DB layer because the endpoint groups feature is
the first citizen of VPNaaS API.
Closes-Bug: #1515670
Change-Id: I82a3ab60b5a50eee2b4a84b54829a323cd2b3fb1
** Changed in: neutron
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/1515670
Title:
VPNaaS: Modify neutron API users to detect multiple local subnet
feature
Status in neutron:
Fix Released
Bug description:
In review of 231133, Akihiro mentioned follow up work for the neutron
API consumers, so that Horizon can detect whether or not the new
multiple local subnet feature, with endpoint groups, is available.
At the moment, multiple local subnet feature has been implemented in
VPNaaS API, but API consumers need to try VPNaaS API to detect
multiple local subnet feature is available or not. It is better to
detect the feature without trying to call VPNaaS API.
The suggested approach is to add an extension which represents this
feature.
Placeholder for that work.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1515670/+subscriptions
References