Comment 32 for bug 1323975

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

Reviewed: https://review.openstack.org/121716
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b5af89469a357bbc8aef45218986a342794b51dd
Submitter: Jenkins
Branch: master

commit b5af89469a357bbc8aef45218986a342794b51dd
Author: Sean Dague <email address hidden>
Date: Mon Sep 15 19:48:05 2014 -0400

    default=None is unneeded in config definitions

    It's not required for setting config options, as it's the default, and
    there were only 2 final places where it was set in the code, so we
    should just clear that out.

    Change-Id: I33dd0c002e48a5f5d26047b7f87643fce67f9e64
    Closes-Bug: #1323975