vmpooler/lib
Scott Schneider d60c80f7d7 Change the /status API endpoint to structure data
New format is akin to:
```
{
  "capacity": {
    "current": 10,
    "total": 10,
    "percent": 100.0
  },
  "clone": {
    "average": 6.9,
    "total": 1
  },
  "queue": {
    "pending": 0,
    "cloning": "0",
    "booting": 0,
    "ready": 10,
    "running": 1,
    "completed": 0,
    "total": 11
  },
  "status": 1
}
```
2015-02-23 12:48:32 -08:00
..
vmpooler Change the /status API endpoint to structure data 2015-02-23 12:48:32 -08:00
vmpooler.rb Rubocop --auto-correct syntax fixups 2015-02-06 11:08:54 -08:00