Re-add QNAP Cinder volume driver
The QNAP driver was marked deprecated and was removed due to not meet CI requiements. Now QNAP driver can meet the CI requirements. To support enhanced features of QNAP driver, the driver should be add back first. Change-Id: Ieb2c08b27d073607c6c3c9bc4d4174f760121509 Implements: blueprint readd-qnap-driver
This commit is contained in:
parent
d783dd7617
commit
14dea86f5d
@ -137,6 +137,7 @@ from cinder.volume.drivers import nimble as cinder_volume_drivers_nimble
|
||||
from cinder.volume.drivers.prophetstor import options as \
|
||||
cinder_volume_drivers_prophetstor_options
|
||||
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 rbd as cinder_volume_drivers_rbd
|
||||
from cinder.volume.drivers import remotefs as cinder_volume_drivers_remotefs
|
||||
@ -319,6 +320,7 @@ def list_opts():
|
||||
cinder_volume_drivers_nimble.nimble_opts,
|
||||
cinder_volume_drivers_prophetstor_options.DPL_OPTS,
|
||||
cinder_volume_drivers_pure.PURE_OPTS,
|
||||
cinder_volume_drivers_qnap.qnap_opts,
|
||||
cinder_volume_drivers_quobyte.volume_opts,
|
||||
cinder_volume_drivers_rbd.RBD_OPTS,
|
||||
cinder_volume_drivers_remotefs.nas_opts,
|
||||
|
5957
cinder/tests/unit/volume/drivers/test_qnap.py
Normal file
5957
cinder/tests/unit/volume/drivers/test_qnap.py
Normal file
File diff suppressed because it is too large
Load Diff
2133
cinder/volume/drivers/qnap.py
Normal file
2133
cinder/volume/drivers/qnap.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Re-added QNAP Cinder volume driver.
|
Loading…
Reference in New Issue
Block a user