summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/console_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Relaxing console pid lookingKaifeng Wang2023-02-151-1/+1
* Fix console auto port allocation under IPv6Kaifeng Wang2020-08-051-5/+18
* Replace oslo_utils.netutils type compares with ipaddressJulia Kreger2020-07-171-2/+2
* Refactoring: split out wrap_ipv6Dmitry Tantsur2020-03-171-7/+3
* Automatic port allocation for the serial consoleKaifeng Wang2020-02-101-0/+56
* Read in non-blocking fashion when starting consoleVladyslav Drok2019-09-101-5/+46
* Do not wait for console being started on timeoutVladyslav Drok2019-08-231-9/+14
* ensure that socat serial proxy keeps runningLars Kellogg-Stedman2019-02-151-2/+4
* Fix node exclusive lock not released on console start/restart.Dmitry Galkin2018-12-031-21/+34
* Add missing ws separator between wordszhu.fanglei2018-11-201-2/+3
* Fix W504 errorsJulia Kreger2018-05-091-4/+4
* Make IP address of socat console configurablewangkf2017-07-071-2/+2
* Remove log translations from ironic/drivers Part-1Anup Navare2017-05-091-8/+8
* Make terminal timeout value configurableDao Cong Tien2017-04-241-4/+5
* Use flake8-import-orderJohn L. Villalovos2017-02-161-1/+1
* Remove 'fork' option from socat commandAndrey Shestakov2016-12-291-2/+6
* Use method delete_if_exists from oslo.utilsChangBo Guo(gcb)2016-10-011-3/+3
* Merge imports in codeNguyen Hung Phuong2016-08-241-3/+1
* Remove unused code when failing to start consoleHironori Shiina2016-07-241-7/+2
* Nova-compatible serial console: socat console_utilsDao Cong Tien2016-07-141-2/+122
* Centralize config options - [console]Ramamani Yeleswarapu2016-06-161-25/+1
* Use ironic-lib's util methodsRuby Loo2016-01-041-1/+2
* Check shellinabox started successfully or notZhenguo Niu2015-11-181-2/+4
* Follow up patch for Ib8968418a1835a4131f2f22fb3e4df5ecb9b0dc5Zhenguo Niu2015-11-121-1/+1
* Check shellinabox process during stopping consoleZhenguo Niu2015-11-121-6/+12
* Enable translation for config option help messagesstephane2015-07-061-9/+10
* Make use of tempdir configurationchenglch2015-07-021-6/+1
* Switch to oslo.serviceSergey Vilgelm2015-06-291-1/+1
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-15/+17
* fix node-get-console returns url always start with httpbaiyuan2015-06-031-2/+4
* Run tests in py34 environmentVictor Sergeyev2015-05-061-2/+2
* Use oslo_log libGhe Rivero2015-05-051-1/+1
* Use oslo_utils replace oslo.utilsjiangfei2015-02-191-1/+1
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* Reuse methods from netutilsChangBo Guo(gcb)2014-12-231-1/+2
* rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-101-1/+1
* Switch to oslo.concurrencyDerek Higgins2014-10-281-1/+1
* Translator functions cleanup part 2Vladyslav Drok2014-09-091-6/+3
* Remove gettextutils _ injectionVladyslav Drok2014-08-291-0/+1
* Improve exception handling in console codeRuby Loo2014-08-141-23/+71
* Use valid exception in start_shellinabox_consoleRuby Loo2014-08-131-1/+2
* Replace mknod() with chmod()David Shrewsbury2014-06-161-1/+1
* Don't translate debug level logsChangBo Guo(gcb)2014-05-201-1/+1
* Support serial console accesssjing2014-04-301-0/+219