summaryrefslogtreecommitdiff
path: root/ironic_python_agent/ironic_api_client.py
Commit message (Expand)AuthorAgeFilesLines
* Configure and use SSL-related requests optionsPavlo Shchelokovskyy2017-01-131-0/+6
* Advertise the correct address when using IPv6Derek Higgins2017-01-111-1/+2
* Python 3 Compatible JSONLuong Anh Tuan2016-11-161-3/+3
* Merge "Remove old lookup/heartbeat from IPA"Jenkins2016-11-131-62/+13
|\
| * Remove old lookup/heartbeat from IPAPavlo Shchelokovskyy2016-11-091-62/+13
* | Update to hacking 0.12.0 and use new checksJohn L. Villalovos2016-11-081-2/+2
|/
* Remove Python 2.6 format styleJohn L. Villalovos2016-10-061-3/+3
* Fix IPA for stable/mitaka with noauth modeJulia Kreger2016-08-261-1/+2
* Fallback to the old /lookup endpoint on 401Lucas Alvares Gomes2016-08-121-1/+2
* Use new agent API if availableDmitry Tantsur2016-08-051-30/+76
* Fix programmatic error in heartbeat()Lucas Alvares Gomes2016-03-111-1/+1
* Change to use WARNING level for heartbeat conflict errorsZhenguo Niu2016-03-061-1/+4
* Replace all the 'self.log' calls with global LOGZhenguo Niu2016-02-241-8/+5
* Replace backoff looping call with oslo_service provided versionJoshua Harlow2016-02-041-3/+2
* Allow passing node UUID to lookupDmitry Tantsur2015-08-211-3/+7
* Switch to oslo.serviceSergey Vilgelm2015-06-241-1/+1
* Update hacking and fix hacking violationsJim Rollenhagen2015-06-031-2/+3
* Use oslo_log libGhe Rivero2015-03-241-1/+1
* Reduce requests connection pool sizeRussell Haering2014-06-161-0/+8
* Remove Heartbeat-Before check from heartbeatJim Rollenhagen2014-04-251-7/+0
* Fix expected status code in Ironic heartbeatJim Rollenhagen2014-04-241-1/+1
* Revert "Fix expected status code in Ironic lookup"Jim Rollenhagen2014-04-241-1/+1
* Fix expected status code in Ironic lookupJim Rollenhagen2014-04-241-1/+1
* Use configurable driver name in lookup URLJim Rollenhagen2014-04-141-3/+5
* Merge "Use # instead of """ for copyright blocks"Jenkins2014-04-111-15/+13
|\
| * Use # instead of """ for copyright blocksJim Rollenhagen2014-04-101-15/+13
* | Implement version 2 payload with more hw infoJay Faulkner2014-04-101-1/+1
* | Merge "Add BackOffLoopingCall with jitter"Jenkins2014-04-111-38/+19
|\ \ | |/ |/|
| * Add BackOffLoopingCall with jitterJosh Gachnang2014-04-071-38/+19
* | Version node lookup payloadJim Rollenhagen2014-04-081-1/+3
|/
* Adding DynamicLoopingCall around lookupJosh Gachnang2014-03-311-15/+65
* Fix URL for node lookupJim Rollenhagen2014-03-271-1/+1
* Actual exception message, stylistic changesJosh Gachnang2014-03-201-2/+3
* Getting the heartbeat from Ironic insteadJosh Gachnang2014-03-201-3/+5
* Replacing teeth/overlord with ipa/ironicJosh Gachnang2014-03-191-0/+105