]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Huawei driver handle volume exists error
authorWilson Liu <liuxinguo@huawei.com>
Sat, 10 Oct 2015 03:37:04 +0000 (11:37 +0800)
committerWilson Liu <liuxinguo@huawei.com>
Tue, 13 Oct 2015 08:09:05 +0000 (16:09 +0800)
commit3e9cc4fc5f8e82021b3bfd3106d3e50d2caaf91a
tree334742efb179a8262e70a80f23c9fd5982166026
parentc06a0f822e89a96768ba4f6202ddf12181773c02
Huawei driver handle volume exists error

Currently when we create a volume on an array
where that volume already exists,
there will be an exception. But in fact it should
just go on and doesn't need an exception.

Closes-Bug: #1504718
Change-Id: I13a52e81c1c271ea6728cb4a23717609d95bae69
cinder/tests/unit/test_huawei_drivers.py
cinder/volume/drivers/huawei/constants.py
cinder/volume/drivers/huawei/rest_client.py