diff --git a/manila/share/drivers/service_instance.py b/manila/share/drivers/service_instance.py index d94aceb095..2834bf8e2b 100644 --- a/manila/share/drivers/service_instance.py +++ b/manila/share/drivers/service_instance.py @@ -101,14 +101,6 @@ share_servers_handling_mode_opts = [ help="Attach share server directly to share network. " "Used only with Neutron and " "if driver_handles_share_servers=True."), - cfg.StrOpt( - "service_instance_network_helper_type", - default=NEUTRON_NAME, - deprecated_for_removal=True, - deprecated_reason="This option isn't used any longer because " - "nova networking is no longer supported.", - help="Used to select between neutron and nova helpers when " - "driver_handles_share_servers=True. Obsolete."), cfg.StrOpt( "admin_network_id", help="ID of neutron network used to communicate with admin network,"