]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove redundant default=None for config options
authorGary Kotton <gkotton@vmware.com>
Sun, 25 May 2014 07:46:50 +0000 (00:46 -0700)
committerGary Kotton <gkotton@vmware.com>
Sun, 25 May 2014 07:46:50 +0000 (00:46 -0700)
commitb60eb1eb0beebbdb60560c79e437882706cb9467
tree8bdae120df948a1e2531f3a77d62fde993b38812
parentdd6f86581832cd6f015d4d5183f13d7deaed8897
Remove redundant default=None for config options

By default the cfg modules set the default value as None. There
is no reason to set this.

Change-Id: I58e09e01760b573612c2ee169a8dd1784fd36a82
14 files changed:
neutron/agent/metadata/agent.py
neutron/agent/securitygroups_rpc.py
neutron/common/config.py
neutron/plugins/bigswitch/config.py
neutron/plugins/embrane/common/config.py
neutron/plugins/ibm/common/config.py
neutron/plugins/midonet/common/config.py
neutron/plugins/ml2/drivers/cisco/nexus/config.py
neutron/plugins/ml2/drivers/type_vxlan.py
neutron/plugins/nec/common/config.py
neutron/plugins/openvswitch/common/config.py
neutron/plugins/ryu/common/config.py
neutron/services/loadbalancer/drivers/embrane/config.py
neutron/wsgi.py