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

This commit is contained in:
Zuul 2020-10-13 20:12:20 +00:00 committed by Gerrit Code Review
commit 6773fd62fb
1 changed files with 1 additions and 1 deletions

View File

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