nova/releasenotes/notes/remove-xenserver-vif-driver-option-850f8dcfe54bca7c.yaml
Matt Riedemann c791cc4e04 xenapi: drop deprecated vif_driver config option
The vif_driver option was deprecated in Ocata:

  I599f3449f18d2821403961fb9d52e9a14dd3366b

And can now be removed. The only supported networking
backend is neutron + ovs.

Related to blueprint remove-nova-network

Co-Authored-By: Naichuan Sun <naichuan.sun@citrix.com>

Change-Id: Ia977f115335f00bc36249fa67437b4336d524251
2018-06-11 14:29:47 -04:00

12 lines
544 B
YAML

---
upgrade:
- |
The ``[xenserver]/vif_driver`` configuration option was deprecated in
the 15.0.0 Ocata release and has now been removed. The only supported
vif driver is now ``XenAPIOpenVswitchDriver`` used with Neutron as the
backend networking service configured to run the
``neutron-openvswitch-agent`` service. See the `XenServer configuration
guide`_ for more details on networking setup.
.. _XenServer configuration guide: https://docs.openstack.org/nova/latest/admin/configuration/hypervisor-xen-api.html