From ba907ca5317282b7e49b400ea8bb78a51db80325 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Fri, 27 Oct 2017 16:59:13 -0400 Subject: [PATCH] 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 --- manila/network/standalone_network_plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manila/network/standalone_network_plugin.py b/manila/network/standalone_network_plugin.py index 1e09cce51e..66308717cc 100644 --- a/manila/network/standalone_network_plugin.py +++ b/manila/network/standalone_network_plugin.py @@ -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,