tripleo-heat-templates/releasenotes/notes/deprecate-neutronsriovnumvfs-96c9de5c6f071aeb.yaml
Karthik S ddd486fb63 Deprecate NeutronSriovNumVFs and neutron-sriov-host-config
Deprecating the parameter NeutronSriovNumVFs and the service
neutron-sriov-host-config. The numvfs shall be configured
using the sriov_pf type in nic configs.

Depends-On: I2923e046727c901219be693f248b7c0078331b83
Change-Id: I977a69add983cfe59f2dd82f05ebf7e11a85c25e
2019-08-08 08:58:30 +00:00

12 lines
473 B
YAML

---
upgrade:
- |
During upgrade/update the NeutronSriovNumVFs shall be avoided and instead
the sriov_pf object in nic-configs shall be used. The numvfs attribute of
sriov_pf type shall will lead to the equivalent configuration.
deprecations:
- |
The NeutronSriovNumVFs is deprecated and any new or existing deployments
using this THT parameter shall perform the equivalent configuration
implemented using sriov_pf network object in nic configs.