Comment 12 for bug 1886798

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

Reviewed: https://review.opendev.org/740067
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a217a5d29094bd68196bff54f8055defdc9ffe13
Submitter: Zuul
Branch: master

commit a217a5d29094bd68196bff54f8055defdc9ffe13
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Jul 8 16:13:51 2020 +0000

    Add port NUMA affinity policy

    Added a new port extension: NUMA affinity policy. This extension adds
    the "numa_affinity_policy" parameter to the "port" API and specifies
    the NUMA affinity policy per port.

    This parameter is passed to Nova when a virtual machine is created.
    Nova will use this information to schedule the virtual machine.

    For backwards compatibility, this parameter will be "None" by default.

    Depends-On: https://review.opendev.org/#/c/740058/
    Closes-Bug: #1886798

    Change-Id: Ie3d68c098ddb727ab8333aa1de4064e67a4f00a7