diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-21 10:20:36 -0500 |
---|---|---|
committer | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-22 15:33:40 +0000 |
commit | e73462e38b5a282e7308a8d92a155e47f79d1b0e (patch) | |
tree | 07e1f2122e5d957bc8d187ca66b0a2d420882a6a /grpc-resource/provider/src/main/resources | |
parent | bab00f39b225968bfab942bbb1913d39c69e09dc (diff) |
Expose gRPC service in OSGi service registry
And fix few things
Change-Id: If1829df08af92b37ab90790c4d6c306e06a0f04e
Issue-ID: CCSDK-947
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'grpc-resource/provider/src/main/resources')
-rw-r--r-- | grpc-resource/provider/src/main/resources/org/opendaylight/blueprint/grpc-client.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc-resource/provider/src/main/resources/org/opendaylight/blueprint/grpc-client.xml b/grpc-resource/provider/src/main/resources/org/opendaylight/blueprint/grpc-client.xml index e6e75159..2c428da3 100644 --- a/grpc-resource/provider/src/main/resources/org/opendaylight/blueprint/grpc-client.xml +++ b/grpc-resource/provider/src/main/resources/org/opendaylight/blueprint/grpc-client.xml @@ -29,5 +29,7 @@ <argument ref="blueprintProcessingHandler"/> <argument ref="grpcProperty"/> </bean> + <service ref="grpcClient" interface="org.onap.ccsdk.sli.adaptors.grpc.cds.BlueprintProcessingClient" + odl:type="default"/> </blueprint> |