Comment 6 for bug 1796163

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

Reviewed: https://review.openstack.org/608064
Committed: https://git.openstack.org/cgit/openstack/oslo.config/commit/?id=7ad146c48791bebee12fbdcdb1ac2427237343c3
Submitter: Zuul
Branch: master

commit 7ad146c48791bebee12fbdcdb1ac2427237343c3
Author: Corey Bryant <email address hidden>
Date: Thu Oct 4 15:29:36 2018 -0400

    python3: Ensure ConfigOpts __iter__ uses list(d.keys())

    d.keys() no longer returns a copy of the keys in Python 3.
    This is part of PEP 3106.

    Change-Id: Ie4897109c87d6dc2952c2eb35b83fe368fb31803
    Closes-Bug: #1796163