Comment 5 for bug 1814564

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

Reviewed: https://review.openstack.org/634803
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=63f4175e768796970801a36dee9585b3d89a9531
Submitter: Zuul
Branch: master

commit 63f4175e768796970801a36dee9585b3d89a9531
Author: Alex Schultz <email address hidden>
Date: Mon Feb 4 13:36:29 2019 -0700

    Run hostname check for standalone

    Run a hostname preflight check when running the standalone as this can
    cause issues with rabbit/mysql/pacemaker/puppet. The standalone check is
    not run when an undercloud is being deployed or if output only is
    specified. The undercloud has a different set of preflight checks run
    prior to deployment so we do not need to rerun the hostname check when
    the undercloud is being deployed.

    Depends-On: https://review.openstack.org/#/c/634836/
    Change-Id: I4de51d792f004575e0e802a1d340478d6ae9f848
    Closes-Bug: #1814564