Comment 6 for bug 2008720

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

Reviewed: https://review.opendev.org/c/openstack/oslo.db/+/875627
Committed: https://opendev.org/openstack/oslo.db/commit/f6ba070657b3bb6b57cef3728b3e6b95f0bf08cb
Submitter: "Zuul (22348)"
Branch: master

commit f6ba070657b3bb6b57cef3728b3e6b95f0bf08cb
Author: Stephen Finucane <email address hidden>
Date: Mon Feb 27 17:23:31 2023 +0000

    Ignore unset opts when deprecated

    If an option is deprecated, there's a good chance we want to ignore it
    unless explicitly requested by the user. Start ignoring options that are
    deprecated and unset.

    Change-Id: I3008562db52a5625504b262d7148528a832246dd
    Signed-off-by: Stephen Finucane <email address hidden>
    Closes-Bug: #2008720