]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Revert "Brick connector fix for NFS drivers"
authorJohn Griffith <john.griffith@solidfire.com>
Thu, 24 Oct 2013 23:35:16 +0000 (23:35 +0000)
committerJohn Griffith <john.griffith@solidfire.com>
Fri, 25 Oct 2013 16:16:10 +0000 (10:16 -0600)
commitd9173c0c9d8db1618da5afc612baf23b3a182333
treef6134092b588a7180353ef8326d9c5eb723cccf4
parent12486664849bdc8980530658059d5a7f12c57091
Revert "Brick connector fix for NFS drivers"

This reverts commit b6b9df2940ac07f715f759f4c315b2cf088c2320

Passing in driver=self in the base driver connector builder breaks all of the other drivers and isn't the *correct* driver to be passing in.

Simply removing this fixes the functionality, however breaks your tests and I'm not sure of the impact on what you were attempting so I'm reverting.

Change-Id: I0af85a2bc491cc0e23aa6af1f67c2dfed1c7081f
cinder/brick/initiator/connector.py
cinder/tests/test_coraid.py
cinder/volume/driver.py
cinder/volume/drivers/nfs.py