581c537cf5
The versioned instance.snapshot.start and .end notifications now contain the id of the image that stores the instance snapshot. Change-Id: I1c8c038078bbe1a5914a92d44b3e977287294a88 Implements: bp versioned-notification-transformation-queens
15 lines
624 B
YAML
15 lines
624 B
YAML
---
|
|
features:
|
|
- |
|
|
The payload of the ``instance.snapshot.start`` and
|
|
``instance.snapshot.end`` notifications have been extended with the
|
|
``snapshot_image_id`` field that contains the image id of the snapshot
|
|
created. This change also causes that the type of the payload object has
|
|
been changed from ``InstanceActionPayload`` version 1.5 to
|
|
``InstanceActionSnapshotPayload`` version 1.6. See the
|
|
`notification dev reference`_ for the sample file of
|
|
``instance.snapshot.start`` as an example.
|
|
|
|
.. _notification dev reference: https://docs.openstack.org/developer/nova/notifications.html
|
|
|