diff options
author | Zuul <zuul@review.opendev.org> | 2020-02-27 21:19:10 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-02-27 21:19:10 +0000 |
commit | 9b99ac5e2f611d13d4da066c3b99ea532070c301 (patch) | |
tree | af05f413bc565e76fc3051877d3dea5d456524a6 /cinder/opts.py | |
parent | a154a1360be62eed0e2bf20937503b55659f4701 (diff) | |
parent | c79dfa6facbd28d929d2f534b897810b475cbf14 (diff) | |
download | cinder-9b99ac5e2f611d13d4da066c3b99ea532070c301.tar.gz |
Merge "Revert "Remove Huawei FusionStorage Driver""
Diffstat (limited to 'cinder/opts.py')
-rw-r--r-- | cinder/opts.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cinder/opts.py b/cinder/opts.py index 8d2d20264..3e3228c45 100644 --- a/cinder/opts.py +++ b/cinder/opts.py @@ -86,6 +86,8 @@ from cinder.volume.drivers.dell_emc import xtremio as \ cinder_volume_drivers_dell_emc_xtremio from cinder.volume.drivers.fujitsu.eternus_dx import eternus_dx_common as \ cinder_volume_drivers_fujitsu_eternus_dx_eternusdxcommon +from cinder.volume.drivers.fusionstorage import dsware as \ + cinder_volume_drivers_fusionstorage_dsware from cinder.volume.drivers.hpe import hpe_3par_common as \ cinder_volume_drivers_hpe_hpe3parcommon from cinder.volume.drivers.hpe import hpe_lefthand_iscsi as \ @@ -242,6 +244,7 @@ def list_opts(): cinder_volume_driver.scst_opts, cinder_volume_driver.backup_opts, cinder_volume_driver.image_opts, + cinder_volume_drivers_fusionstorage_dsware.volume_opts, cinder_volume_drivers_infortrend_raidcmd_cli_commoncli. infortrend_opts, cinder_volume_drivers_inspur_as13000_as13000driver. |