]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Implement extend_volume method to Block Device driver
authorYuriy Nesenenko <ynesenenko@mirantis.com>
Thu, 1 Oct 2015 10:39:39 +0000 (13:39 +0300)
committerYuriy Nesenenko <ynesenenko@mirantis.com>
Thu, 1 Oct 2015 10:39:39 +0000 (13:39 +0300)
commit82d51bfbf93283a92f18a50251e685a5eb62fc40
tree3af50fae36f3b781043f0ac9a6042934494844eb
parent11bbc450c33703dba8b78c56556637e49c420376
Implement extend_volume method to Block Device driver

This patch adds the extend_volume method to Block Device driver
to get the minimum features for this driver.

Related blueprint: block-device-driver-minimum-features-set
Change-Id: I6ca7ba4a407ab7d8171fc7d5d6fcb60a29de8f6b
cinder/tests/unit/test_block_device.py
cinder/volume/drivers/block_device.py