blob: 1e44d926afeebc85d104466ab4d234fc3d5c917e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
features:
- Adds common openvswitch service template to be
inherited by other services.
- Adds environment file to be used for deploying
OpenDaylight + OVS DPDK.
- Adds first boot and ovs configuration scripts
deprecations:
- The ``HostCpusList`` parameter is deprecated in
favor of ``OvsDpdkCoreList`` and will be removed
in a future release.
- The ``NeutronDpdkCoreList`` parameter is deprecated in
favor of ``OvsPmdCoreList`` and will be removed
in a future release.
- The ``NeutronDpdkMemoryChannels`` parameter is deprecated in
favor of ``OvsDpdkMemoryChannels`` and will be removed
in a future release.
- The ``NeutronDpdkSocketMemory`` parameter is deprecated in
favor of ``OvsDpdkSocketMemory`` and will be removed
in a future release.
- The ``NeutronDpdkDriverType`` parameter is deprecated in
favor of ``OvsDpdkDriverType`` and will be removed
in a future release.
|