OpenDaylight Networking SFC Port Pair Group REST APIs 47/40847/9
authorAnil Vishnoi <vishnoianil@gmail.com>
Sun, 26 Jun 2016 23:10:56 +0000 (16:10 -0700)
committerAnil Vishnoi <vishnoianil@gmail.com>
Thu, 30 Jun 2016 22:56:31 +0000 (22:56 +0000)
commit8bd2e241ff98603041e6a07b7a7ad73fe5f6f548
tree7e936d85b8afc62cd5ccb29c8d8ea0949832972d
parent00ad9f99b1975586ef2f0275171bbbf5af67293d
OpenDaylight Networking SFC Port Pair Group REST APIs

This patch defines REST API's in Neutron Northbound project
for the networking sfc port pair group APIs and implementation of
the translation code to convert these REST API data to the
networking-sfc port pair group Yang models. These Neutron
Northbound REST API's are defined based on the OpenStack
Networking-SFC Port Pair Group 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: Ib25544b711873983be7733ec552328220fd8a85d
neutron-spi/src/main/java/org/opendaylight/neutron/spi/INeutronSFCPortPairGroupCRUD.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/NeutronSFCPortPairGroup.java [new file with mode: 0644]
neutron-spi/src/test/java/org/opendaylight/neutron/spi/NeutronSFCPortPairGroupJAXBTest.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/NeutronSFCPortPairGroupRequest.java [new file with mode: 0644]
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronSFCPortPairGroupsNorthbound.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/NeutronSFCPortPairGroupInterface.java [new file with mode: 0644]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronTranscriberProvider.java