Comment 7 for bug 1296955

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/157921
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=fda3765ff2b5a09885dec33631bc219ac170e72a
Submitter: Jenkins
Branch: master

commit fda3765ff2b5a09885dec33631bc219ac170e72a
Author: Matthew Treinish <email address hidden>
Date: Fri Feb 20 15:14:53 2015 -0500

    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