
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
7 lines
199 B
YAML
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.
|