Comment 7 for bug 1287980

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

Reviewed: https://review.openstack.org/78670
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=7953ce1fecd51b26d213c0d80a3d1bce1295c14e
Submitter: Jenkins
Branch: milestone-proposed

commit 7953ce1fecd51b26d213c0d80a3d1bce1295c14e
Author: Steven Hardy <email address hidden>
Date: Wed Mar 5 16:38:54 2014 +0000

    heat_keystoneclient add legacy fallback path

    If users fail to observe the reccomendations in the commit messages
    and/or release notes and use a heat.conf from a previous version of
    heat currently some functionality will fail due to the missing
    domain configuration in heat.conf. Instead degrade gracefully with
    warnings, calling the non-domain functions which are maintained
    (for now) for backwards compatibility.

    Hopefully we won't have to maintain this huge pile of legacy stuff
    for too long :(

    Change-Id: Ia029d585dfdb2563609725589c41083819a11a3b
    Closes-Bug: #1287980