tripleo-heat-templates/releasenotes/notes/ovs-dpdk-remove-deprecated-params-9b4e46eb336301b2.yaml
Saravanan KR 58b6034b24 Remove the OVS-DPDK deprecated parameters
Few of the OVS-DPDK prameteres has been deprecated in the
pike release, which are not required anymore. Removed those
parameters from the templates.

Change-Id: Iabb8002a9eb69321aa2d4aefac012dbe09dc80a6
2018-06-27 14:26:12 +05:30

12 lines
519 B
YAML

---
upgrade:
- |
Deprecated OVS-DPDK parameters (in pike) have been removed in rocky.
If the deployment still uses the removed parameters, use the alternate
parameters.
Use ``OvsDpdkCoreList`` instead of ``HostCpusList``.
Use ``OvsPmdCoreList`` instead of ``NeutronDpdkCoreList``.
Use ``OvsDpdkMemoryChannels`` instead of ``NeutronDpdkMemoryChannels``.
Use ``OvsDpdkSocketMemory`` instead of ``NeutronDpdkSocketMemory``.
Use ``OvsDpdkDriverType`` instead of ``NeutronDpdkDriverType``.