Comment 21 for bug 1323975

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

Reviewed: https://review.openstack.org/99532
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=c6394afef1719e0c8f0d62b5b9a58a9a1f9a9f07
Submitter: Jenkins
Branch: master

commit c6394afef1719e0c8f0d62b5b9a58a9a1f9a9f07
Author: lvdongbing <email address hidden>
Date: Thu Jun 12 09:49:48 2014 +0800

    remove default=None for config options

    In the cfg module default=None is set as the default value, there are a
    lot of StrOpts but few with default=None, to be more unify and clear, we
    should remove it.

    Change-Id: I2a5dab763fe9cc07e6c1dbed4628e9cf2ca28bcd
    Closes-Bug: #1323975