Comment 17 for bug 1796830

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

Reviewed: https://review.openstack.org/619752
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=b77bc9cd1ed04df3a99e6324d82a91cd5ee535f5
Submitter: Zuul
Branch: master

commit b77bc9cd1ed04df3a99e6324d82a91cd5ee535f5
Author: Alex Kavanagh <email address hidden>
Date: Fri Nov 23 15:42:10 2018 +0000

    Sync c-h nrpe.py file to fix nrpe files copy issue

    Due to a change to PY3, the charmhelpers directory is not in the
    CHARMDIR rather than in CHARMDIR/hooks. This broke the
    copy_nrpe_checks() function in c-h. c-h has been updated, to look in
    both CHARMDIR and CHARMDIR/hooks for the charmhelpers directory, and
    this patchset includes the new function definition.

    Change-Id: Ifc0baabee4e06b79015e02b95634bce879ae84af
    Closes-Bug: #1796830