Comment 5 for bug 1786786

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

Reviewed: https://review.openstack.org/608449
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=8b40faa71c6043531f88dffe3af837afbf382793
Submitter: Zuul
Branch: stable/rocky

commit 8b40faa71c6043531f88dffe3af837afbf382793
Author: Carlos Goncalves <email address hidden>
Date: Mon Aug 13 16:26:54 2018 +0200

    Fix skip of octavia-undercloud Ansible role

    The migration of Octavia to external_deploy_task [1] changed the
    undercloud group name from 'undercloud' to 'Undecloud' in line with [2].
    Due to that, the execution of role octavia-undercloud was being skipped
    as no host pattern could be matched.

    [1] https://review.openstack.org/#/c/559374/
    [2] https://review.openstack.org/#/c/588075/

    Closes-Bug: #1786786
    Depends-On: https://review.openstack.org/580119

    Change-Id: I50720c2f1bdb8dce92e297c4d6bfac716bb85b89
    (cherry picked from commit 188e1d4b5d21b09e83f7c0e575fcdc210c08d5fc)