)]}'
{
  "log": [
    {
      "commit": "24f796149a4cb7cf588d5481cf2786c4c9fe735d",
      "tree": "bcbbe57fbc6256baf8882eda9272530bbabee702",
      "parents": [
        "2aaf4ae72167688e3d9338c7fbcb7cda1e342082"
      ],
      "author": {
        "name": "Arata Notsu",
        "email": "notsu@virtualtech.jp",
        "time": "Wed Feb 13 21:01:18 2013 +0900"
      },
      "committer": {
        "name": "Arata Notsu",
        "email": "notsu@virtualtech.jp",
        "time": "Fri Feb 15 16:53:39 2013 +0900"
      },
      "message": "Use \u0027nova baremetal-*\u0027 instead of nova-baremetal-manage\n\nChange-Id: Iee4dd721387dce39c8e46ea0e1e428513498c5a0\n"
    },
    {
      "commit": "35336282da621d5189bad97c5bddd1840721f632",
      "tree": "30a2c14f72aa887a44c58e74b98c8229ae91d0d5",
      "parents": [
        "f3da41a5eea19f429a296405bfa3b72d899c3141"
      ],
      "author": {
        "name": "Chris Krelle",
        "email": "nobodycam@gmail.com",
        "time": "Sun Feb 03 15:48:43 2013 -0800"
      },
      "committer": {
        "name": "Chris Krelle",
        "email": "nobodycam@gmail.com",
        "time": "Wed Feb 06 17:35:27 2013 -0800"
      },
      "message": "Add dhcp server option to dnsmasq for baremetal\n\nThis sets the dns option for baremetal deploy clients.\nthis is useful for clients who may require external access\nduring the deployment process.\n\nChange-Id: Ibe680d2acaad826e4868223ebfd1f112d7796662\nAuthored-by: Chris Krelle \u003cnobodycam@gmail.com\u003e\n"
    },
    {
      "commit": "91b8d13edad4d21bfd5b67219347f934728ee462",
      "tree": "b4050bcde75c19a515000357638ddd06b31a5302",
      "parents": [
        "9f67bd692c380737e1e4f11ad3a91e4646c1e48d"
      ],
      "author": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Sun Jan 06 22:40:09 2013 +0100"
      },
      "committer": {
        "name": "Attila Fazekas",
        "email": "afazekas@redhat.com",
        "time": "Fri Jan 11 09:15:30 2013 +0100"
      },
      "message": "Fix \"sudo: sorry, you must have a tty to run sudo\"\n\nOn many systems the requiretty sudoers option is turned on by default.\nWith \"requiretty\" option the sudo ensures the user have real tty access.\n\nJust several \"su\" variant has an option for skipping the new session creation step.\n\nOnly one session can posses a tty, so after a \"su -c\" the sudo will not\nwork.\n\nWe will use sudo instead of su, when we create the stack account.\n\nThis change adds new variable the STACK_USER for\n service username.\n\nChange-Id: I1b3fbd903686884e74a5a22d82c0c0890e1be03c\n"
    },
    {
      "commit": "75eaaf43c7c0798c4d92726e448d4c0e9372ccf2",
      "tree": "cc747ff830c21b0cd718fdff4496c7f0feda907d",
      "parents": [
        "5ba0360b3266be26418dbd828e5e13386a324b2d"
      ],
      "author": {
        "name": "Devananda van der Veen",
        "email": "devananda.vdv@gmail.com",
        "time": "Fri Dec 28 15:40:21 2012 -0800"
      },
      "committer": {
        "name": "Devananda van der Veen",
        "email": "devananda.vdv@gmail.com",
        "time": "Mon Dec 31 07:24:46 2012 -0800"
      },
      "message": "Minor fixes for lib/baremetal\n\nA recent patch moved the flavor management out of nova-manage\nand into python-novaclient. This corrects the behaviour of lib/baremetal\nso that it calls \"nova flavor-key\" instead of \"nova-manage\". This also\nfixes a logical error in testing whether dnsmasq is installed.\n\nChange-Id: I3fa821c22ae45a49e283d091b6e5ed51c9757e88\n"
    },
    {
      "commit": "7611c894b598c876912ab967642f0e8c8ad9171b",
      "tree": "54e964aafcd6f6126a403571d7c7ab7e4ae2dc30",
      "parents": [
        "c9702f9a6de5f9860937d438fac3eb59b03db5d7"
      ],
      "author": {
        "name": "Devananda van der Veen",
        "email": "devananda.vdv@gmail.com",
        "time": "Fri Nov 23 10:54:54 2012 -0800"
      },
      "committer": {
        "name": "Devananda van der Veen",
        "email": "devananda.vdv@gmail.com",
        "time": "Fri Dec 28 10:56:17 2012 -0800"
      },
      "message": "Add fake env support to baremetal\n\nUse bm_poseur to create VM and network bridge\nso that, in the absence of physical hardware,\nbaremetal driver still has something to manipulate.\n\nChange-Id: Id80ede13a35e4380f358b47f08d41ff98ea9d70f\n"
    },
    {
      "commit": "f35cf91a1d4f13cfa77f9411a1eef38953abebbc",
      "tree": "36edb87ec37c397961273f5e69cc0538c66947f2",
      "parents": [
        "796342c06e8ca3dcfd2e8f1ba4e0300a703b8de1"
      ],
      "author": {
        "name": "Devananda van der Veen",
        "email": "devananda.vdv@gmail.com",
        "time": "Mon Nov 12 17:58:38 2012 -0800"
      },
      "committer": {
        "name": "Dean Troyer",
        "email": "dtroyer@gmail.com",
        "time": "Fri Dec 28 11:33:58 2012 -0600"
      },
      "message": "adding support for baremetal hypervisor\n\nNew files for baremetal driver:\n- lib/baremetal\n- files/apts/baremetal\n\nAdds two dependencies:\n- google shell-in-a-box\n- diskimage-builder\n\nEnable by setting both:\n  VIRT_DRIVER\u003dbaremetal\n  ENABLED_SERVICES\u003d\"$ENABLED_SERVICES,baremetal\"\n\nChange-Id: Ibf6fe1671a759a449c9eb0df47751d1b31ade591\n"
    }
  ]
}
