nova/nova/tests/functional/notification_sample_tests
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
..
__init__.py Adds json sample for the versioned notifications 2016-01-28 15:31:21 +01:00
notification_sample_base.py Add request_id to instance action notifications 2018-04-19 13:06:59 -04:00
test_aggregate.py Transform aggregate.update_metadata notification 2018-04-04 23:25:42 +00:00
test_exception_notification.py Transform aggregate.create notification 2017-01-04 17:44:30 +00:00
test_flavor.py Add microversion to allow setting flavor description 2017-11-15 22:10:39 +00:00
test_instance.py Transform live_migration.post.dest notifications 2018-03-13 11:19:44 +00:00
test_keypair.py Transform keypair.import notification 2017-10-30 16:44:29 -04:00
test_server_group.py Transform servergroup.addmember notification 2018-03-06 22:03:00 +00:00
test_service.py Address nits from service create/destroy notification review 2017-11-27 11:42:13 -05:00