Comment 48 for bug 1503501

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

Reviewed: https://review.openstack.org/235246
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=6d611b7f9758b04cfe67bd9533d59044a7844bc7
Submitter: Jenkins
Branch: stable/liberty

commit 6d611b7f9758b04cfe67bd9533d59044a7844bc7
Author: Sirushti Murugesan <email address hidden>
Date: Thu Oct 8 09:13:04 2015 +0530

    Merge of three backported commits for fixing liberty gate

    First patch description:

    Use LOG.error when no exception handler is used

    There's no need to use LOG.exception here since sys.exc_info()
    results in (None, None, None) and thus would effectively just
    be LOG.error.

    Also, the failure of invoking LOG.exception outside of an
    exception handler is due to a bug in Python3[1]. The fix for
    that is only available in Python3.5.

    [1] http://bugs.python.org/issue17911

    Closes-Bug: #1482261
    (cherry picked from commit f5c415accfff2ad399194b30b9408a903042f009)

    Second patch description:

    Add testresources used by oslo.db fixture

    If we use oslo.db fixtures, we'll need these 2 packages or
    the next version of oslo.db release will break us.

    Closes-Bug: #1503501
    (cherry picked from commit a7368fb68e8c1cccbb601aa1aad444248c645c25)

    Third patch description:

    Switch to post-versioning

    No longer mention next version on setup.cfg on stable branch.

    Change-Id: Ib40c664a4f0e01cd27e1f24cfdbc9de278aece42