Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove nova Direct API | Joe Gordon | 2012-04-10 | 1 | -162/+0 |
| | | | | | | blueprint remove-nova-direct-api Change-Id: I3229f8d7f37d66fcd6b978966f3a428a69e08bb1 | ||||
* | Bug #897054: stack crashes with AttributeError on e.reason if the server ↵ | Ewan Mellor | 2011-11-27 | 1 | -3/+3 |
| | | | | | | | | | returns an error Swap the URLError and HTTPError exception handlers. HTTPError is a subclass of URLError, so the HTTPError handler wasn't being reached. Change-Id: Iec86d2b345dbd37858af888bbd54a74884025eda | ||||
* | Bug #884018: "stack help" prints stacktrace if it cannot connect to the server | Ewan Mellor | 2011-10-30 | 1 | -0/+3 |
| | | | | | | | Add a handler for URLError, so that we print a nicer error message if stack cannot connect to the server. Change-Id: I24f977dcb12bee3bb21057fe9b19823d98581141 | ||||
* | Sort list of controllers/methods before printing | Johannes Erdfelt | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | improve the formatting of the stack tool | termie | 2011-03-24 | 1 | -2/+12 |
| | |||||
* | Removes circular import issues from bin/stack and replaces utils.loads with ↵ | jaypipes@gmail.com | 2011-01-18 | 1 | -3/+7 |
| | | | | json.loads. Fixes Bug#704424 | ||||
* | rename easy to direct in the scripts | Andy Smith | 2011-01-04 | 1 | -5/+5 |
| | |||||
* | fix typo in stack tool | Andy Smith | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Added stack command-line tool | Andy Smith | 2010-12-27 | 1 | -0/+145 |