Move ClusterAdminRpcService to its own bundle
authorTom Pantelis <tpanteli@brocade.com>
Tue, 29 Mar 2016 07:41:24 +0000 (03:41 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 29 Apr 2016 18:49:10 +0000 (18:49 +0000)
commit37cc136b06c7a70c0169973d8fbcc5da6576f0f8
tree17f9dba84423c561349f2a10622b20cb6976ba56
parent405a8ae6373dc2ab7c03f291ffc448b2b628d5be
Move ClusterAdminRpcService to its own bundle

The ClusterAdminRpcService can't be instantiated with the clustered
datastore blueprint xml b/c it needs the binding RPC registry service so
I moved it to its own bundle.

I made the ClusterAdminProviderModule a no-op since the
ClusterAdminRpcService is now created via blueprint.

I also had to export some packages from the sal-distributed-datastore
bundle.

Change-Id: Icaf025517ed9b08a82a81310f1e5dd2ac0647559
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
java/org/opendaylight/controller/cluster/datastore/DataPersistenceProviderMonitor.java [deleted file]