puppet-neutron/releasenotes/notes/ml2-driver-classes-e9de9a5e58c855fb.yaml
Slawek Kaplonski 0b8a90ec5c Add new classes ovs_driver and sriov_driver
Those classes handles ML2 plugin's configuration related to the
OVS and SR-IOV mechanism drivers.
Previously there was neutron::plugins::ml2::mech_driver function which
was used by neutron::plugins::ml2 class but it isn't used at all
currently and probably it will need to be deprecated and removed in
follow up patch(es).

Change-Id: I2a321fb780e789b7556d557e2170a3267049c432
2020-10-10 13:06:45 +09:00

9 lines
227 B
YAML

---
features:
- |
The following two new classes have been added, to set up parameters in
ovs_driver and sriov_driver section.
- ``neutron::plugins::ml2::ovs_driver``
- ``neutron::plugins::ml2::sriov_driver``