nova/releasenotes/notes/image-id-in-snapshot-notification-7e1e10435475a1af.yaml
Balazs Gibizer 581c537cf5 Add snapshot id to the snapshot notifications
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
2017-10-12 09:13:13 +00:00

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