Comment 2 for bug 1273126

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

Reviewed: https://review.openstack.org/69339
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=9544b8008f716d720299adcb1a94837ae093d801
Submitter: Jenkins
Branch: master

commit 9544b8008f716d720299adcb1a94837ae093d801
Author: Steven Hardy <email address hidden>
Date: Mon Jan 27 12:11:44 2014 +0000

    stub cfg.CONF in heat_keystoneclient

    It seems that sometimes tests can fail when reading the config
    and the suspected cause is a race caused by running the tests in
    parallel when using the global set_override on oslo.config.

    Stubbing all calls to the config should solve this issue (although
    it is a bit cumbersome in the test..)

    Change-Id: Ib1ee97f116544e069123253002d4a408503ac82e
    Closes-Bug: #1273126