Merge "Remove vnic_type_blacklist deprecated name"

This commit is contained in:
Zuul 2023-12-13 07:48:04 +00:00 committed by Gerrit Code Review
commit dcccd7cabe
2 changed files with 0 additions and 2 deletions
neutron/conf/plugins/ml2/drivers

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

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