c791cc4e04
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
12 lines
544 B
YAML
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
|