]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Raise an error if iSCSI is not supported
authorXavier Queralt <xqueralt@redhat.com>
Fri, 14 Jun 2013 13:18:23 +0000 (15:18 +0200)
committerXavier Queralt <xqueralt@redhat.com>
Fri, 14 Jun 2013 13:18:23 +0000 (15:18 +0200)
commitcd0c32e32fc3566a68d5b7b2afcaf120a58d5bf7
tree62d06a201bc966cb01cf54baf8aae7e3c0ff7531
parent0a26b70c986135c24db643ca9ecaa23660dcb41a
Raise an error if iSCSI is not supported

Since the compute nodes may not have iSCSI support, volume drivers
requiring it will raise an error if the connector's initiator attribute
is not set when initializing the connection.

bug #1007084

Related to: I5da472e5013fdc0c733ecb12b919c1068873bdc6

Change-Id: I95d859c11cf81bf57cecf7af8b224cdbb71592d5
cinder/tests/api/contrib/test_admin_actions.py
cinder/tests/test_volume.py
cinder/volume/driver.py
cinder/volume/manager.py