diff --git a/deployment/neutron/neutron-sriov-agent-container-puppet.yaml b/deployment/neutron/neutron-sriov-agent-container-puppet.yaml index d750569947..180b6d9e51 100644 --- a/deployment/neutron/neutron-sriov-agent-container-puppet.yaml +++ b/deployment/neutron/neutron-sriov-agent-container-puppet.yaml @@ -63,15 +63,6 @@ parameters: default: "" tags: - role_specific - NeutronSriovNumVFs: - description: | - Provide the list of VFs to be reserved for each SR-IOV interface. - Format ["::",":"] - Example ["eth1:4096:switchdev","eth2:128:legacy","eth3:30"] - type: comma_delimited_list - default: "" - tags: - - role_specific NeutronSriovAgentExtensions: default: "" description: > @@ -106,16 +97,6 @@ conditions: - equals: [{get_param: [RoleParameters, DerivePciWhitelistEnabled]}, ''] - equals: [{get_param: [RoleParameters, DerivePciWhitelistEnabled]}, true] -parameter_groups: -- label: deprecated - description: | - The following parameters are deprecated and will be removed. They should not - be relied on for new deployments. If you have concerns regarding deprecated - parameters, please contact the TripleO development team on IRC or the - OpenStack mailing list. - parameters: - - NeutronSriovNumVFs - resources: # Merging role-specific parameters (RoleParameters) with the default parameters. diff --git a/releasenotes/notes/sriov-vf-param-removed-fd6f4519b4eeb05a.yaml b/releasenotes/notes/sriov-vf-param-removed-fd6f4519b4eeb05a.yaml new file mode 100644 index 0000000000..38e46d44ca --- /dev/null +++ b/releasenotes/notes/sriov-vf-param-removed-fd6f4519b4eeb05a.yaml @@ -0,0 +1,6 @@ +--- +deprecations: + - | + NeutronSriovNumVFs parameter to configure the VFs for SR-IOV is removed. + Instead, use the network interface types sriov_pf in the nic configs to + configure the VFs for SR-IOV devices.