summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deprecate-xenserver-vif-driver-option-12eb279c0c93c157.yaml
blob: 93f8f660c8dfbb7634c104412f99f33a2dd6fbae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
upgrade:
  - |
    The default value for the ``[xenserver]/vif_driver`` configuration option
    has been changed to ``nova.virt.xenapi.vif.XenAPIOpenVswitchDriver`` to
    match the default configuration of ``[DEFAULT]/use_neutron=True``.
deprecations:
  - |
    The ``[xenserver]/vif_driver`` configuration option is deprecated for
    removal. The ``XenAPIOpenVswitchDriver`` vif driver is used for Neutron and
    the ``XenAPIBridgeDriver`` vif driver is used for nova-network, which
    itself is deprecated. In the future, the ``use_neutron`` configuration
    option will be used to determine which vif driver to load.