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
This commit is contained in:
Sundar Nadathur
2019-11-02 21:13:57 -07:00
parent 9dbba6915c
commit c6365f1b55
11 changed files with 73 additions and 7 deletions
+3
View File
@@ -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.