summaryrefslogtreecommitdiff
path: root/doc/notification_samples/instance-soft_delete-start.json
Commit message (Collapse)AuthorAgeFilesLines
* Follow up for Ib6f95c22ffd3ea235b60db4da32094d49c2efa2aBalazs Gibizer2018-09-271-1/+1
| | | | | | | | | This patch removes the host parameter of the notify_about_instance_delete() call as it is always filled with CONF.host value. Change-Id: Iff3b605b9410d5a097b53f532870df65780bc1e4 Implements: bp versioned-notification-transformation-stein
* Deduplicate notification samples Rocky - 6Kevin_Zheng2018-04-171-83/+5
| | | | | | | | | | | | | | | This patch refactors the sample files of: * instance-soft_delete-start * instance-soft_delete-end * instance-suspend-start * instance-suspend-end * instance-trigger_crash_dump-start * instance-trigger_crash_dump-end notifications to use a common InstanceActionPayload sample data. Change-Id: I8c31f44a3a3460e044ff73e0779a08ae49133f64
* Add FlavorPayload.description for versioned notificationsMatt Riedemann2017-11-141-2/+3
| | | | | | | | | | This adds the description field to the FlavorPayload for versioned notifications on flavor create/update/delete notifications. Part of blueprint flavor-description Change-Id: I9a5dc8b603b5e4e0d37c59cf2749e3ffc217580c
* Add 'updated_at' field to InstancePayload in notificationsTakashi NATSUME2017-07-251-1/+2
| | | | | | Change-Id: Iddc5ec3b5053ddf5dce73c86edca26c4552d451b Implements: bp versioned-notification-transformation-pike Closes-Bug: #1684860
* Add BDM to InstancePayloadBalazs Gibizer2017-07-121-1/+13
| | | | | | | | | | | | 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
* Add key_name field to InstancePayloadBalazs Gibizer2017-06-281-1/+2
| | | | | | | | Add key_name field to InstancePayload which means every instance.<action> notification now have key_name field based on the instance.key_name. Change-Id: I39059c5077c790aa85dff6b4563f581c54536b86 Implements: bp additional-notification-fields-for-searchlight
* Transform instance.soft_delete notificationsJinLi2017-06-201-0/+75
The instance.soft_delete.start and instance.soft_delete.end notifications are transformed to the versioned framework. Change-Id: I608b13f843a623f549b38459902aaff287254a95 Co-Authored-By: Jin Li <jl7351@att.com> Implements: bp versioned-notification-transformation-pike