cinder/cinder/volume
Adriano Rosso 19ad533a6d HNAS: Rename hnas_svcX_volume_type
Hitachi NAS Platform (HNAS) drivers use the configuration option
hnas_svcX_volume_type (X is a number from 0 to 3) to get the name of
the pools configured for the drivers. The name containing
"volume_type" in the end confuses the users because they tend to
relate the option with the volume types created in cinder.
This patch deprecates the name hnas_svcX_volume_type when
configuring the drivers by cinder.conf in favor of
hnas_svcX_pool_name, so it can express more precisely the real
purpose of this option.
This modification applies only for those configuration using
the cinder.conf. The XML configuration options remain the same
since this kind of configuration is deprecated.

DocImpact

Change-Id: I4e2f145b1124f5b567585ec831a58ca6c8138aa5
2016-11-28 13:58:23 -02:00
..
drivers HNAS: Rename hnas_svcX_volume_type 2016-11-28 13:58:23 -02:00
flows Merge "Add VolumeAttachStatus Enum" 2016-11-16 23:46:09 +00:00
targets fix the %{} when string formating 2016-09-11 13:43:46 +08:00
__init__.py Fix dynamic import of CONF.volume_api_class 2016-02-12 10:50:31 -06:00
api.py Merge "Add host check while create snapshot" 2016-11-22 20:50:19 +00:00
configuration.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
driver_utils.py Give more fine grained access to DriverInitiatorData 2016-06-03 11:06:48 -07:00
driver.py Prevent Active-Active on drivers by default 2016-11-17 11:15:53 +01:00
group_types.py Add group type and group specs 2016-07-08 14:26:39 -04:00
manager.py Merge "Log traceback for validate_connector exception" 2016-11-24 10:49:34 +00:00
qos_specs.py Fix mistakes introduced with QoSSpecs object 2016-07-28 13:34:24 +02:00
rpcapi.py Convert backup_device to OVO 2016-11-08 16:49:53 +01:00
throttling.py Fix volume throttling to Python 3 2015-10-02 07:01:03 +00:00
utils.py Merge "Log message cleanup for volume-usage-audit" 2016-11-14 06:41:32 +00:00
volume_types.py Add combined function get_vol_type_by_name_or_id 2016-09-14 17:42:14 +08:00