0122ca1d65
This patch will allow you to setup DPDK bonds within a given OVS bridge using DPDK-accelerated interfaces. A new provider network key, network_bond_interfaces, and related keys, have been introduced. Co-Authored-By: James Denton <james.denton@rackspace.com> Change-Id: I3fc2846a0c2b6579e4cdb54c3a7c36620700cd44
11 lines
536 B
YAML
11 lines
536 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``provider_networks`` library has been updated to support the
|
|
definition of bond member interfaces that can automatically be added as
|
|
bond ports to OVS provider bridges setup during a deployment. This
|
|
feature is currently limited to DPDK-based deployments. To activate this
|
|
feature, add the ``network_bond_interfaces`` key to the respective provider
|
|
network definition in ``openstack_user_config.yml``. For more information,
|
|
refer to the latest Open vSwitch w/ DPDK deployment guide.
|