Comment 33 for bug 1922237

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/800444
Committed: https://opendev.org/openstack/neutron/commit/1ea26616b41335b24b9c162062740ee3de78372d
Submitter: "Zuul (22348)"
Branch: master

commit 1ea26616b41335b24b9c162062740ee3de78372d
Author: Przemyslaw Szczerbik <email address hidden>
Date: Tue Jun 29 09:11:45 2021 +0200

    ovs-agent: Report pkt processing info in heartbeat

    OVS agent configuration is extended to support new configuration
    options:
      - 'resource_provider_packet_processing_without_direction'
      - 'resource_provider_packet_processing_with_direction'
      - 'resource_provider_packet_processing_inventory_defaults'

    OVS agent RPC hearthbeat now reports this information to neutron
    server in 'configuration' field .

    Example config:

    ml2_conf.ini:
    [ovs]
    resource_provider_packet_processing_with_direction = :1000:1000

    Partial-Bug: #1922237
    See-Also: https://review.opendev.org/785236
    Change-Id: Ief554bc445dfd93ea6995bb42b4d010674c7a091