Comment 19 for bug 1755602

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (stable/queens)

Reviewed: https://review.openstack.org/563522
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=18cf98136437a9aec5cf1adcb36734c186d42185
Submitter: Zuul
Branch: stable/queens

commit 18cf98136437a9aec5cf1adcb36734c186d42185
Author: Oliver Walsh <email address hidden>
Date: Thu Mar 15 12:30:51 2018 +0000

    Improve nova-ironic cellv2 discovery

    Use the existing nova-compute cellv2 discovery logic for nova-ironic too, now
    that we have the --by-service flag.
    The nova_api_discover_hosts.sh script will now wait (up to 10 minutes) for all
    nova-compute and nova-ironic services to register, then run host discovery
    with --by-service to create host mappings for all services. We no longer need
    ironic nodes to be deployed on the nova-ironic services for discovery to work.
    We also no longer need to enable the priodic job.

    Related nova change Ie9f064cb9caf6dcba2414acb24d12b825df45fab

    Related-Bug: #1755602
    Change-Id: I723237ae7285f3babd6eceb1ce7da4e2734d1e4f
    (cherry picked from commit 9d61779a231924588d5a67d85d006fa4111215a8)