summaryrefslogtreecommitdiff
path: root/ironic/api/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Abstract away pecan.request/responseDmitry Tantsur2019-07-161-0/+18
* Centralize config options - [api]Ramamani Yeleswarapu2016-07-211-57/+0
* No need for 'default=None' in config variableGary Kotton2016-06-161-1/+0
* Add SSL support to the Ironic APIAnton Arefiev2015-11-181-0/+8
* Use wsgi from oslo.service for Ironic APIAnton Arefiev2015-11-171-0/+5
* Use oslo_config new type PortOpt for port optionsZhiQiang Fan2015-10-261-4/+3
* Add config option to override url for linksLucas Alvares Gomes2015-09-151-0/+8
* Add minimum and maximum on port optionlei-zhang-99cloud2015-08-281-0/+1
* Enable translation for config option help messagesstephane2015-07-061-4/+5
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-1/+1
* Update some config option's help stringsRuby Loo2015-04-161-2/+2
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-2/+0
* Improve help stringsAndreas Jaeger2014-02-211-3/+3
* Register API options under the 'api' groupLucas Alvares Gomes2013-11-141-12/+10
* Add Pagination of collections across the APILucas Alvares Gomes2013-08-021-0/+7
* Delete Flask Dependencejiangwt1002013-06-141-4/+0
* Implement initial draft of a Pecan-based API.Devananda van der Veen2013-05-131-0/+37