]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Get full volume model in Replication manager API’s
authorPatrick East <patrick.east@purestorage.com>
Wed, 2 Sep 2015 20:51:42 +0000 (13:51 -0700)
committerPatrick East <patrick.east@purestorage.com>
Wed, 2 Sep 2015 20:59:27 +0000 (13:59 -0700)
commit01ff9d7dc7af54eaa218ef86839b0468de283c7e
treeaaeb1519ac6983a881d1d45571175766f151783c
parent540bba7f8e049e0eea304ec21ed2da2d03319125
Get full volume model in Replication manager API’s

Currently we pass in a dictionary of the volume properties, but not the
actual volume model. This dictionary is missing some of the properties
like ‘name’ which backends may required for volume operations.

Change-Id: Idcb7b2c8313360a77ba336f3b7534d8fa7431a41
Closes-Bug: #1491585
cinder/volume/manager.py