commit | b3eab673906063618b7b1e227cbb3e3617fb5cf2 | [log] [tgz] |
---|---|---|
author | Eric Fried <efried@us.ibm.com> | Tue Nov 21 12:42:18 2017 -0600 |
committer | Eric Fried <efried@us.ibm.com> | Tue Nov 21 18:48:27 2017 +0000 |
tree | be830f1c423bc12e8a512da72cd6667994bbae73 | |
parent | 9bd78bcd65c46623b6f04ebdc3efe18375fd296f [diff] |
Fix a pointer to NotFound exception Noticed an error in a run like this: Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "tempest/api/compute/base.py", line 437, in _detach_volume except exceptions.NotFound: AttributeError: 'module' object has no attribute 'NotFound' This exception was moved (I guess) but this spot was missed. Closes-Bug: #1733674 Change-Id: Ia61eafe58ffc9658f70a8867c7729555a4e1d91c