Comment 8 for bug 1796163

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

Reviewed: https://review.openstack.org/608235
Committed: https://git.openstack.org/cgit/openstack/oslo.config/commit/?id=1884c307a9502393d275e0d5c5b2e56343792908
Submitter: Zuul
Branch: stable/rocky

commit 1884c307a9502393d275e0d5c5b2e56343792908
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