nova/releasenotes/notes/numa-aware-vswitches-162132290dd6ef17.yaml
Stephen Finucane 803f85d7e6 scheduler: Start utilizing RequestSpec.network_metadata
Now that we have this information, we can use it as a pre-filtering for
suitable hosts.

With this patch we complete the blueprint. As a result, documentation
and release notes are bundled in the patch and previously inactive tests
are now enabled.

Part of blueprint numa-aware-vswitches

Change-Id: Ide262733ffd7714fdc702b31c61bdd42dbf7acc3
2018-07-24 15:05:07 -04:00

14 lines
599 B
YAML

---
features:
- |
It is now possible to configure NUMA affinity for most neutron networks.
This is available for networks that use a ``provider:network_type`` of
``flat`` or ``vlan`` and a ``provider:physical_network`` (L2 networks) or
networks that use a ``provider:network_type`` of ``vxlan``, ``gre`` or
``geneve`` (L3 networks).
For more information, refer to the `spec`__ and `documentation`__.
__ https://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/numa-aware-vswitches.html
__ https://docs.openstack.org/nova/latest/admin/networking.html