nova/doc
Kevin_Zheng 94de8d75ff Add request_id to instance action notifications
As it was agreed on the Rocky PTG [1] it is useful to have the
request_id of in the payload of every instance action versioned
notification. For example it could help the deployer connect
the state change described in the notification with the user
action, the request, on the REST API.

So this patch proposes to extend the InstanceActionPayload
versioned object with a new request_id field and populate
the request_id from the context object used for emitting
the instance action notifications.

[1] https://etherpad.openstack.org/p/nova-ptg-rocky L391

Implements: bp add-request-id-to-instance-action-notifications

Change-Id: I7243b60938d6e9c7c2bc2aacdba5c667cca8ec9b
2018-04-19 13:06:59 -04:00
..
api_samples Add microversion to support extra_specs in flavor API. 2018-04-11 17:47:57 +08:00
ext Python 3 fix for sphinx doc 2018-02-15 14:26:45 +01:00
notification_samples Add request_id to instance action notifications 2018-04-19 13:06:59 -04:00
source Merge "Parse forbidden in extra_specs" 2018-04-17 20:50:15 +00:00
test doc: merge numa.rst to cpu-topologies.rst 2018-02-10 17:50:16 +09:00
README.rst Fix broken URLs 2017-09-07 15:42:31 +02:00
requirements.txt Updated from global requirements 2018-03-17 08:48:15 +00:00

OpenStack Nova Documentation README

Both contributor developer documentation and REST API documentation are sourced here.

Contributor developer docs are built to: https://docs.openstack.org/nova/latest/

API guide docs are built to: https://developer.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/contributor/development.environment.rst.