Comment 4 for bug 1815495

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

Reviewed: https://review.openstack.org/636344
Committed: https://git.openstack.org/cgit/openstack/stx-config/commit/?id=a6d71ae50ec1b24a1edf9863b49597f6507e4426
Submitter: Zuul
Branch: master

commit a6d71ae50ec1b24a1edf9863b49597f6507e4426
Author: Tao Liu <email address hidden>
Date: Tue Feb 12 09:08:07 2019 -0500

    Re-install host failed after http port changed

    After changing the http port, reinstall a host will fail,
    and it requires delete/add the host to recover.

    This problem is due to reinstall does not update the
    pxeboot config file until a unlock action is performed;
    consequently the boot parameter is not updated with
    the new port number.

    This update sets the configure_required flag when the
    host is reinstalled.

    Closes-Bug: 1815495

    Change-Id: Ie4f8206f93370ce4555bce9d53879b784200ba14
    Signed-off-by: Tao Liu <email address hidden>