Comment 15 for bug 1796830

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

Reviewed: https://review.openstack.org/619762
Committed: https://git.openstack.org/cgit/openstack/charm-openstack-dashboard/commit/?id=882e78c5ad76df9232dfd4b741031c4b36341b9c
Submitter: Zuul
Branch: master

commit 882e78c5ad76df9232dfd4b741031c4b36341b9c
Author: Alex Kavanagh <email address hidden>
Date: Fri Nov 23 16:04:44 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: I95250d6624827eb159a450523e05284c9248ba07
    Closes-Bug: #1796830