cinder/cinder/volume/drivers/huawei
Sean McGinnis 92fb7bb088 Use backup_use_temp_snapshot setting for default
Commit I0173d397760bc17c01af792b4c4cc2bcbf45fedd introduced a config
option intended for the specific driver, but added to driver.py and
worded such that would appear to be a generic setting. Rather than
going through a deprecation cycle for this and introducing a new
vendor specific option, make this setting be used as the default for
all drivers.

The default for drivers was False, and the default value for this
config option is False, so nothing changes without operator action.
Those drivers that want to force this behavior are already overriding
the call to get this base driver option, so they will not change
either. And now that the NFS driver (mostly) supports snapshots, we
should be able to start expecting that as a basic volume driver
functionality.

Change-Id: I5b193512137d845f5b1ac46c758d748a19a90739
Partial-bug: #1686403
2017-08-27 09:55:47 -05:00
..
__init__.py Refactor Huawei Volume driver 2015-07-18 16:49:05 +08:00
constants.py Eliminate randomness in encode_name&encode_host_name methods 2017-08-09 09:46:13 +08:00
fc_zone_helper.py Huawei: Support backup snapshot 2016-07-16 01:35:09 +00:00
huawei_conf.py Add 'LUNType' configuration verification for Dorado array 2017-07-03 06:06:04 +00:00
huawei_driver.py Use backup_use_temp_snapshot setting for default 2017-08-27 09:55:47 -05:00
huawei_utils.py Get correct hypermetro remote lun ID while mapping 2017-08-14 14:14:58 +08:00
hypermetro.py Get correct hypermetro remote lun ID while mapping 2017-08-14 14:14:58 +08:00
replication.py Change Huawei driver's private data storing place 2017-07-20 02:38:27 +00:00
rest_client.py Eliminate randomness in encode_name&encode_host_name methods 2017-08-09 09:46:13 +08:00
smartx.py Huawei driver supports front-end qos 2017-03-25 15:11:27 +08:00