manila/manila/share
zhaohua c2d285e089 Three ways to set Thin/Thick Type in Huawei driver
1.If thin_provisioning is set in the share type extra-specs,
  it will be used(thin share will be created if "capabilities:
  thin_provisioning=<is> True", thick share will be created if
  "capabilities:thin_provisioning=<is> False")
2.If "thin_provisioning" is not present in the share_type, the config value
  of "AllocType" in the config file will be used(thin share will be created
  if "AllocType=Thin", thick share will be created if "AllocType=Thick")
3.If two of aboves are not present, then thick share will be created by default.

Change-Id: I8153aa79fb04a4221675d7ec2e4b24947ec6f9d7
Closes-Bug: #1542133
2016-02-22 10:36:01 +08:00
..
drivers Three ways to set Thin/Thick Type in Huawei driver 2016-02-22 10:36:01 +08:00
hooks Add share hooks 2015-09-04 19:04:34 +03:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
access.py Add update_access() method to driver interface 2016-02-05 10:41:51 -02:00
api.py Merge "replace string format arguments with function parameters" 2016-02-13 03:27:28 +00:00
configuration.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
driver.py Merge "replace string format arguments with function parameters" 2016-02-13 03:27:28 +00:00
drivers_private_data.py Provide private data storage API for drivers 2015-05-26 17:53:00 +03:00
hook.py Add share hooks 2015-09-04 19:04:34 +03:00
manager.py Merge "replace string format arguments with function parameters" 2016-02-13 03:27:28 +00:00
migration.py replace string format arguments with function parameters 2016-02-12 23:07:50 +08:00
rpcapi.py Share Replication API and Scheduler Support 2016-02-11 19:45:37 +00:00
share_types.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
utils.py Add Share Migration feature 2015-09-06 22:52:41 -03:00