]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fibre Channel base class for Cinder drivers
authorKurt Martin <kurt.f.martin@hp.com>
Wed, 13 Feb 2013 19:30:17 +0000 (11:30 -0800)
committerKurt Martin <kurt.f.martin@hp.com>
Tue, 19 Feb 2013 17:56:19 +0000 (09:56 -0800)
commitaf64eac392eb8fc490df3efc3e1f217890c44897
treef7c3903dca18e66d2bd369d8083b06571ff9d03c
parent0c5216265d87fe27077b653a367edbc1af75dd5e
Fibre Channel base class for Cinder drivers

This is the base class, FibreChannelDriver, for all fibre channel
drivers to extend. Currently, it has only initialize_connection
with comments, but this will be a place to put common functions
similar to the iSCSI base class.

This patch depends on the following nova and devstack changes
to be functional(both still in the review process but approved
for Grizzly):
https://review.openstack.org/#/c/19992/
https://review.openstack.org/#/c/20003/

This patch does not support copy_image_to_volume and
copy_volume_to_image in the Grizzly release. We'll revisit
this in Havana and add that support.

Partially Implements: blueprint fibre-channel-block-storage

Change-Id: I8bd28b8bd96deaec1db219457f407169ed172f69
cinder/tests/test_volume.py
cinder/volume/driver.py