Fix duplicate standalone_network_plugin_ip_version
in the generated sample configuration. This option is deprecated and should no longer have a ``deprecated_group`` setting. So remove it. TrivialFix Change-Id: Ie24bab0f51d2bd1434593eb0d2f3b65b88904a78
This commit is contained in:
parent
29e4ed93b2
commit
ba907ca531
@ -68,8 +68,7 @@ standalone_network_plugin_opts = [
|
|||||||
deprecated_for_removal=True,
|
deprecated_for_removal=True,
|
||||||
deprecated_reason="This option has been replaced by "
|
deprecated_reason="This option has been replaced by "
|
||||||
"'network_plugin_ipv4_enabled' and "
|
"'network_plugin_ipv4_enabled' and "
|
||||||
"'network_plugin_ipv6_enabled' options.",
|
"'network_plugin_ipv6_enabled' options."),
|
||||||
deprecated_group='DEFAULT'),
|
|
||||||
cfg.IntOpt(
|
cfg.IntOpt(
|
||||||
'standalone_network_plugin_mtu',
|
'standalone_network_plugin_mtu',
|
||||||
default=1500,
|
default=1500,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user