Comment 2 for bug 1785245

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/588552
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=9668e7b9bf92257bc1ca9fbb04c973ef698c3dba
Submitter: Zuul
Branch: master

commit 9668e7b9bf92257bc1ca9fbb04c973ef698c3dba
Author: Damien Ciabrini <email address hidden>
Date: Fri Aug 3 15:10:10 2018 +0200

    Revert shebang change for InstanceHA startup script

    In Id915ded03ae5a471ffa2dca13e2da90021279f63 the shebang for
    check-run-nova-compute has been changed to use /usr/bin/env, which
    broke exec'ing the script:

      + exec /var/lib/nova/instanceha/check-run-nova-compute
      Running command: '/var/lib/nova/instanceha/check-run-nova-compute '
      /usr/bin/env: python -utt: No such file or directory

    Revert the change for this script.

    Change-Id: I96f82421638581122d687492f7420fd5724a7207
    Closes-Bug: #1785245