]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix exception log msg in attach volume method
authorling-yun <zengyunling@huawei.com>
Fri, 17 Jan 2014 02:49:58 +0000 (10:49 +0800)
committerling-yun <zengyunling@huawei.com>
Fri, 17 Jan 2014 03:03:51 +0000 (11:03 +0800)
commit2f39c8523091c9a2e55254fb32900305524a6fff
tree093129f835adc0fe2e685d64f5cbc8794da2a44a
parent5be4620ae5bb50c8436de0e11269c85a095ed40b
Fix exception log msg in attach volume method

Attach volume happened when volume's status is attaching or available, but
the exception msg only contain info about "available". So fix it.

Change-Id: I1caf83b94b3e4158eff88871a4187041a25e5d1c
Closes-Bug: #1270020
cinder/volume/manager.py