Files
neutron-lib/releasenotes/notes/port-hints-8273fa5b7454a8ef.yaml
Bence Romsics 3169bf9f33 port-hints: api definition
The port hints extension (``port-hints``) introduces the ``hints``
port attribute. Hints are backend specific pieces of information,
mainly to allow backend specific performance tuning. In itself this
extension defines no particular hint, and therefore no valid values of
the ``hints`` attribute. It just serves as the base for other extensions
introducing concrete hints and signals the presence of the ``hints``
port attribute to the API user. By default policy, use of the ``hints``
attribute is restricted to admininstrative users.

Change-Id: I5cb21b25fcda62eae3743b2f96177dcc1fda4afb
Partially-Implements: #1990842
Related-Change (spec): https://review.opendev.org/c/openstack/neutron-specs/+/862133
2023-02-02 11:23:38 +01:00

12 lines
588 B
YAML

---
features:
- |
The port hints extension (``port-hints``) introduces the ``hints``
port attribute. Hints are backend specific pieces of information,
mainly to allow backend specific performance tuning. In itself this
extension defines no particular hint, and therefore no valid values
of the ``hints`` attribute. It just serves as the base for other
extensions introducing concrete hints and signals the presence of
the ``hints`` port attribute to the API user. By default policy,
use of the ``hints`` attribute is restricted to admininstrative users.