0b9b37fe9a
The instance.unlock versioned notification is introduced in this patch. The unlock operation just changes the instance.locked to False in API, we send the notification after db operation. Change-Id: Ic750c33b4f88ba9c62ea8cba86915c6010f2cd6f blueprint: trigger-notifications-when-lock-unlock-instances
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"event_type":"instance.unlock",
|
|
"payload":{
|
|
"$ref": "common_payloads/InstanceActionPayload.json#"
|
|
},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-api:fake-mini"
|
|
}
|