nova/nova/notifications
Balazs Gibizer 1928ec5606 Add BDM to InstancePayload
This patch adds bdm related data to InstancePayload. As loading BDM
can be expensive a new configuration flag 'bdms_in_notifications' is
introduced. If this is set to false (as by default) then the instance
notifications will contain 'null' value in block_devices field.
If this configuration flag is set to true then the block devices will
be loaded from the db and will be included in the notification payload.

Implements: bp additional-notification-fields-for-searchlight
Change-Id: I18e7483ec9a484a660e1d306fdc0986e1d5f952b
2017-07-12 16:55:17 +02:00
..
objects Add BDM to InstancePayload 2017-07-12 16:55:17 +02:00
__init__.py Move notification related code to separate package 2016-06-08 11:32:53 +02:00
base.py Merge "remove null_safe_int from module scope" 2017-06-20 22:54:13 +00:00