Comment 1 for bug 1632447

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

Reviewed: https://review.openstack.org/385221
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=3f91e25a0a427db45d9919f4624d0dc0f6ef3dd0
Submitter: Jenkins
Branch: master

commit 3f91e25a0a427db45d9919f4624d0dc0f6ef3dd0
Author: Jimmy McCrory <email address hidden>
Date: Tue Oct 11 17:57:28 2016 -0700

    Delegate from first available compute host

    The 'Drop authorized keys file script locally' task shouldn't
    specifically require that the first member of the nova_compute group be
    available. If the playbook is run with a limit excluding that host, the
    task will always end up being skipped.

    Use an intersect filter to find the first available compute host within
    the play and use that as the delegation host.

    Closes-Bug: 1632447
    Change-Id: Id12fd6cee104a6fb705acc66704f21d629694d84