Comment 8 for bug 1847808

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

Reviewed: https://review.opendev.org/689566
Committed: https://git.openstack.org/cgit/starlingx/stx-puppet/commit/?id=37ca0899b6b684e7058cb3f53d835d1679bed694
Submitter: Zuul
Branch: master

commit 37ca0899b6b684e7058cb3f53d835d1679bed694
Author: Andy Ning <email address hidden>
Date: Fri Oct 18 15:21:53 2019 -0400

    Remove RegionOne endpoints only if they exist

    In a DC subcloud, when openstack::keystone::endpoint::runtime is
    invoked after system is fully configured by ansible, it still tries
    to delete "RegionOne" endpoints. The operation will fail since
    "RegionOne" endpoints have already been deleted, causing a 250.001
    (configuration out of date) alarm raised. The alarm won't be cleared
    until a lock/unlock of the controllers.

    This update enhanced the runtime class to delete "RegionOne" endpoints
    only if they exist.

    Change-Id: I0e1b7dd88773017281496595aff648cee1dda9ae
    Closes-Bug: 1847808
    Signed-off-by: Andy Ning <email address hidden>