102cdb9315
The instance.lock versioned notification is introduced in this patch. The lock operation just changes the instance.locked to True in API, we send the notification after db operation. Change-Id: I03a13afa91c29f4fee25336cb82ea5c887eae2f8 blueprint: trigger-notifications-when-lock-unlock-instances
12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"event_type":"instance.lock",
|
|
"payload":{
|
|
"$ref": "common_payloads/InstanceActionPayload.json#",
|
|
"nova_object.data":{
|
|
"locked":true
|
|
}
|
|
},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-api:fake-mini"
|
|
}
|