Remove service_instance_network_helper_type option

It is no longer used and was deprecated [1] in the previous
release.

TrivialFix

[1] I14768a237b9d7ebc5aa55733bc6bc0531ec3fbb4

Change-Id: If6375322e254fa6f13649411aef2c92bf368e7ed
This commit is contained in:
Tom Barron 2017-04-03 04:05:55 -04:00
parent bf3a91ac33
commit eb2954ae80
1 changed files with 0 additions and 8 deletions

View File

@ -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,"