OpenStack Networking SFC Neutron Northbound Yang Model translator 47/42947/4
authorAnil Vishnoi <vishnoianil@gmail.com>
Sun, 31 Jul 2016 22:19:23 +0000 (15:19 -0700)
committerAnil Vishnoi <vishnoianil@gmail.com>
Tue, 2 Aug 2016 22:48:49 +0000 (15:48 -0700)
commit29162f3e397e6615a06ae1c6c25c323a43b9ce68
tree6333b7669ad3e1e1b0830b651771399c49f34273
parent53d59901f601cc4e668fc999c832ab4223d941bb
OpenStack Networking SFC Neutron Northbound Yang Model translator

This project will be hosting a code that will convert OpenStack
Networking SFC Neutron Northbound Yand Models to OpenDaylight
ACL/ SFC yang models.

Patch contains the project structure that hooks in all the
required dependencies that is required for the translator code.

Change-Id: I6deed62ffc4e33854594a47499657955cae79082
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
openstack/pom.xml
openstack/sfc-translator/artifacts/pom.xml [new file with mode: 0644]
openstack/sfc-translator/features/pom.xml [new file with mode: 0644]
openstack/sfc-translator/features/src/main/features/features.xml [new file with mode: 0644]
openstack/sfc-translator/impl/pom.xml [new file with mode: 0644]
openstack/sfc-translator/impl/src/main/java/org/opendaylight/netvirt/openstack/sfc/translator/OpenStackSFCTranslatorProvider.java [new file with mode: 0644]
openstack/sfc-translator/impl/src/main/resources/org/opendaylight/blueprint/openstack-sfc-translator.xml [new file with mode: 0644]
openstack/sfc-translator/impl/src/main/yang/openstack-sfc-translator-config.yang [new file with mode: 0644]
openstack/sfc-translator/karaf/pom.xml [new file with mode: 0644]
openstack/sfc-translator/pom.xml [new file with mode: 0644]