Adding auto_disk_config field to InstancePayload
Add auto_disk_config field to InstancePayload based on instance.auto_disk_config boolean value. If true, set it to AUTO else MANUAL. Implements: bp additional-notification-fields-for-searchlight Change-Id: I18af99479562e2fe5e74e6e1252b804b074fee58
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
"device_name": "tapce531f90-19"
|
||||
}
|
||||
}],
|
||||
"auto_disk_config":"MANUAL",
|
||||
"kernel_id":"",
|
||||
"launched_at":"2012-10-29T13:42:11Z",
|
||||
"image_uuid": "a2459075-d96c-40d5-893e-577ff92e721c",
|
||||
@@ -77,7 +78,7 @@
|
||||
},
|
||||
"nova_object.name":"InstanceActionPayload",
|
||||
"nova_object.namespace":"nova",
|
||||
"nova_object.version":"1.1"
|
||||
"nova_object.version":"1.2"
|
||||
},
|
||||
"priority":"ERROR",
|
||||
"publisher_id":"nova-compute:compute"
|
||||
|
||||
Reference in New Issue
Block a user