summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorSundar Nadathur <sundar.nadathur@intel.com>2019-11-02 21:13:57 -0700
committerSundar Nadathur <sundar.nadathur@intel.com>2020-03-01 13:52:51 -0800
commitc6365f1b55cdbc33452fe3b40d3a7039f53f631c (patch)
treeb8c2ce73927035b59ef5c7a1a0970541f27ed9b5 /api-ref
parent9dbba6915c73b51975e96fb131d3a6daa96f4338 (diff)
downloadnova-c6365f1b55cdbc33452fe3b40d3a7039f53f631c.tar.gz
Define Cyborg ARQ binding notification event.
APIImpact: Adds 2.82 microversion for /os-server-external-events API. DocImpact: Adds new version to doc/api_samples/versions/. Change-Id: I7a626544d8221dc0eeb5672986ca897ce4718be8 Blueprint: nova-cyborg-interaction
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/parameters.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index e0a8eeba40..bc828c85f0 100644
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -2648,6 +2648,7 @@ event_name:
- ``network-vif-deleted``
- ``volume-extended`` (since microversion ``2.51``)
- ``power-update`` (since microversion ``2.76``)
+ - ``accelerator-request-bound`` (since microversion ``2.82``)
in: body
required: true
@@ -2685,6 +2686,8 @@ event_tag:
A string value that identifies the event. Certain types of events require
specific tags:
+ - For the ``accelerator-request-bound`` event, the tag must be
+ the accelerator request UUID.
- For the ``power-update`` event the tag must be either be ``POWER_ON``
or ``POWER_OFF``.
- For the ``volume-extended`` event the tag must be the volume id.