commit | 590763900f6b4f511b8a7d801d1a4ed31a983a55 | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem@us.ibm.com> | Mon Dec 01 09:06:43 2014 -0800 |
committer | Matt Riedemann <mriedem@us.ibm.com> | Mon Dec 01 09:06:43 2014 -0800 |
tree | 6584332c043b478387d3a57b0271c9beeeff87f2 | |
parent | acc871d3d6fa36ad1ad97584504675cc37feca5d [diff] |
Use volume_id rather than volume_name in volume extensions timeout We're seeing "Volume None failed to reach in-use status within the required time" because the volume_name is not set as displayName in the response body, this is different between cinder v1 and v2, so just use the volume_id in the TimeoutException message, like what the volumes_client does in it's wait_for_volume_status method. Related-Bug: #1398078 Change-Id: I24062b559f977d552789d850ea13e365b33070cd