Bence Romsics 2022-10-21 13:48:54 +02:00
parent 30b74827f7
commit 6100385c76
1 changed files with 6 additions and 0 deletions

View File

@ -2464,6 +2464,12 @@ binding:profile-request:
description: |
A dictionary that enables the application running on the specific host to
pass and receive vif port information specific to the networking back-end.
This field is only meant for machine-machine communication for compute
services like Nova, Ironic or Zun to pass information to a Neutron
back-end. It should not be used by multiple services concurrently or by
cloud end users. The existing counterexamples
(``capabilities: [switchdev]`` for Open vSwitch hardware offload and
``trusted=true`` for Trusted Virtual Functions) are due to be cleaned up.
The networking API does not define a specific format of this field.
The default is an empty dictionary.
If you update it with null then it is treated like {} in the response.