PBR

Comment 17 for bug 1618666

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

Reviewed: https://review.openstack.org/368399
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=00b3f8a4c533712db9c7e54c2089b7d644c969d4
Submitter: Jenkins
Branch: master

commit 00b3f8a4c533712db9c7e54c2089b7d644c969d4
Author: ChangBo Guo(gcb) <email address hidden>
Date: Sun Sep 11 16:02:31 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: I30fe51324ffcc0afbd02799449daee8f628634b6