From 862d9d4327bbbd1ecd7c893e9ac1b0713c3c057a Mon Sep 17 00:00:00 2001 From: Anusha Unnam Date: Fri, 3 Feb 2017 17:51:43 +0000 Subject: [PATCH] Reno for additional-notification-fields-for-searchlight Locked and display_description fields are added in this patch https://review.openstack.org/#/c/407128/ Change-Id: I7c3cb994635459822f468bbdd90b274be80447a6 --- ...ew-fields-to-InstancePaylod-bc5ef2ecfed880a2.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/add-new-fields-to-InstancePaylod-bc5ef2ecfed880a2.yaml diff --git a/releasenotes/notes/add-new-fields-to-InstancePaylod-bc5ef2ecfed880a2.yaml b/releasenotes/notes/add-new-fields-to-InstancePaylod-bc5ef2ecfed880a2.yaml new file mode 100644 index 000000000000..d2cf74066b64 --- /dev/null +++ b/releasenotes/notes/add-new-fields-to-InstancePaylod-bc5ef2ecfed880a2.yaml @@ -0,0 +1,12 @@ +features: + - | + The fields ``locked`` and ``display_description`` have been added to + InstancePayload. Versioned notifications for instance actions + will include these fields. + + A few examples of versioned notifications that use InstancePayload:: + + * ``instance.create`` + * ``instance.delete`` + * ``instance.resize`` + * ``instance.pause`` \ No newline at end of file