]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
REST session validity not checked in get_volume_info
authorLarry Matter <lmatter@coraid.com>
Thu, 28 Mar 2013 23:29:38 +0000 (16:29 -0700)
committerLarry Matter <lmatter@coraid.com>
Sun, 31 Mar 2013 01:13:47 +0000 (18:13 -0700)
commitb78fb081ac1be228cecebff2a49131accfe4525c
tree06e7dc9f26c819702d313c386867c15a07c3dada
parentb7986d03c53c36023824951299076d9f79dc33aa
REST session validity not checked in get_volume_info

The fix for bug 1157242 introduced a new bug in Coraid cinder driver
_get_volume_info that the login session is not checked for
validity/timeout.  This change addressesthat issue for all
methods in the CoraidRESTClient class.

Fixes bug 1160459

Change-Id: Ib2d7ebbf3ef8ec35071f51c6168eb9b3af9405e6
cinder/tests/test_coraid.py
cinder/volume/drivers/coraid.py