]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Clean up replication v2.1 (Cheesecake) RPC API
authorMichał Dulko <michal.dulko@intel.com>
Mon, 29 Feb 2016 13:25:54 +0000 (14:25 +0100)
committerMichał Dulko <michal.dulko@intel.com>
Mon, 29 Feb 2016 13:38:31 +0000 (14:38 +0100)
commit6a4e3f57585eb0065700db5906335f605d1f55f2
tree6d78400f8fb19d972884750d5d96f53225e27b52
parent4d093d4eca67774e8b5973646b3e61552254bc53
Clean up replication v2.1 (Cheesecake) RPC API

We've merged replication v2.1 (Cheesecake) code with two little issues
in RPC API layer:

 * volume.rcpapi have list_replication_targets method, which is unused
   and not handled by volume.manager.
 * There are no tests for new methods in test_volume_rpcapi module.

This commit sorts this out.

Change-Id: I2ba6ee68e1e729c9d391a846941ae6bdbbefbc9b
Related-Blueprint: replication-update
cinder/tests/unit/test_volume_rpcapi.py
cinder/volume/rpcapi.py