Remove vnic_type_blacklist deprecated name

This was replaced a number of releases ago by the more
inclusive name 'vnic_type_prohibit_list', and is not used
anywhere in the tree.

Change-Id: Ifbe9f4cd0c291ab61e0adb93cfde866001086345
This commit is contained in:
Brian Haley 2023-11-20 13:39:31 -05:00
parent 0dcebba676
commit 62982a1ff4
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ from neutron._i18n import _
sriov_driver_opts = [
cfg.ListOpt('vnic_type_prohibit_list',
default=[],
deprecated_name='vnic_type_blacklist',
help=_("Comma-separated list of VNIC types for which support "
"is administratively prohibited by the mechanism "
"driver. Please note that the supported vnic_types "

View File

@ -20,7 +20,6 @@ from neutron._i18n import _
ovs_driver_opts = [
cfg.ListOpt('vnic_type_prohibit_list',
default=[],
deprecated_name='vnic_type_blacklist',
help=_("Comma-separated list of VNIC types for which support "
"is administratively prohibited by the mechanism "
"driver. Please note that the supported vnic_types "