Comment 10 for bug 1618666

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

Reviewed: https://review.openstack.org/368417
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f8c1ee39505b49ab822ed53fa84d0cd31351b490
Submitter: Jenkins
Branch: master

commit f8c1ee39505b49ab822ed53fa84d0cd31351b490
Author: ChangBo Guo(gcb) <email address hidden>
Date: Sun Sep 11 17:34:23 2016 +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+.

    Closes-Bug: #1618666
    Change-Id: I225bde35b18bd410f3fe9d415759d1def0a91aca