Files
nova/doc
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
..
2017-05-31 07:53:15 +00:00

OpenStack Nova Documentation README
===================================

Both contributor developer documentation and
REST API documentation are sourced here.

Contributor developer docs are built to:
http://docs.openstack.org/developer/nova/

API guide docs are built to:
http://developer.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of
doc/source/development.environment.rst.