]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove default=None for configuration bindings
authorGary Kotton <gkotton@vmware.com>
Mon, 2 Nov 2015 08:41:29 +0000 (00:41 -0800)
committergaryk <gkotton@vmware.com>
Thu, 5 Nov 2015 10:29:02 +0000 (10:29 +0000)
commit64e25d0299aecc1d6f6d23d59f0993a9986a1544
tree10afe9cc7a9c4abb32b66444ee5b0f21bc8fa6bf
parentb0e937627175aeae9b334899c83c481f7f65add7
Remove default=None for configuration bindings

The default value for a configuration variable is None. There is
no need to specifically set these as None.

The line where this is done is:
https://github.com/openstack/oslo.config/blob/master/oslo_config/cfg.py#L684

TrivialFix

Change-Id: Iedf29b13d69ea9f2eb4d5aa746d7c1da8d83bafc
neutron/agent/metadata/config.py
neutron/agent/metadata/namespace_proxy.py
neutron/common/config.py
neutron/tests/tempest/config.py