From c6e7cc927f0e202ef4a1faa643b0e3398c033443 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Mon, 10 Dec 2018 10:09:40 +0100 Subject: [PATCH] Final release note for versioned notification transformation As the last versioned notification transformation patch I019e88fabd1d386c0d6395a7b1969315873485fd has been merged this patch adds a release note that the versioned interface is complete. Change-Id: I22586e470356cca5238b94faf257d8886742618f Implements: bp versioned-notification-transformation-stein --- ...ication-interface-is-complete-06725d7d4d761849.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/versioned-notification-interface-is-complete-06725d7d4d761849.yaml diff --git a/releasenotes/notes/versioned-notification-interface-is-complete-06725d7d4d761849.yaml b/releasenotes/notes/versioned-notification-interface-is-complete-06725d7d4d761849.yaml new file mode 100644 index 000000000000..2a4143bd22e6 --- /dev/null +++ b/releasenotes/notes/versioned-notification-interface-is-complete-06725d7d4d761849.yaml @@ -0,0 +1,10 @@ +--- +features: + - | + The versioned notification interface of nova is now complete and in + feature parity with the legacy interface. The emitted notifications + are documented in `notification dev ref`_ with full sample files. + The deprecation of the legacy notification interface is under dicussion + and will be handled separately. + + .. _notification dev ref: https://docs.openstack.org/nova/latest/reference/notifications.html#existing-versioned-notifications