summaryrefslogtreecommitdiffstats
path: root/bin/stack
Commit message (Collapse)AuthorAgeFilesLines
* Remove nova Direct APIJoe Gordon2012-04-101-162/+0
| | | | | | blueprint remove-nova-direct-api Change-Id: I3229f8d7f37d66fcd6b978966f3a428a69e08bb1
* Bug #897054: stack crashes with AttributeError on e.reason if the server ↵Ewan Mellor2011-11-271-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 serverEwan Mellor2011-10-301-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 printingJohannes Erdfelt2011-05-181-1/+1
|
* improve the formatting of the stack tooltermie2011-03-241-2/+12
|
* Removes circular import issues from bin/stack and replaces utils.loads with ↵jaypipes@gmail.com2011-01-181-3/+7
| | | | json.loads. Fixes Bug#704424
* rename easy to direct in the scriptsAndy Smith2011-01-041-5/+5
|
* fix typo in stack toolAndy Smith2011-01-041-1/+1
|
* Added stack command-line toolAndy Smith2010-12-271-0/+145