commit | fda3765ff2b5a09885dec33631bc219ac170e72a | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Fri Feb 20 15:14:53 2015 -0500 |
committer | Matthew Treinish <mtreinish@kortar.org> | Fri Feb 20 15:17:44 2015 -0500 |
tree | e3d0b2b33599c755f3e4f4d7c3f84ce9ee708b62 | |
parent | 0fd81db60df3b73642d50f042c079bcc9c5ea89a [diff] |
Fix missing exception catch in is_admin_available() This commit adds a missing exception catch in the is_admin_available() method. When non-locking test accounts are used and no admin creds are available an InvalidConfiguration exception is raised instead of the NotImplemented exception raised by the locking test accounts provider. Partial-Bug: #1296955 Change-Id: Ic7006f6a40ac174e4b6793096fb92957df350d61