summaryrefslogtreecommitdiff
path: root/ironic/api/controllers/v1/conductor.py
Commit message (Expand)AuthorAgeFilesLines
* Fix resource_url in the remaining resourcesDmitry Tantsur2022-01-241-1/+1
* Consistently use utils functions for policy authSteve Baker2020-12-171-5/+2
* Improve object_to_dict argumentsSteve Baker2020-11-271-1/+1
* Convert conductors endpoint to plain JSONSteve Baker2020-11-161-134/+46
* Remove Link typeSteve Baker2020-07-201-6/+6
* Centralise imports of wsme typesSteve Baker2020-04-201-7/+6
* Use str type instead of wsme.types.textSteve Baker2020-01-221-5/+5
* Do not ignore 'fields' query parameter when building next urlArun S A G2019-10-181-1/+2
* Abstract away pecan.request/responseDmitry Tantsur2019-07-161-7/+7
* Expose conductors: apiKaifeng Wang2018-12-041-0/+251