]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add backup RPC API v2.0
authorMichał Dulko <michal.dulko@intel.com>
Mon, 22 Feb 2016 13:06:37 +0000 (14:06 +0100)
committerMichal Dulko <michal.dulko@intel.com>
Mon, 14 Mar 2016 15:49:12 +0000 (15:49 +0000)
commit241e8418ebb777d460c15a013f71f7e352c8cfdf
tree52492c411997e3f4f6e524538c407a55f8de20b8
parentb2579a406cacdf42e4c84afba690cb993f37d678
Add backup RPC API v2.0

This patch creates backup 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).

Related-Blueprint: rpc-object-compatibility

Change-Id: I0c66e4126901e6d60054d093cf87d43f4b9df666
cinder/backup/manager.py
cinder/backup/rpcapi.py
cinder/tests/unit/backup/test_rpcapi.py