Fix up the pps spec config name

There was a comment from Rodolfo to add the resource_provider_ prefix
for the new packet processing config options but I forgot to add it to
the packet_processing_inventory_defaults config name. Fixed it now so
all the three new config option names have the same prefix.

Related-Bug: 1922237
Change-Id: I3018715e1265aff70002711a06b2bf5ee9ba53a5
This commit is contained in:
Balazs Gibizer 2021-06-24 13:13:33 +02:00
parent c5ccab88d1
commit 6fbc6bd8a4
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ to OVS agent configuration::
# Key:value pairs to specify defaults used while reporting packet rate
# inventories. Possible keys with their types: allocation_ratio:float,
# max_unit:int, min_unit:int, reserved:int, step_size:int
# packet_processing_inventory_defaults = {
# resource_provider_packet_processing_inventory_defaults = {
# 'allocation_ratio': 1.0, 'min_unit': 1, 'step_size': 1, 'reserved': 0}