Comment 2 for bug 1534641

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

Reviewed: https://review.openstack.org/268206
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=53a11775391dc185bf0fc08be05c05512c591394
Submitter: Jenkins
Branch: master

commit 53a11775391dc185bf0fc08be05c05512c591394
Author: Hongbin Lu <email address hidden>
Date: Fri Jan 15 10:51:18 2016 -0500

    Gate: Fixed an Unauthorized error on api tests

    The error is caused by an incorrect teardown order in baymodel tests.
    The teardown in super class will delete the credential, so it should
    be called after the baymodel is deleted.

    Change-Id: I9a022122c309fe6e2e74f744f196a67beec1f884
    Closes-Bug: #1534641