Merge "TrivialFix: Remove default=None when set defaul value in Config"
This commit is contained in:
commit
c0ef52c29c
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.'),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user