nova/releasenotes/notes/send-notification-when-instance-tag-changes-67c08000b6e0cd2a.yaml
Kevin_Zheng 1590f18c63 Send out notifications when instance tags changed
This patch adds notifications when instance
tags changed, as tag is commonly used for
searching and filtering, and projects like
searchlight depends on the notifications.

To avoid unnecessarily building a notification
payload when notifications are disabled, this
change also adds the if_notifications_enabled
decorator to send_instance_update_notification.

Change-Id: I03c8e8225e51fd80580772752c0b292987e34218
Implements: bp send-tag-notification
2017-06-06 12:53:28 -04:00

5 lines
111 B
YAML

---
features:
- Versioned instance.update notification will be sent
when server's tags field is updated.