yang model revise: neutron-L3.yang 35/35835/8
authorIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 4 Mar 2016 01:02:57 +0000 (17:02 -0800)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 10 Jun 2016 09:14:03 +0000 (02:14 -0700)
commit5f0b9a481a087297b28d85525d207805aacfa534
tree0df6ffadb6fe94556e2e4ef71a9853e5e898423b
parent5eb4f4454ee3baaf85a7752d79fd833176429b0a
yang model revise: neutron-L3.yang

This patch revises yang model for neutron-L3 and related codes.
- remove backpointer as interface-attributes
- pyang warning. missing key in leaf list
- remove deprecated methods in neutron spi
  If openstack provider needs to find a list of interfaces attached
  to a given neutron router, it walk through a list of ports to
  find a port whose device owner is router and device id is uuid
  of the router.

Change-Id: I245a880437369448933e9a41feb078a8baecc4d9
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
model/src/main/yang/neutron-L3.yang
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronFloatingIP.java
neutron-spi/src/main/java/org/opendaylight/neutron/spi/NeutronRouter.java
northbound-api/src/main/java/org/opendaylight/neutron/northbound/api/NeutronRoutersNorthbound.java
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronRouterInterface.java