nova/doc/notification_samples/instance-create-start.json
Balazs Gibizer 470d165d04 Deduplicate instance.create notification samples
This patch refactors the sample files of instance.create notifications.
As these notifications use a different payload class as the most of the
instance notifications a new common payload sample fragment was also
needed.

Change-Id: I7a8e9507ee30d404e075a46e48070a0f94276e33
2017-11-28 17:17:15 +01:00

18 lines
455 B
JSON

{
"event_type":"instance.create.start",
"payload":{
"$ref":"common_payloads/InstanceCreatePayload.json#",
"nova_object.data": {
"host": null,
"ip_addresses": [],
"launched_at": null,
"node": null,
"updated_at": null,
"power_state": "pending",
"state": "building"
}
},
"priority":"INFO",
"publisher_id":"nova-compute:compute"
}