Reviewed: https://review.openstack.org/51331 Committed: http://github.com/openstack/neutron/commit/8d8b27d3938b4b8a220d7e74ae4c051fc7e92bfc Submitter: Jenkins Branch: milestone-proposed
commit 8d8b27d3938b4b8a220d7e74ae4c051fc7e92bfc Author: Nachi Ueno <[email protected]> Date: Fri Oct 11 11:46:32 2013 -0700 Use L3 api from vpn ipsec driver via service plugin VPNaaS and ML2 plugin won't work, because ML2 plugin supports service version of L3. In this commit, we modify ipsec driver to use L3 plugin. This is also backward compatible change, because if L2 plugin supports L3 get_service_plugin API returns L2 plugin. Fixes bug 1238846 Change-Id: I36e541bb2e3e1df2e01f73a74f3e9005af6c38b7 Note: Exsiting unit test covers this change (cherry picked from commit 8eb573528551d4a74c146c9d171505f7d472bb6a) ** Changed in: neutron Status: Fix Committed => 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/1238846 Title: Fail to create VPN IPSec Site connection with ML2 plugin Status in OpenStack Neutron (virtual network service): Fix Released Bug description: When I tried to create a IPSec Site connection with ML2 plugin, I got the following error. http://paste.openstack.org/show/48282/ We now make ML2 the default plugin, so this means VPNaaS in Havana doesn't work with the reference implementation. This error does not occur with OVS plugin, so it is related to L3 service plugin with ML2 plugin. I used commit 18645314ea8687835436c52f937ede2b4ae9cbca with ML2 plugin. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1238846/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

