diff --git a/releasenotes/notes/notification-transformation-ocata-ec42281e9df6019c.yaml b/releasenotes/notes/notification-transformation-ocata-ec42281e9df6019c.yaml new file mode 100644 index 000000000000..8ef14f0f7e4e --- /dev/null +++ b/releasenotes/notes/notification-transformation-ocata-ec42281e9df6019c.yaml @@ -0,0 +1,23 @@ +--- +features: + - | + + The following legacy notifications have been transformed to + a new versioned payload: + + * aggregate.create + * aggregate.delete + * instance.create + * instance.finish_resize + * instance.power_off + * instance.resume + * instance.shelve_offload + * instance.shutdown + * instance.snapshot + * instance.unpause + * instance.unshelve + + Every versioned notification has a sample file stored under + doc/notification_samples directory. Consult + http://docs.openstack.org/developer/nova/notifications.html for more information. +