maint: remove redundant default=None for config options

These 73 instances were inconsistent and redundant.

Change-Id: I298f2406535d0805caebdca4f2729d720dd5222f
This commit is contained in:
Pádraig Brady
2013-08-09 01:56:42 +01:00
parent a943f1403f
commit 9304aabeb8
42 changed files with 1 additions and 73 deletions

View File

@@ -32,7 +32,6 @@ LOG = logging.getLogger(__name__)
firewall_opts = [
cfg.StrOpt('firewall_driver',
default=None,
help='Firewall driver '
'(defaults to hypervisor specific iptables driver)'),
cfg.BoolOpt('allow_same_net_traffic',