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:
Tom Barron 2017-10-27 16:59:13 -04:00
parent 29e4ed93b2
commit ba907ca531
1 changed files with 1 additions and 2 deletions

View File

@ -68,8 +68,7 @@ standalone_network_plugin_opts = [
deprecated_for_removal=True,
deprecated_reason="This option has been replaced by "
"'network_plugin_ipv4_enabled' and "
"'network_plugin_ipv6_enabled' options.",
deprecated_group='DEFAULT'),
"'network_plugin_ipv6_enabled' options."),
cfg.IntOpt(
'standalone_network_plugin_mtu',
default=1500,