summaryrefslogtreecommitdiff
path: root/ironicclient/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Allow several nodes for most node actions"HEAD5.2.0masterZuul2023-05-081-0/+2
|\
| * Allow several nodes for most node actionsDmitry Tantsur2023-02-281-0/+2
* | Accept configdrive as a JSON fileDmitry Tantsur2023-03-021-0/+21
|/
* Fix distribution compatability for configdrive buildJulia Kreger2021-09-151-12/+22
* Merge "Support YAML files wherever JSON files are accepted"4.6.0Zuul2021-02-171-3/+4
|\
| * Support YAML files wherever JSON files are acceptedDmitry Tantsur2021-02-161-3/+4
* | Clearer error message when unable to parse JSONDmitry Tantsur2021-02-161-2/+2
|/
* Merge "Get rid of the oslo.serialization dependency"Zuul2020-05-121-2/+2
|\
| * Get rid of the oslo.serialization dependencyDmitry Tantsur2020-05-041-2/+2
* | Remove future dependencyRiccardo Pittau2020-05-041-2/+0
|/
* Stop using six libraryRiccardo Pittau2019-12-181-2/+1
* Deploy templates: client supportMark Goddard2019-03-011-0/+16
* Allocation API: client API and CLIDmitry Tantsur2019-02-161-0/+21
* Use 'with' method rather than having to call closeJohn L. Villalovos2018-01-301-3/+2
* Add volume connector support to Python APIHironori Shiina2017-07-071-1/+6
* Extends driver-list, driver-show supporting new hardware typesDao Cong Tien2017-04-281-0/+22
* Simplify heading capitalization.Vadim Hmyrov2016-12-261-3/+1
* Use oslo_serialization.base64 to follow OpenStack Python3Luong Anh Tuan2016-12-151-2/+2
* Merge "List required arguments in '--help' message in Ironic Client."Jenkins2016-11-301-1/+6
|\
| * List required arguments in '--help' message in Ironic Client.Vadim Hmyrov2016-11-231-1/+6
* | Use function import_versioned_module from oslo.utilsChangBo Guo(gcb)2016-11-021-8/+0
|/
* Add key_value_pairs_to_dict() methodRuby Loo2016-08-181-2/+24
* Move methods to utils.pyRuby Loo2016-06-211-0/+43
* Fix typos in docstrings and commentsDao Cong Tien2016-04-061-3/+3
* Allow specifying a set of fields of the Port and Chasis resourcesLucas Alvares Gomes2015-07-151-8/+9
* Allow specifying a set of fields of the Node resourceLucas Alvares Gomes2015-07-091-1/+27
* Consistent and more valid strings for BooleansRuby Loo2015-05-071-0/+28
* Merge "Ensure *-show input uuid is not empty"Jenkins2015-04-241-0/+6
|\
| * Ensure *-show input uuid is not emptyHaomeng, Wang2015-04-221-0/+6
* | Remove unneeded 'utf-8' coding linesJohn L. Villalovos2015-04-211-2/+0
|/
* Merge "Add support for generating a config drive"Jenkins2015-03-271-0/+62
|\
| * Add support for generating a config driveLucas Alvares Gomes2015-03-261-0/+62
* | Clean openstack-common module listGhe Rivero2015-03-241-1/+2
|/
* Use oslo.i18n libGhe Rivero2015-03-191-0/+1
* Support setting non-string fieldsLucas Alvares Gomes2014-12-191-13/+27
* Fix sphinx warningsDavid Shrewsbury2014-11-141-1/+1
* Merge "Small fixes for utils/{common_filters,common_params_for_list}"Jenkins2014-10-021-5/+23
|\
| * Small fixes for utils/{common_filters,common_params_for_list}Dmitry Tantsur2014-09-291-5/+23
* | Bump hacking versionGhe Rivero2014-10-021-3/+2
|/
* List resources with detailLucas Alvares Gomes2014-09-091-0/+2
* Add sort_key and sort_dir parameters to *-listDmitry Tantsur2014-09-091-0/+44
* Remove aliases `arg` and `env` from utilsAndrey Kurilin2014-07-091-5/+0
* Add UTF-8 coding lines to all Python filesMartin Geisler2014-05-311-0/+2
* Reuse module `cliutils` from common codeAndrey Kurilin2014-04-281-107/+5
* Sync latest code and reuse exceptions from osloAndrey Kurilin2014-04-241-1/+1
* Remove unused method 'string_to_bool' from utilsllg82122014-01-231-4/+0
* Add missing i18n supportLucas Alvares Gomes2013-11-281-7/+8
* Deal with unicode stringsLucas Alvares Gomes2013-11-121-2/+2
* Custom output file on the print_*() functionsLucas Alvares Gomes2013-11-121-4/+5
* Reorder importsGhe Rivero2013-11-111-1/+1