summaryrefslogtreecommitdiff
path: root/ironic_python_agent/api/controllers/root.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace WSME and Pecan with WerkzeugDmitry Tantsur2019-12-041-97/+0
| | | | | | | | | WSME is no longer maintained and Pecan is an overkill for our (purely internal) API. This change rewrites the API in Werkzeug (the library underneath Flask). I don't use Flask here since it's also an overkill for API with 4 meaningful endpoints. Change-Id: Ifed45f70869adf00e795202a53a2a53c9c57ef30
* Add metrics support to IPAJosh Gachnang2016-08-031-2/+3
| | | | | | | | | | | | | This utilizes the new metrics support in ironic-lib to allow the agent to report timing metrics for agent API methods as configured in ironic-lib. Additionally, this adds developer docs on how to use metrics in IPA, including some caveats specific to ironic-lib.metrics use in IPA. Co-Authored-By: Jay Faulkner <jay@jvf.cc> Co-Authored-By: Alex Weeks <alex.weeks@gmail.com> Change-Id: Ic08d4ff78b6fb614b474b956a32eac352a14262a Partial-bug: #1526219
* Replacing teeth/overlord with ipa/ironicJosh Gachnang2014-03-191-3/+3
|
* Renaming to IPAJosh Gachnang2014-03-191-0/+96