Comment 2 for bug 1814320

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

Reviewed: https://review.openstack.org/637180
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=a2ad746d9de877d6bcc6e9dcc40bdec789630006
Submitter: Zuul
Branch: master

commit a2ad746d9de877d6bcc6e9dcc40bdec789630006
Author: Brent Eagles <email address hidden>
Date: Fri Feb 15 09:32:58 2019 -0330

    Don't rely on crudini for octavia config

    Relying on crudini being available on the overcloud nodes has turned out
    to be relatively fragile. This changes octavia playbooks to use awk
    instead of crudini to lookup a config item on the overcloud node.

    Change-Id: I78d6d753df46c3964b9a4867eb93767230c4dae6
    Closes-Bug: #1814320