]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Re-add Nexenta drivers
authorMikhail Khodos <mikhail.khodos@nexenta.com>
Wed, 9 Dec 2015 17:19:16 +0000 (09:19 -0800)
committerMikhail Khodos <mikhail.khodos@nexenta.com>
Tue, 12 Jan 2016 09:28:02 +0000 (01:28 -0800)
commit999acbffce9de51d11a3fb31e24bffd282e69f3a
treea250c4f7040f9e7c0c2c9672e8612e1f04dd1c4a
parent12fd290098e225901df553ec1414d6438d372daf
Re-add Nexenta drivers

Drivers were removed due to lack of CI.

Refactored iSCSI to use single target/tg with multiple zvols.
Migrated unit tests to use mock.
Added releasenotes.

DocImpact
Implements: blueprint nexentastor-4-cinder-drivers
Change-Id: I2ff4c79573322a9c0cd473a9d413e1fcdbe55ee0
cinder/exception.py
cinder/opts.py
cinder/tests/unit/test_nexenta.py [new file with mode: 0644]
cinder/volume/drivers/nexenta/iscsi.py [new file with mode: 0644]
cinder/volume/drivers/nexenta/jsonrpc.py [new file with mode: 0644]
cinder/volume/drivers/nexenta/nexentaedge/iscsi.py
cinder/volume/drivers/nexenta/nfs.py [new file with mode: 0644]
cinder/volume/drivers/nexenta/options.py [new file with mode: 0644]
cinder/volume/drivers/nexenta/utils.py [new file with mode: 0644]
releasenotes/notes/re-add-nexenta-driver-d3af97e33551a485.yaml [new file with mode: 0644]
tests-py3.txt