Rename neutron artifacts 27/15427/4
authorRyan Moats <rmoats@us.ibm.com>
Tue, 17 Feb 2015 18:22:41 +0000 (12:22 -0600)
committerRyan Moats <rmoats@us.ibm.com>
Wed, 18 Feb 2015 21:17:19 +0000 (15:17 -0600)
commit1a3a3ff850c40722b8a73d39c18f578a49da0108
tree340a437d030e111a22c448dd2ab871623c65c8c4
parent7d9894e1d4f14654e982c3b316d18ef9ed313d38
Rename neutron artifacts

Neutron artifacts renamed:
controller.networkconfig.neutron -> neutron.neutron-spi
controller.networkconfig.neutron.implementation -> neutron.transcriber
controller.networkconfig.neutron.northbound -> neutron.northbound-api

Change-Id: Icf1b6eece3e825666a07303391f5ed233819bb6a
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
118 files changed:
features/pom.xml
neutron-spi/pom.xml [new file with mode: 0644]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronFirewallAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronFirewallAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronFirewallCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronFirewallCRUD.java with 94% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronFirewallPolicyAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronFirewallPolicyAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronFirewallPolicyCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronFirewallPolicyCRUD.java with 97% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronFirewallRuleAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronFirewallRuleAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronFirewallRuleCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronFirewallRuleCRUD.java with 97% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronFloatingIPAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronFloatingIPAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronFloatingIPCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronFloatingIPCRUD.java with 92% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerCRUD.java with 97% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerHealthMonitorAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerHealthMonitorAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerHealthMonitorCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerHealthMonitorCRUD.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerListenerAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerListenerAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerListenerCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerListenerCRUD.java with 97% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerPoolAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerPoolAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerPoolCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerPoolCRUD.java with 97% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerPoolMemberAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerPoolMemberAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerPoolMemberCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerPoolMemberCRUD.java with 94% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronLoadBalancerPoolMemberRequest.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronLoadBalancerPoolMemberRequest.java with 95% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronNetworkAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronNetworkAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronNetworkCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronNetworkCRUD.java with 93% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronObject.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronObject.java with 88% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronPortAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronPortAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronPortCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronPortCRUD.java with 94% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronRouterAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronRouterAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronRouterCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronRouterCRUD.java with 93% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronSecurityGroupAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronSecurityGroupAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronSecurityGroupCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronSecurityGroupCRUD.java with 93% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronSecurityRuleAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronSecurityRuleAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronSecurityRuleCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronSecurityRuleCRUD.java with 93% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronSubnetAware.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronSubnetAware.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/INeutronSubnetCRUD.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/INeutronSubnetCRUD.java with 93% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronCRUDInterfaces.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronCRUDInterfaces.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronFirewall.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronFirewall.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronFirewallPolicy.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronFirewallPolicy.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronFirewallRule.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronFirewallRule.java with 99% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronFloatingIP.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronFloatingIP.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronLoadBalancer.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronLoadBalancer.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronLoadBalancerHealthMonitor.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronLoadBalancerHealthMonitor.java with 99% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronLoadBalancerListener.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronLoadBalancerListener.java with 99% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronLoadBalancerPool.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronLoadBalancerPool.java with 99% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronLoadBalancerPoolMember.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronLoadBalancerPoolMember.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronNetwork.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronNetwork.java with 99% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronPort.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronPort.java with 99% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronRouter.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronRouter.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronRouter_Interface.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronRouter_Interface.java with 96% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronRouter_NetworkReference.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronRouter_NetworkReference.java with 94% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronSecurityGroup.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronSecurityGroup.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronSecurityRule.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronSecurityRule.java with 99% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronSubnet.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronSubnet.java with 99% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronSubnet_HostRoute.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronSubnet_HostRoute.java with 94% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/NeutronSubnet_IPAllocationPool.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/NeutronSubnet_IPAllocationPool.java with 98% similarity]
neutron-spi/src/main/java/org/opendaylight/neutron/neutron-spi/Neutron_IPs.java [moved from src/main/java/org/opendaylight/controller/networkconfig/neutron/Neutron_IPs.java with 96% similarity]
northbound-api/enunciate.xml [moved from northbound/enunciate.xml with 100% similarity]
northbound-api/pom.xml [moved from northbound/pom.xml with 87% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/BadRequestException.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/BadRequestException.java with 92% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/INeutronRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/INeutronRequest.java with 77% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/InternalServerErrorException.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/InternalServerErrorException.java with 94% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronFirewallNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronFirewallNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronFirewallPolicyNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronFirewallPolicyNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronFirewallPolicyRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronFirewallPolicyRequest.java with 90% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronFirewallRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronFirewallRequest.java with 90% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronFirewallRuleRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronFirewallRuleRequest.java with 90% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronFirewallRulesNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronFirewallRulesNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronFloatingIPRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronFloatingIPRequest.java with 90% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronFloatingIPsNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronFloatingIPsNorthbound.java with 96% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronLoadBalancerHealthMonitorNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronLoadBalancerHealthMonitorNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronLoadBalancerHealthMonitorRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronLoadBalancerHealthMonitorRequest.java with 91% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronLoadBalancerListenerNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronLoadBalancerListenerNorthbound.java with 98% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronLoadBalancerListenerRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronLoadBalancerListenerRequest.java with 90% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronLoadBalancerNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronLoadBalancerNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronLoadBalancerPoolMemberRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronLoadBalancerPoolMemberRequest.java with 89% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronLoadBalancerPoolMembersNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronLoadBalancerPoolMembersNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronLoadBalancerPoolNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronLoadBalancerPoolNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronLoadBalancerPoolRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronLoadBalancerPoolRequest.java with 90% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronLoadBalancerRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronLoadBalancerRequest.java with 90% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronNetworkRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNetworkRequest.java with 92% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronNetworksNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNetworksNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronNorthboundRSApplication.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronNorthboundRSApplication.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronPageLink.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronPageLink.java with 93% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronPortRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronPortRequest.java with 92% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronPortsNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronPortsNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronRouterRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronRouterRequest.java with 90% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronRoutersNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronRoutersNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronSecurityGroupRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronSecurityGroupRequest.java with 90% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronSecurityGroupsNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronSecurityGroupsNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronSecurityRuleRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronSecurityRuleRequest.java with 90% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronSecurityRulesNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronSecurityRulesNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronSubnetRequest.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronSubnetRequest.java with 92% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronSubnetsNorthbound.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronSubnetsNorthbound.java with 97% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/NeutronUtil.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/NeutronUtil.java with 93% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/PaginatedRequestFactory.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/PaginatedRequestFactory.java with 93% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/ResourceConflictException.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/ResourceConflictException.java with 94% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/ResourceNotFoundException.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/ResourceNotFoundException.java with 94% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/RestMessages.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/RestMessages.java with 95% similarity]
northbound-api/src/main/java/org/opendaylight/neutron/northbound-api/ServiceUnavailableException.java [moved from northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/ServiceUnavailableException.java with 94% similarity]
northbound-api/src/main/resources/WEB-INF/web.xml [moved from northbound/src/main/resources/WEB-INF/web.xml with 100% similarity]
northbound-api/src/main/resources/org/opendaylight/controller/networkconfig/neutron/northbound/jaxb.properties [moved from northbound/src/main/resources/org/opendaylight/controller/networkconfig/neutron/northbound/jaxb.properties with 100% similarity]
pom.xml
transcriber/pom.xml [moved from implementation/pom.xml with 85% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/Activator.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/Activator.java with 85% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronFirewallInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronFirewallInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronFirewallPolicyInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronFirewallPolicyInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronFirewallRuleInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronFirewallRuleInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronFloatingIPInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronFloatingIPInterface.java with 89% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronLoadBalancerHealthMonitorInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronLoadBalancerHealthMonitorInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronLoadBalancerInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronLoadBalancerInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronLoadBalancerListenerInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronLoadBalancerListenerInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronLoadBalancerPoolInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronLoadBalancerPoolInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronLoadBalancerPoolMemberInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronLoadBalancerPoolMemberInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronNetworkInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronNetworkInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronPortInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronPortInterface.java with 91% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronRouterInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronRouterInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronSecurityGroupInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronSecurityGroupInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronSecurityRuleInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronSecurityRuleInterface.java with 94% similarity]
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronSubnetInterface.java [moved from implementation/src/main/java/org/opendaylight/controller/networkconfig/neutron/implementation/NeutronSubnetInterface.java with 90% similarity]