Comment 4 for bug 1536956

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

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

commit 627debfeb8139b249c48a1e4af4bb492a5d87211
Author: Ghanshyam <email address hidden>
Date: Fri Jan 22 18:11:00 2016 +0900

    Fix stress tests job to use dynamic cred

    Stress tests use configured credential by default and
    after removing the support of those depricated cred from devstack
    stress experimental job started failing.

    Using dynamic cred by default there.

    Another issue is that stress tests do not pass domain name
    in case of identity v3 API which leads to failure.
    This was hidden issue as stress tests were not running with dynamic creds.

    Change-Id: I4fb2534f2fb73305d0d8dc077a72c33ba81bd189
    Closes-Bug: #1536956