Comment 7 for bug 1729039

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

Reviewed: https://review.openstack.org/517040
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=c5adb1c6551a609d6786853747407f991c2fb274
Submitter: Zuul
Branch: master

commit c5adb1c6551a609d6786853747407f991c2fb274
Author: Steven Hardy <email address hidden>
Date: Wed Nov 1 16:34:42 2017 +0000

    Don't rewrite resource_registry values that aren't paths

    If you map to e.g OS::Heat::None, the current code adds an unwanted
    path prefix to these entries if the environment triggers this legacy
    fallback path (e.g it references files outside of tht_root).

    Change-Id: Id591c1a119c3471b599dcaddb363f3d353d25fff
    Closes-Bug: #1729039