Comment 18 for bug 1796830

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

Reviewed: https://review.openstack.org/620022
Committed: https://git.openstack.org/cgit/openstack/charm-nova-cloud-controller/commit/?id=cd915ee6f822af152379059a22ffbe1bdcc43313
Submitter: Zuul
Branch: stable/18.11

commit cd915ee6f822af152379059a22ffbe1bdcc43313
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: I5cd14bede21f53f196c630c7fdfcf521853e68da
    Closes-Bug: #1796830