Comment 32 for bug 1618666

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

Reviewed: https://review.openstack.org/368409
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=93f5570bde937b771e0eac5d056889204770f223
Submitter: Jenkins
Branch: master

commit 93f5570bde937b771e0eac5d056889204770f223
Author: ChangBo Guo(gcb) <email address hidden>
Date: Fri Jan 6 12:43:59 2017 +0800

    Fix SafeConfigParser DeprecationWarning in Python 3.2+

    SafeConfigParser is deprecated in Python 3.2 and log warning
    like " DeprecationWarning: The SafeConfigParser class has
    been renamed to ConfigParser in Python 3.2. This alias will be
    removed in future versions. Use ConfigParser directly instead."
    So use ConfigParser in Python 3.2+.

    We don't support Python 2.6 now, so don't need set dict_type manually.

    Closes-Bug: #1618666
    Change-Id: I53fba2317b4621488cb602c7f9f7b231f2dd80d7