summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorVasyl Saienko <vsaienko@mirantis.com>2016-07-21 09:49:29 -0400
committerHarald Jensås <hjensas@redhat.com>2019-02-13 18:22:50 +0100
commite8a6d447f803c115ed57064e6fada3e9d6f30794 (patch)
tree905358ea39d7ccd121a95b8689a1599f9bcc3f0c /releasenotes
parentd15877f0fb2f629821c138a1742ff762595e8381 (diff)
downloadpython-ironicclient-e8a6d447f803c115ed57064e6fada3e9d6f30794.tar.gz
Add Events support
Adds support to POST events to the /v1/events API endpoint. Updates LAST_KNOWN_API_VERSION to 51. Co-Authored-By: Harald Jensås <hjensas@redhat.com> Story: 1304673 Task: 22149 Depends-On: https://review.openstack.org/631946 Change-Id: I6bc2d711687350ee3000b6898b68c3d05db62260
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-events-support-53c461d28abf010b.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/add-events-support-53c461d28abf010b.yaml b/releasenotes/notes/add-events-support-53c461d28abf010b.yaml
new file mode 100644
index 0000000..9cdeee4
--- /dev/null
+++ b/releasenotes/notes/add-events-support-53c461d28abf010b.yaml
@@ -0,0 +1,12 @@
+---
+features:
+ - |
+ Added ``Event`` resource , used to notify Ironic of external events.
+
+ .. Note:: Events are not intended for end-user usage. (Internal use only.)
+ - |
+ Added the ``client.events.create`` Python SDK method to support publishing
+ events to Ironic using the /v1/events API endpoint.
+ (available starting with API version 1.54).
+
+ .. Note:: Events are not intended for end-user usage. (Internal use only.)