Comment 2 for bug 1739325

Revision history for this message
Matt Riedemann (mriedem) wrote :

Here is a prettier form of the json:

{
   "new":null,
   "old":null,
   "cur":{
      "nova_object.version":"1.1",
      "nova_object.changes":[
         "root_gb",
         "name",
         "ephemeral_gb",
         "memory_mb",
         "vcpus",
         "extra_specs",
         "swap",
         "rxtx_factor",
         "flavorid",
         "vcpu_weight",
         "id"
      ],
      "nova_object.name":"Flavor",
      "nova_object.data":{
         "root_gb":80,
         "name":"nb.2G",
         "ephemeral_gb":0,
         "memory_mb":2048,
         "vcpus":4,
         "extra_specs":{

         },
         "swap":0,
         "rxtx_factor":1.0,
         "flavorid":"8c6a8477-20cb-4db9-ad1d-be3bc05cdae9",
         "vcpu_weight":null,
         "id":8
      },
      "nova_object.namespace":"nova"
   }
}