From 4f05f06add8da51d149ee035e971b77c5fc02456 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Mon, 30 Jan 2017 16:27:19 +0100 Subject: [PATCH] reno for notification-transformation-ocata Change-Id: I93d6681ead0d0034caec45ad6dbb52ea88b6f9d7 --- ...transformation-ocata-ec42281e9df6019c.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 releasenotes/notes/notification-transformation-ocata-ec42281e9df6019c.yaml 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. +