Comment 84 for bug 1323975

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

Reviewed: https://review.openstack.org/415614
Committed: https://git.openstack.org/cgit/openstack/freezer-api/commit/?id=3bc0135d48fec269d41949514c59c230a8b1e9b0
Submitter: Jenkins
Branch: master

commit 3bc0135d48fec269d41949514c59c230a8b1e9b0
Author: Partha Bera <email address hidden>
Date: Thu Dec 29 11:57:21 2016 +0530

    Remove default=None for config options

    In the cfg module default=None is set as the
    default value. It's not necessary to set it
    again when defining config options.

    Change-Id: Ib52c4e3c570b444cb79af65d1fa8025545578ab1
    Closes-bug: #1323975