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

This commit is contained in:
Zuul 2020-11-16 08:26:42 +00:00 committed by Gerrit Code Review
commit 800e452992
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,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}