Merge "Add QNAP ES Storage Driver"
This commit is contained in:
commit
3732585e20
@ -158,6 +158,7 @@ from cinder.volume.drivers import nimble as cinder_volume_drivers_nimble
|
|||||||
from cinder.volume.drivers.prophetstor import options as \
|
from cinder.volume.drivers.prophetstor import options as \
|
||||||
cinder_volume_drivers_prophetstor_options
|
cinder_volume_drivers_prophetstor_options
|
||||||
from cinder.volume.drivers import pure as cinder_volume_drivers_pure
|
from cinder.volume.drivers import pure as cinder_volume_drivers_pure
|
||||||
|
from cinder.volume.drivers import qnap as cinder_volume_drivers_qnap
|
||||||
from cinder.volume.drivers import quobyte as cinder_volume_drivers_quobyte
|
from cinder.volume.drivers import quobyte as cinder_volume_drivers_quobyte
|
||||||
from cinder.volume.drivers import rbd as cinder_volume_drivers_rbd
|
from cinder.volume.drivers import rbd as cinder_volume_drivers_rbd
|
||||||
from cinder.volume.drivers import remotefs as cinder_volume_drivers_remotefs
|
from cinder.volume.drivers import remotefs as cinder_volume_drivers_remotefs
|
||||||
@ -347,6 +348,7 @@ def list_opts():
|
|||||||
cinder_volume_drivers_nimble.nimble_opts,
|
cinder_volume_drivers_nimble.nimble_opts,
|
||||||
cinder_volume_drivers_prophetstor_options.DPL_OPTS,
|
cinder_volume_drivers_prophetstor_options.DPL_OPTS,
|
||||||
cinder_volume_drivers_pure.PURE_OPTS,
|
cinder_volume_drivers_pure.PURE_OPTS,
|
||||||
|
cinder_volume_drivers_qnap.qnap_opts,
|
||||||
cinder_volume_drivers_quobyte.volume_opts,
|
cinder_volume_drivers_quobyte.volume_opts,
|
||||||
cinder_volume_drivers_rbd.RBD_OPTS,
|
cinder_volume_drivers_rbd.RBD_OPTS,
|
||||||
cinder_volume_drivers_remotefs.nas_opts,
|
cinder_volume_drivers_remotefs.nas_opts,
|
||||||
|
2182
cinder/tests/unit/test_qnap.py
Normal file
2182
cinder/tests/unit/test_qnap.py
Normal file
File diff suppressed because it is too large
Load Diff
1567
cinder/volume/drivers/qnap.py
Normal file
1567
cinder/volume/drivers/qnap.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Added volume driver for QNAP ES Storage Driver.
|
Loading…
Reference in New Issue
Block a user