8ec0b43904
The instance.resize_confirm.start and instance.resize_confirm.end notifications are transformed to the versioned framework. Change-Id: I6a51542216340299d250576714e303f74e0ceb0f Co-Authored-By: Takashi Natsume <natsume.takashi@lab.ntt.co.jp> Co-Authored-By: stewie925 <st3wty@att.com> Co-Authored-By: MikeG451 <michael.glaser@att.com> Implements: bp versioned-notification-transformation-queens
19 lines
487 B
JSON
19 lines
487 B
JSON
{
|
|
"event_type":"instance.resize_confirm.end",
|
|
"payload": {
|
|
"$ref": "common_payloads/InstanceActionPayload.json#",
|
|
"nova_object.data": {
|
|
"flavor": {
|
|
"nova_object.data": {
|
|
"flavorid": "2",
|
|
"memory_mb": 2048,
|
|
"name": "m1.small",
|
|
"root_gb":20
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"priority":"INFO",
|
|
"publisher_id":"nova-compute:compute"
|
|
}
|