Comment 2 for bug 1813617

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

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

commit ce2ec4af9a236cd809f1c21d7f6f869e3051f505
Author: Jose Luis Franco Arza <email address hidden>
Date: Tue Jan 29 15:54:31 2019 +0100

    Correct *_short_bootstrap_node_name variable.

    The pacemaker/notify-rabbitmq.yaml and pacemaker/rpc-rabbitmq.yaml
    services where making use of the *_short_bootstrap_node_name variables
    considering that their service_name matched their template file name.
    However, their service_name is oslo_messaging_rpc and oslo_messaging_notify
    respectively. So the variables weren't found when executing the tasks.

    Change-Id: I3b851a6e8463b1debf56ca8dca201dbac2d8d3c9
    Closes-Bug: #1813617