Comment 10 for bug 1742179

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

Reviewed: https://review.opendev.org/681944
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=8a8f6e6e847b8b1a2098c47ca8d0f3b842785082
Submitter: Zuul
Branch: master

commit 8a8f6e6e847b8b1a2098c47ca8d0f3b842785082
Author: Steve Baker <email address hidden>
Date: Fri Sep 13 10:17:40 2019 +1200

    Ignore failure calling cell_v2_discover_hosts from deployment

    This will fail when there is no nova database configured, as for a
    nova-less undercloud. This call to cell_v2_discover_hosts was added to
    make sure any recent auto-discovered hosts are mapped to a cell, so I
    think ignoring all errors is acceptable in this case.

    Related-Bug: #1742179
    Change-Id: I77727bbee996d123aea442a76810dcee8e957a8f
    Blueprint: nova-less-deploy