maint: remove redundant default=None for config options
These 73 instances were inconsistent and redundant. Change-Id: I298f2406535d0805caebdca4f2729d720dd5222f
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user