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
12 lines
588 B
YAML
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.
|