Merge "Remove vnic_type_blacklist deprecated name"
This commit is contained in:
commit
dcccd7cabe
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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user