48259c2bd7
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
27 lines
743 B
JSON
27 lines
743 B
JSON
{
|
|
"priority": "INFO",
|
|
"payload": {
|
|
"nova_object.namespace": "nova",
|
|
"nova_object.version": "1.4",
|
|
"nova_object.name": "FlavorPayload",
|
|
"nova_object.data": {
|
|
"name": "test_flavor",
|
|
"memory_mb": 1024,
|
|
"ephemeral_gb": 0,
|
|
"disabled": false,
|
|
"vcpus": 2,
|
|
"swap": 0,
|
|
"rxtx_factor": 2.0,
|
|
"is_public": true,
|
|
"root_gb": 10,
|
|
"vcpu_weight": 0,
|
|
"flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3",
|
|
"extra_specs": null,
|
|
"projects": [],
|
|
"description":null
|
|
}
|
|
},
|
|
"event_type": "flavor.create",
|
|
"publisher_id": "nova-api:fake-mini"
|
|
}
|