Comment 9 for bug 1830082

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

Reviewed: https://review.opendev.org/679837
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=94d335c7e41271241ecb1b03723168f1e17755cb
Submitter: Zuul
Branch: master

commit 94d335c7e41271241ecb1b03723168f1e17755cb
Author: Teresa Ho <email address hidden>
Date: Wed Aug 21 10:27:32 2019 -0400

    Allow locking simplex controller

    After installing a controller, if it is unlocked before reconfiguring
    the required interfaces, the installation cannot be completed.
    This commit to allow locking the controller while it is in simplex
    state. This commit also reject unlocking controller in a duplex system
    if the management and cluster-host interfaces are on the loopback
    interface.

    After making the active controller on a duplex system return to a
    simplex state by locking and removing a standby controller, the address
    of the cluster-host interface was not unallocated properly. This commit
    corrected this problem.

    Closes-Bug: 1830082

    Change-Id: I8cb5d1dfd7d4ba73f40aefe3242ca32d91b4e7e8
    Signed-off-by: Teresa Ho <email address hidden>