Fix: blueprint ref wrong odl service interface 77/50477/1
authorjensenzhang <jingxuan.n.zhang@gmail.com>
Sat, 14 Jan 2017 13:59:02 +0000 (21:59 +0800)
committerjensenzhang <jingxuan.n.zhang@gmail.com>
Sat, 14 Jan 2017 13:59:02 +0000 (21:59 +0800)
commit383bf4e70f29957686fc5993b024f5cb1a0f3d19
tree0ae3efdd94986ff79b914d836164474ab2f8711e
parenta911354dfd1ef6555bfe7af07d3af0bfebe7c8a9
Fix: blueprint ref wrong odl service interface

The blueprint of alto-northbound-route is referring to the
wrong odl service interfaces. So the bundle cannot be
loaded. It will trigger the SingleFeaturesTest failure.

Change-Id: I21fe93fdfc33684a99cdf24d1dda582e2a24a3d0
Signed-off-by: jensenzhang <jingxuan.n.zhang@gmail.com>
12 files changed:
alto-core/standard-northbound-routes/costmap/impl/src/main/java/org/opendaylight/alto/core/northbound/route/costmap/impl/AltoNorthboundRouteCostmap.java
alto-core/standard-northbound-routes/costmap/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
alto-core/standard-northbound-routes/costmap/impl/src/test/java/org/opendaylight/alto/core/northbound/route/costmap/impl/AltoNorthboundCostmapTest.java
alto-core/standard-northbound-routes/endpointcost/impl/src/main/java/org/opendaylight/alto/core/northbound/route/endpointcost/impl/AltoNorthboundRouteEndpointcost.java
alto-core/standard-northbound-routes/endpointcost/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
alto-core/standard-northbound-routes/endpointcost/impl/src/test/java/org/opendaylight/alto/core/northbound/route/endpointcost/impl/AltoNorthboundEndpointcostTest.java
alto-core/standard-northbound-routes/endpointproperty/impl/src/main/java/org/opendaylight/alto/core/northbound/route/endpointproperty/impl/AltoNorthboundRouteEndpointproperty.java
alto-core/standard-northbound-routes/endpointproperty/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
alto-core/standard-northbound-routes/endpointproperty/impl/src/test/java/org/opendaylight/alto/core/northbound/route/endpointproperty/impl/AltoNorthboundRouteEndpointpropertyTest.java
alto-core/standard-northbound-routes/networkmap/impl/src/main/java/org/opendaylight/alto/core/northbound/route/networkmap/impl/AltoNorthboundRouteNetworkmap.java
alto-core/standard-northbound-routes/networkmap/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml
utils/migrate_blueprint.sh