manila/manila/tests/share/drivers/huawei
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
..
__init__.py Add share driver for Huawei V3 Storage 2015-01-14 00:14:50 -08:00
test_huawei_nas.py Three ways to set Thin/Thick Type in Huawei driver 2016-02-22 10:36:01 +08:00