]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Handle correct exception raised by python-novaclient
authorIvan Kolodyazhny <e0ne@e0ne.info>
Wed, 28 Oct 2015 05:45:57 +0000 (07:45 +0200)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Wed, 28 Oct 2015 05:50:15 +0000 (07:50 +0200)
commit99dc6d34754954a27f6998406a94743c41b93981
treeb7ce4074c4feb48111d865caf16a53305ab98abc
parentcbb55074de48176cbaa3f31a5b1d595b8aad7aa8
Handle correct exception raised by python-novaclient

We need to hanle both novaclient.exceptions.RequestTimeout
and requests.Timeout to make it works with a different
python-nocaclient versions.

Change-Id: Ib58101f12c87653aef97e055d22542acbeeee4a7
Closes-Bug: #1510790
cinder/compute/nova.py