ironic/releasenotes/notes/add-notifications-97b6c79c18b48073.yaml
Jim Rollenhagen 82c2a06a97 Clean up release notes for 6.2.0
This is cleaned up as of commit
2351d624ae, and should be sufficient for
the final release. If something else with a release note lands, we can
make any changes there in a later patch.

Change-Id: Ia1ef442f3cc0d64c8a7c6fbb5aaf3f0160f214de
2016-09-21 15:15:52 -04:00

9 lines
402 B
YAML

---
features:
- Adds support for inter-service notifications (disabled by default until the
``notification_level`` configuration option is set). For more information,
see the notifications documentation in the developer's guide
(http://docs.openstack.org/developer/ironic/dev/notifications.html).
Notifications are not actually emitted yet, but will be added in a future
release.