summaryrefslogtreecommitdiff
path: root/ironic/cmd/api.py
Commit message (Expand)AuthorAgeFilesLines
* Separate WSGIService from RPCServiceRuby Loo2016-09-151-1/+2
* Remove cyclic import between rpcapi and objects.baseSam Betts2016-09-131-1/+3
* Add SSL support to the Ironic APIAnton Arefiev2015-11-181-1/+1
* Use wsgi from oslo.service for Ironic APIAnton Arefiev2015-11-171-30/+4
* Enable cmd/api & cmd/conductor to be launched directlyJohn L. Villalovos2015-10-161-0/+4
* Implement indirection_apiGrzegorz Grasza2015-09-241-0/+4
* Fix misspelling in commentJohn L. Villalovos2015-08-101-1/+1
* Log configuration values as DEBUG, not INFODmitry Tantsur2015-08-031-2/+2
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-3/+3
* Use oslo_log libGhe Rivero2015-05-051-1/+1
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* Enable H305 PEP8 checkDavid Shrewsbury2014-10-131-1/+1
* Translator functions cleanup part 4Vladyslav Drok2014-09-051-3/+3
* Remove gettextutils _ injectionVladyslav Drok2014-08-291-0/+1
* Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-2/+0
* Remove shebang lines from codeMikhail Durnosvistov2014-02-211-1/+0
* Make ironic-api not single threadedDevananda van der Veen2014-02-121-1/+9
* Register API options under the 'api' groupLucas Alvares Gomes2013-11-141-2/+2
* Use localisation where user visible strings are usedDirk Mueller2013-09-161-2/+3
* Log configuration values on API startupMark McLoughlin2013-05-281-1/+6
* Fix pep8 errors and make it pass Jenkins tests.Devananda van der Veen2013-05-161-7/+3
* Implement initial draft of a Pecan-based API.Devananda van der Veen2013-05-131-0/+54