OpenDaylight Networking SFC Port Pair REST APIs 46/40846/7
authorAnil Vishnoi <vishnoianil@gmail.com>
Sun, 26 Jun 2016 21:48:43 +0000 (14:48 -0700)
committerAnil Vishnoi <vishnoianil@gmail.com>
Thu, 30 Jun 2016 20:40:36 +0000 (20:40 +0000)
commit00ad9f99b1975586ef2f0275171bbbf5af67293d
tree90504cf54612f34334187743b5da39cb5352b471
parent548263890b5eb9d1735f7d46693f92faddabf632
OpenDaylight Networking SFC Port Pair REST APIs

This patch defines REST API's in Neutron Northbound project
for the networking sfc port pair APIs and implementation of
the translation code to convert these REST API data to the
networking-sfc Yang models. These Neutron Northbound REST
API's are defined based on the OpenStack Networking-SFC Flow
Classifier APIs available at following URL.

http://docs.openstack.org/developer/networking-sfc/api.html#rest-api

Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
Change-Id: Ie8b3bf725e492443ac4b0056c255a71e16b1635a
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSFCPortPairCRUD.java [new file with mode: 0644]
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronCRUDInterfaces.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronSFCPortPair.java [new file with mode: 0644]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronSFCPortPairJAXBTest.java [new file with mode: 0644]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronNorthboundRSApplication.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSFCPortPairRequest.java [new file with mode: 0644]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSFCPortPairsNorthbound.java [new file with mode: 0644]
resources/Neutron_Northbound_SFC_Rest_and_Restconf_calls.postman_collection.json
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronSFCPortPairInterface.java [new file with mode: 0644]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronTranscriberProvider.java