Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove vim header from files. | Jason Dunsmore | 2014-03-04 | 1 | -1/+0 |
| | | | | | Change-Id: Ia6131f8fcac6902c80c80aa805c8cd7a2a41f280 Closes-Bug: #1229324 | ||||
* | Enable localizable REST API responses via the Accept-Language header | Luis A. Garcia | 2013-08-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | Add support for doing language resolution for a request, based on the Accept-Language HTTP header. Using the lazy gettext functionality, from oslo gettextutils, it is possible to use the resolved language to translate exception messages to the user requested language and return that translation from the API. The patch removes individually imported _() so they don't replace the one installed service-wide. Also, it adds the ability to fully re-create a remote error with the same kwargs with which it was originally created, so that we can translate it and show it to the user. Partially implements bp user-locale-api. Change-Id: I63edc8463836bfff257daa8a2c66ed5d3a444254 | ||||
* | Adds possible topdir to python search path | Jianing YANG | 2013-06-10 | 1 | -0/+10 |
| | | | | | Change-Id: Ide47656071c6d17482b1e4ec0727ce316033e702 Fixes: bug #1189354 | ||||
* | Add a basic heat-manage | Angus Salkeld | 2013-05-27 | 1 | -0/+20 |
The heat/cmd/manage.py structure is copied from glance to give us some consistency. Removing unused cliutils ... blueprint heat-manage Change-Id: If3b69eb4c3672740515fd308ec868af1cd3c9396 |