Comment 39 for bug 1323975

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

Reviewed: https://review.openstack.org/239704
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=db8076be96548cf1aa7cf91931e8284122c50cd0
Submitter: Jenkins
Branch: master

commit db8076be96548cf1aa7cf91931e8284122c50cd0
Author: Nate Potter <email address hidden>
Date: Tue Oct 27 16:09:40 2015 +0000

    Don't use default=None for config options

    In the config module default=None is set as the default value,
    so it isn't necessary to set it again when doing config options.

    Change-Id: I09989ab679d249a9f7dea6af5d53c14dd1726e09
    Closes-Bug: #1323975