manila/manila/share
zhongjun 037fc4bbee Fix create snapshot API in Huawei driver
Since "Migrate share" have been merged, The share['id']
is not consistent with share['name']. So can not use 'share_name'
in create_share API and use 'share_id' in create_snapshot API at
the same time. Now change snapshot['share']['share_id']
to snapshot['share_name'] in create_snapshot API.

Change-Id: Ieedda9318762ba2c683788f023a87728d7287504
Closes-Bug: #1494614
2015-09-11 15:30:43 +08:00
..
drivers Fix create snapshot API in Huawei driver 2015-09-11 15:30:43 +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
api.py Add Share Migration feature 2015-09-06 22:52:41 -03:00
configuration.py Use oslo_log lib 2015-02-08 10:42:40 +00:00
driver.py Add Share Migration feature 2015-09-06 22:52:41 -03: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 "Consistency Group Support for the Generic Driver" 2015-09-07 06:52:35 +00:00
migration.py Add Share Migration feature 2015-09-06 22:52:41 -03:00
rpcapi.py Add Share Migration feature 2015-09-06 22:52:41 -03:00
share_types.py Add possibility to filter back ends by snapshot support 2015-08-26 23:05:37 +03:00
utils.py Add Share Migration feature 2015-09-06 22:52:41 -03:00