Comment 2 for bug 1872689

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

Reviewed: https://review.opendev.org/719920
Committed: https://git.openstack.org/cgit/openstack/charms.openstack/commit/?id=f9bd43ff5ddec906365dbc8a898443b91a19d554
Submitter: Zuul
Branch: master

commit f9bd43ff5ddec906365dbc8a898443b91a19d554
Author: Frode Nordahl <email address hidden>
Date: Tue Apr 14 13:16:27 2020 +0200

    Support charms providing templates with same basename

    Replicate functionaltiy of ``charmhelpers.contrib.openstack``
    where template files named after the absolute path of target
    with path separators repalced by underscores can be used.

    This convention is useful when charm author need to provide
    templates with ambiguous basename.

    Change-Id: I534fe52f38df7d1e409246115836223e90f080bc
    Closes-Bug: #1872689