summaryrefslogtreecommitdiff
path: root/ironicclient/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Fix logging in the baremetal CLIDmitry Tantsur2022-05-231-9/+23
* Made `baremetal <command> --help` display command specific help.Mahnoor Asghar2021-11-021-1/+2
* Make baremetal --debug actually workDmitry Tantsur2021-03-221-0/+18
* Standalone CLI: optional support for ironic-inspectorDmitry Tantsur2020-04-071-35/+80
* A standalone CLI for ironicDmitry Tantsur2020-04-061-0/+134
* Remove the ironic commandJulia Kreger2019-08-201-496/+0
* Support node's deploy_step fieldRuby Loo2018-07-111-1/+1
* Switch to none auth for standalone modeVladyslav Drok2018-05-071-20/+59
* Switch the deprecated "ironic" CLI to "latest" API version by defaultDmitry Tantsur2017-11-021-34/+27
* Deprecate the ironic CLIRuby Loo2017-10-111-0/+4
* Follow up to the API version warning patchesDmitry Tantsur2017-07-241-3/+5
* Log warning when API version is not specified for the ironic toolDmitry Tantsur2017-07-211-2/+14
* Fix ImportError when providing a meaningless API version.ericxiett2017-01-211-2/+23
* Simplify heading capitalization in shell's HelpFormatter.Vadim Hmyrov2016-12-201-3/+1
* Use function import_versioned_module from oslo.utilsChangBo Guo(gcb)2016-11-021-1/+3
* Fix import of ironicclient and reformat docstringKyrylo Romanenko2016-10-101-2/+1
* Fix i18n problems in shell.pyTang Chen2016-08-091-53/+51
* Make shell main() specify return value in exit codeTang Chen2016-07-301-3/+3
* Remove httplib2Anton Arefiev2016-03-141-3/+0
* Merge "Remove leftover use of args.os_endpoint"1.2.0Jenkins2016-03-041-2/+1
|\
| * Remove leftover use of args.os_endpointVladyslav Drok2016-03-041-2/+1
* | Merge "Use keystoneauth instead of keystoneclient"Jenkins2016-03-031-198/+50
|\ \ | |/
| * Use keystoneauth instead of keystoneclientVladyslav Drok2016-03-031-198/+50
* | Add a JSON option to the clientAline Bousquet2016-03-021-0/+5
|/
* Merge "Use keystoneclient.exception directly"Jenkins2015-11-181-1/+1
|\
| * Use keystoneclient.exception directlyLin Tan2015-11-121-1/+1
* | Sync with oslo-incubatorLin Tan2015-11-171-1/+1
|/
* Cleanup session creationJamie Lennox2015-06-181-3/+0
* Register global Keystone args firstBen Nemec2015-06-161-6/+8
* Consistent and more valid strings for BooleansRuby Loo2015-05-071-1/+5
* Merge "Remove unneeded 'utf-8' coding lines"Jenkins2015-04-221-2/+0
|\
| * Remove unneeded 'utf-8' coding linesJohn L. Villalovos2015-04-211-2/+0
* | Merge "Encode exception on cli for UnicodeDecodeError"0.6.0Jenkins2015-04-211-1/+3
|\ \ | |/ |/|
| * Encode exception on cli for UnicodeDecodeErrorjiangfei2015-04-211-1/+3
* | Implement and enable retries on ConflictDmitry Tantsur2015-04-171-0/+28
|/
* Use oslo.i18n libGhe Rivero2015-03-191-3/+1
* Merge "Fix two error strings in the CLI"Jenkins2015-03-131-5/+10
|\
| * Fix two error strings in the CLIDevananda van der Veen2015-03-071-5/+10
* | Fix the final PEP8 errorsJohn L. Villalovos2015-03-101-10/+12
|/
* Fix typo on patch 155624Chris Krelle2015-03-061-1/+1
* Enable ironicclient with --ironic-api-version 1.xLin Tan2015-03-061-5/+36
* Fix PEP8 E121,E122,E123,E124,E125,E129 errorsJohn L. Villalovos2015-02-261-5/+5
* cli support --os-endpointjiangfei2015-02-041-3/+13
* Add 'API' to description of ironic commandRuby Loo2014-11-201-1/+1
* Fix python-ironicclient crashArun S A G2014-10-281-3/+3
* Adds tty password entry for ironicclientJohn Trowbridge2014-10-221-2/+15
* Add keystone v3 CLI supportDavid Hu2014-10-061-30/+211
* Add defaults to the CLI help stringsRuby Loo2014-09-161-3/+6
* Merge "handles keyboard interrupt"Jenkins2014-09-111-1/+3
|\
| * handles keyboard interruptRakesh H S2014-09-111-1/+3