From 6a2a1a7d630e4fc0b17af834c2a6750f1553019c Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Wed, 13 Jul 2016 10:22:03 +0200 Subject: [PATCH] Add release notes for notification transformation Change-Id: I4433dc7694baf94f17c8b6f6e2c3107347308810 --- ...ransformation-newton-29a9324d1428b7d3.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 releasenotes/notes/notification-transformation-newton-29a9324d1428b7d3.yaml diff --git a/releasenotes/notes/notification-transformation-newton-29a9324d1428b7d3.yaml b/releasenotes/notes/notification-transformation-newton-29a9324d1428b7d3.yaml new file mode 100644 index 0000000000..625002079b --- /dev/null +++ b/releasenotes/notes/notification-transformation-newton-29a9324d1428b7d3.yaml @@ -0,0 +1,20 @@ +--- +features: + - | + + The following legacy notifications have been been transformed to + a new versioned payload: + + * instance.delete + * instance.pause + * instance.power_on + * instance.shelve + * instance.suspend + * instance.restore + * instance.resize + * instance.update + * compute.exception + + 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.