]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move iscsi flags back to driver.py
authorjohn-griffith <john.griffith@solidfire.com>
Thu, 17 Jan 2013 01:49:07 +0000 (18:49 -0700)
committerjohn-griffith <john.griffith@solidfire.com>
Thu, 17 Jan 2013 01:53:25 +0000 (18:53 -0700)
commit67c300604afa2d0c7e702f439fe1d4e45b90a7d8
tree03b04bfe383414705b93ae0d28496eb15ea5aabd
parent1b27b3835e4f24ba264a75ea4f979c837ec9b124
Move iscsi flags back to driver.py

During the lvm class create the iscsi flags were moved.
This is NOT correct, the flags belong with the ISCSI class
and should have been left in driver.py where ISCSIDriver
is defined.

Moving these breaks the inheritance structure for all those that
inherit from ISCSIDriver.

Change-Id: I1fda9158d9f8f01005875b87265d2dd87bcbc67f
cinder/volume/driver.py
cinder/volume/drivers/lvm.py