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
msg = _("being attached by different mode")
raise exception.InvalidVolume(reason=msg)
elif volume['status'] != "available":
- msg = _("status must be available")
+ msg = _("status must be available or attaching")
raise exception.InvalidVolume(reason=msg)
# TODO(jdg): attach_time column is currently varchar