Merge "TrivialFix: Remove default=None when set defaul value in Config"

This commit is contained in:
Jenkins 2016-10-06 20:11:45 +00:00 committed by Gerrit Code Review
commit c0ef52c29c
2 changed files with 0 additions and 3 deletions
manila

@ -35,7 +35,6 @@ neutron_network_plugin_opts = [
help="The name of the physical network to determine which net segment "
"is used. This opt is optional and will only be used for "
"networks configured with multiple segments.",
default=None,
deprecated_group='DEFAULT'),
]

@ -124,11 +124,9 @@ share_opts = [
"specified in the group, it means that replication is not "
"enabled on the backend."),
cfg.StrOpt('filter_function',
default=None,
help='String representation for an equation that will be '
'used to filter hosts.'),
cfg.StrOpt('goodness_function',
default=None,
help='String representation for an equation that will be '
'used to determine the goodness of a host.'),
]