Files
neutron/releasenotes/notes/interface_driver-use-ovs-by-default-53938648662a590b.yaml
Takashi Kajinami f92c677b56 Use openvswitch interface driver by default
Now neutron provides only ovs based mechanism driver since linuxbridge
driver was removed. The null driver is intended for testing and
the openvswitch interface driver may be the only driver used in
real deployments (unless an external plugin is used).

Updating the default so that the option becomes optional, which may
help users deploy neutron more simply.

Change-Id: I0510b76d38168c06468856bfb58c7d561b14868b
2025-03-01 03:04:18 +00:00

7 lines
199 B
YAML

---
upgrade:
- |
The ``[DEFAULT] interface_driver`` option now defaults to ``openvswitch``,
and is not required if the openvswitch mechanism driver or the ovn
mechanism driver is used.