Merge "Fix names of the puppet parameters used to set min bw limits in Neutron" into stable/ussuri

This commit is contained in:
Zuul 2020-12-06 08:18:11 +00:00 committed by Gerrit Code Review
commit 4259e9596f
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ resources:
- neutron::agents::ml2::sriov::physical_device_mappings: NeutronPhysicalDevMappings
neutron::agents::ml2::sriov::exclude_devices: NeutronExcludeDevices
neutron::agents::ml2::sriov::extensions: NeutronSriovAgentExtensions
neutron::agents::ml2::sriov_nic::resource_provider_bandwidths: NeutronSriovResourceProviderBandwidths
neutron::agents::ml2::sriov::resource_provider_bandwidths: NeutronSriovResourceProviderBandwidths
- values: {get_param: [RoleParameters]}
- values:
NeutronPhysicalDevMappings: {get_param: NeutronPhysicalDevMappings}