)]}'
{
  "commit": "d34326c79e044350967c753e1b20292b141f5c30",
  "tree": "37c77731dc6852db18f76d8fb7e1cb45c7797f76",
  "parents": [
    "65c07d7fac791cf952b34b7d424e1d2ded1f89c2"
  ],
  "author": {
    "name": "Ghanshyam",
    "email": "ghanshyam.mann@nectechnologies.in",
    "time": "Wed Mar 19 12:18:53 2014 +0900"
  },
  "committer": {
    "name": "Ghanshyam",
    "email": "ghanshyam.mann@nectechnologies.in",
    "time": "Wed Mar 19 12:18:53 2014 +0900"
  },
  "message": "Verify Image attributes through Nova V2 GET API\n\nThis patch adds the JSON Schema for response of Nova V2 GET Image API\nand validate the response with added JSON Schema to block the backward\nincompatibility change in the future.\n\nThe response body of V2 GET Image API is below:\n\n{\n    \"image\": {\n        \"id\": \"70a599e0-31e7-49b7-b260-868f441e862b\",\n        \"status\": \"ACTIVE\",\n        \"updated\": \"2011-01-01T01:02:03Z\",\n        \"links\": [\n            {\n                \"href\": \"http://openstack.example.com/v2/openstack/\n                        images/70a599e0-31e7-49b7-b260-868f441e862b\",\n                \"rel\": \"self\"\n            },\n            {\n                \"href\": \"http://openstack.example.com/openstack/\n                        images/70a599e0-31e7-49b7-b260-868f441e862b\",\n                \"rel\": \"bookmark\"\n            },\n            {\n                \"href\": \"http://glance.openstack.example.com/openstack/\n                        images/70a599e0-31e7-49b7-b260-868f441e862b\",\n                \"rel\": \"alternate\",\n                \"type\": \"application/vnd.openstack.image\"\n            }\n        ],\n        \"name\": \"fakeimage7\",\n        \"created\": \"2011-01-01T01:02:03Z\",\n        \"OS-EXT-IMG-SIZE:size\": 25165824,\n        \"minDisk\": 0,\n        \"minRam\": 0,\n        \"progress\": 100,\n        \"metadata\": {\n            \"architecture\": \"x86_64\",\n            \"auto_disk_config\": \"True\",\n            \"kernel_id\": \"nokernel\",\n            \"ramdisk_id\": \"nokernel\"\n        },\n        \"server\": {\n            \"id\": \"65802d04-c684-4900-b645-a6a15f78add4\",\n            \"links\": [\n                {\n                    \"href\": \"http://10.21.43.120:8774/v2/\n                            f0468e49de7b4f74b6359a6dd3a72481/servers/\n                            65802d04-c684-4900-b645-a6a15f78add4\",\n                    \"rel\": \"self\"\n                }\n            ]\n        }\n    }\n}\n\nPartially implements blueprint nova-api-attribute-test\n\nChange-Id: I3f09f5857ad35bc9f703a0482c761ae2ec2418f1\n",
  "tree_diff": [
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "fb4804d663f62e78fd3f03ec54923b79bdae9fa5",
      "new_mode": 33188,
      "new_path": "tempest/api_schema/compute/v2/images.py"
    },
    {
      "type": "modify",
      "old_id": "5a79a296f7f3c1fe8395732ceac8d228b1e6e155",
      "old_mode": 33188,
      "old_path": "tempest/services/compute/json/images_client.py",
      "new_id": "deb9c9327d05ae34d44f0b0845732ccedc7538f9",
      "new_mode": 33188,
      "new_path": "tempest/services/compute/json/images_client.py"
    }
  ]
}
