Comment 9 for bug 1789351

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

Reviewed: https://review.openstack.org/599936
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=4fb7fef1eab2a981b8e366091073b6ee2d80ee6a
Submitter: Zuul
Branch: master

commit 4fb7fef1eab2a981b8e366091073b6ee2d80ee6a
Author: wangxiyuan <email address hidden>
Date: Wed Sep 5 10:21:51 2018 +0800

    No need to compare CONF content

    When setup AuthProtocol class, if the CONF object contains
    deprecated options, An Error "dictionary changed size during
    iteration" will raise when comparing the CONF content.

    Changing "!=" to "is not" here to avoid compare the CONF
    content anymore.

    Change-Id: I820aa244160db4f81149d2576386c86b46de0084
    Closes-bug: #1789351