Comment 16 for bug 1796830

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

Reviewed: https://review.openstack.org/619758
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=ce389711da998ae44c90c31db96b7a466af9d400
Submitter: Zuul
Branch: master

commit ce389711da998ae44c90c31db96b7a466af9d400
Author: Alex Kavanagh <email address hidden>
Date: Fri Nov 23 15:59:30 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: Ib389885b6b95eced6c90fe95d831909c721ebc27
    Closes-Bug: #1796830