Comment 3 for bug 1860155

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

Reviewed: https://review.opendev.org/703123
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=b45d4c6d219e8e27219bca341acdfd634155d6f6
Submitter: Zuul
Branch: master

commit b45d4c6d219e8e27219bca341acdfd634155d6f6
Author: Nate Johnston <email address hidden>
Date: Fri Jan 17 11:46:26 2020 -0500

    Fix substitution in kill-script

    In the kill-script there is a string "Unknown action ${SIG} for
    ${$CT_NAME} ${CT_ID}" which results in a "bad substitution" error, as
    there is no variable named with what the contents of the CT_NAME
    environment variable contains. Remove the extraneous '$'.

    Change-Id: I4c76071083bf5cb4f876d3b78c379822a8bd8db1
    Fixes-Bug: #1860155