]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add volume RPC API v2.0
authorMichał Dulko <michal.dulko@intel.com>
Wed, 17 Feb 2016 11:57:10 +0000 (12:57 +0100)
committerMichał Dulko <michal.dulko@intel.com>
Fri, 11 Mar 2016 08:45:40 +0000 (09:45 +0100)
commit2d3ebe718f9b97549fc3b8687831e90242f1f29d
tree96217c1eea55298b4b88bc5c7ff5c7dd3a2b2f5d
parent6b864410152f794152a1465beab4dec8feba7f13
Add volume RPC API v2.0

This patch creates volume RPC API version 2.0, while retaining
compatibility in rpcapi and manager for 1.x, allowing for continuous
deployment scenarios.

This should be merged just before the Mitaka release.

UpgradeImpact - Deployments doing continous deployment should not
upgrade into Newton before doing an upgrade which includes all the
Mitaka's RPC API version bump commits (scheduler, volume, backup).

Change-Id: Ic7df6fdc1ce8ab0b3782161a6b6769f45883dba6
Related-Blueprint: rpc-object-compatibility
cinder/tests/unit/test_volume_rpcapi.py
cinder/volume/manager.py
cinder/volume/rpcapi.py