Comment 5 for bug 1785641

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

Reviewed: https://review.openstack.org/599696
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=6ce857397d74f792eaa25eed5326c00565aec850
Submitter: Zuul
Branch: master

commit 6ce857397d74f792eaa25eed5326c00565aec850
Author: Cyril Roelandt <email address hidden>
Date: Tue Sep 4 18:47:31 2018 +0200

    Fix defaults for ConfigParser

    As of 3.7, the configparser module will not allow defaults values to be None.
    This patch replaces such values with "default".

    Change-Id: Id5a414412cd66d479fb8f8784cba5deddc628dfd
    Closes-Bug: #1785641