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
24 lines
596 B
JSON
24 lines
596 B
JSON
{
|
|
"nova_object.name": "FlavorPayload",
|
|
"nova_object.data": {
|
|
"flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3",
|
|
"name": "test_flavor",
|
|
"root_gb": 1,
|
|
"vcpus": 1,
|
|
"ephemeral_gb": 0,
|
|
"memory_mb": 512,
|
|
"disabled": false,
|
|
"rxtx_factor": 1.0,
|
|
"extra_specs": {
|
|
"hw:watchdog_action": "disabled"
|
|
},
|
|
"projects": null,
|
|
"swap": 0,
|
|
"is_public": true,
|
|
"vcpu_weight": 0,
|
|
"description": null
|
|
},
|
|
"nova_object.version": "1.4",
|
|
"nova_object.namespace": "nova"
|
|
}
|