summaryrefslogtreecommitdiff
path: root/ironicclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* Allow to pass additional arguments into adapterVladyslav Drok2020-05-151-2/+11
* Get rid of the oslo.config requirementDmitry Tantsur2020-04-071-21/+21
* Provide a clear error message when using client.Client without a session4.0.0Dmitry Tantsur2020-02-101-4/+19
* Remove deprecated keystone argumentsRiccardo Pittau2019-08-211-33/+0
* Accept 'valid_interfaces' in client setupEric Fried2019-03-071-3/+5
* pass endpoint interface to http clientGuang Yee2019-03-061-2/+11
* Switch to none auth for standalone modeVladyslav Drok2018-05-071-117/+91
* Allow API user to define list of versionsJulia Kreger2018-01-181-1/+2
* Facilitate latest Rest API useJulia Kreger2018-01-181-0/+5
* Fix exception message creation in get_client()Yuriy Zveryanskyy2016-12-141-1/+2
* Use function import_versioned_module from oslo.utilsChangBo Guo(gcb)2016-11-021-2/+3
* Set endpoint_override while doing session.requestVladyslav Drok2016-03-211-0/+3
* Use keystoneauth instead of keystoneclientVladyslav Drok2016-03-031-94/+120
* Allow to initialize keystone v3 client1.1.0Vladyslav Drok2016-01-291-7/+13
* Remove unneeded 'utf-8' coding linesJohn L. Villalovos2015-04-211-2/+0
* Implement and enable retries on ConflictDmitry Tantsur2015-04-171-6/+3
* Use oslo.i18n libGhe Rivero2015-03-191-3/+1
* Fix the final PEP8 errorsJohn L. Villalovos2015-03-101-1/+1
* Enable ironicclient with --ironic-api-version 1.xLin Tan2015-03-061-0/+1
* Bump hacking versionGhe Rivero2014-10-021-4/+3
* ironic client to use os_region_name if providedRakesh H S2014-09-141-0/+8
* Fix misspelled class name AmbigiousAuthSystemSergey Lupersolsky2014-08-191-1/+1
* Expose auth_ref in ironicclient client objectMichael Davies2014-07-101-0/+5
* Add UTF-8 coding lines to all Python filesMartin Geisler2014-05-311-0/+2
* Fix docstring for client.get_client()Ruby Loo2014-04-081-2/+2
* Avoid traceback with insufficient auth credentialsAdam Gandelman2014-03-261-0/+9
* Reorder importsGhe Rivero2013-11-111-1/+2
* Fixes Auth Token being sent as lambda functionKevin McDonald2013-10-291-2/+2
* Change service_type to baremetalChris Krelle2013-09-271-1/+1
* Basic project structureLucas Alvares Gomes2013-09-191-0/+98