0. Created Yang, Features, and basic code structure 54/13554/2
authorKeith Burns (alagalah) <alagalah@gmail.com>
Fri, 5 Dec 2014 00:05:37 +0000 (16:05 -0800)
committerKeith Burns (alagalah) <alagalah@gmail.com>
Thu, 11 Dec 2014 01:36:10 +0000 (17:36 -0800)
commit72db3755a83ebaf8efed227a4daf756c23ce518a
tree685f2e045b66e9f5f7f39e1eed6e6575f9cb8a43
parent283fb45bb19f1ba9596308da9b47e7d9ffabe250
0. Created Yang, Features, and basic code structure
1. Refactored endpoint translation code
2. Added checks for if neutron "tap" arrives before EP/PT registration
3. Fixed various NPEs

Change-Id: I0843a88d47f90800892e7b39fe4cc6e3033ace32
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
commons/parent/pom.xml
features/pom.xml
features/src/main/resources/features.xml
groupbasedpolicy-openstackendpoint-config/pom.xml [new file with mode: 0644]
groupbasedpolicy-openstackendpoint-config/src/main/resources/initial/15-groupbasedpolicy-openstackendpoint.xml [new file with mode: 0644]
groupbasedpolicy/src/main/java/org/opendaylight/controller/config/yang/config/openstack_endpoint_provider/impl/OpenstackEndpointProviderModule.java [new file with mode: 0644]
groupbasedpolicy/src/main/java/org/opendaylight/controller/config/yang/config/openstack_endpoint_provider/impl/OpenstackEndpointProviderModuleFactory.java [new file with mode: 0644]
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/integration/openstackgbp/OpenstackGbpEndpoint.java [new file with mode: 0644]
groupbasedpolicy/src/main/yang/integration/openstackgbp/openstackgbp-provider-impl.yang [new file with mode: 0644]
groupbasedpolicy/src/main/yang/integration/openstackgbp/openstackgbp.yang [new file with mode: 0644]
pom.xml