Comment 10 for bug 1886798

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

Reviewed: https://review.opendev.org/740058
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=a3961d7f7ab9e29ca7e4cdd5e646cb2ab812a88a
Submitter: Zuul
Branch: master

commit a3961d7f7ab9e29ca7e4cdd5e646cb2ab812a88a
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Jul 8 16:02:29 2020 +0000

    New api-def: port-numa-affinity-policy

    New API definition: ``port-numa-affinity-policy``. The new field
    added to ``ports`` API, ``numa_affinity_policy``, represents the NUMA
    affinity policy requested by this port during the virtual machine
    scheduling.

    Values: "None", "required", "preferred", "legacy".

    Change-Id: I5402a8ad462a10c51dc251cb4561b64dbf0b8744
    Related-Bug: #1886798