commit 832326de7e2d3200e90482e0d68c13bfb28aa286 Author: Slawek Kaplonski Date: Wed Oct 7 09:47:20 2020 +0000 Fix names of the puppet parameters used to set min bw limits in Neutron In patch [1] I by mistake used wrong namesp of hiera attributes which should be set and due to that proper values in Neutron config weren't set as expected. This patch fixes that issue. [1] https://review.opendev.org/#/c/714464 Depends-On: https://review.opendev.org/756527 Depends-On: https://review.opendev.org/756480 Change-Id: I11f1735414b9c56fc51abc7ae902c341ff8fe7c8 diff --git a/deployment/neutron/neutron-sriov-agent-container-puppet.yaml b/deployment/neutron/neutron-sriov-agent-container-puppet.yaml index 07e4c05..419b5dc 100644 --- a/deployment/neutron/neutron-sriov-agent-container-puppet.yaml +++ b/deployment/neutron/neutron-sriov-agent-container-puppet.yaml @@ -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}