commit 56b0bca500b83644e54a4493dcee795200fe3aa7
Author: Paul Michali <email address hidden>
Date: Tue Aug 4 11:21:54 2015 +0000
VPNaaS: Provide Endpoint groups capability.
This commit implements the new tables for VPN endpoint-groups, and the
CRUD REST API. Validation logic has been added for the reference
implementation. Migration files are created, so that the needed tables
are created. Unit tests have been added for the API and database.
The neutron client and Horizon support for this new API will be handled
separately, as will API test cases for the new API.
This new API is a prerequisite for providing the multiple local subnet
feature, which will use this API and make changes to existing APIs. At
that time, migration and backward compatibility support will be provided,
so that users can migrate smoothly to the new API (since there is no
support for micro-versioning).
Reviewed: https:/ /review. openstack. org/212692 /git.openstack. org/cgit/ openstack/ neutron- vpnaas/ commit/ ?id=56b0bca500b 83644e54a4493dc ee795200fe3aa7
Committed: https:/
Submitter: Jenkins
Branch: master
commit 56b0bca500b8364 4e54a4493dcee79 5200fe3aa7
Author: Paul Michali <email address hidden>
Date: Tue Aug 4 11:21:54 2015 +0000
VPNaaS: Provide Endpoint groups capability.
This commit implements the new tables for VPN endpoint-groups, and the
CRUD REST API. Validation logic has been added for the reference
implementation. Migration files are created, so that the needed tables
are created. Unit tests have been added for the API and database.
The neutron client and Horizon support for this new API will be handled
separately, as will API test cases for the new API.
This new API is a prerequisite for providing the multiple local subnet
feature, which will use this API and make changes to existing APIs. At
that time, migration and backward compatibility support will be provided,
so that users can migrate smoothly to the new API (since there is no
support for micro-versioning).
APIImpact
Depends-On: Ia729bd0c6967fa 2b8c698495aa360 f340b42d98a eafca076a14be38 b19e2d44a87
Change-Id: I6e10590a988312
Partial-Bug: 1459423