summaryrefslogtreecommitdiff
path: root/ironic/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix utils.execute() for consistency with Oslo code"Jenkins2014-06-191-1/+2
|\
| * Fix utils.execute() for consistency with Oslo codeYuriy Zveryanskyy2014-06-121-1/+2
* | Test for membership should be 'not in'Christian Berendt2014-06-161-2/+2
* | remove default=None for config optionslvdongbing2014-06-121-1/+0
|/
* Don't translate debug level logsChangBo Guo(gcb)2014-05-201-5/+5
* Permit passing SSH keys into the Ironic APIRobert Collins2014-03-191-0/+13
* Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-2/+0
* Improve help stringsAndreas Jaeger2014-02-211-2/+2
* Remove None as default value for dict get()Lucas Alvares Gomes2014-02-131-2/+2
* Fix 'run_as_root' parameter check in utilsYuriy Zveryanskyy2014-02-051-2/+2
* Run mkfs as rootLucas Alvares Gomes2014-01-211-1/+1
* Remove unused dict BYTE_MULTIPLIERSEric Guo2014-01-041-10/+0
* Convert trycmd() to oslo's processutilsLucas Alvares Gomes2013-12-201-26/+9
* Command call should log the stdout and stderrHaomeng, Wang2013-12-131-1/+5
* API: Validate and normalize addressLucas Alvares Gomes2013-12-121-1/+25
* Replace removed xrange in Python3Haomeng, Wang2013-12-021-2/+2
* Merge "Use oslo's execute() and ssh_execute() methods"Jenkins2013-11-281-107/+9
|\
| * Use oslo's execute() and ssh_execute() methodsLucas Alvares Gomes2013-11-261-107/+9
* | Remove oslo uuidutils.is_uuid_like callHaomeng, Wang2013-11-261-0/+13
* | Remove oslo uuidutils.generate_uuid() callHaomeng, Wang2013-11-261-0/+5
|/
* Supporting both Python 2 and Python 3 with sixHaomeng, Wang2013-11-141-1/+1
* Merge "Remove several old TODO messages"Jenkins2013-10-251-21/+0
|\
| * Remove several old TODO messagesDevananda van der Veen2013-10-231-21/+0
* | Support uniform MAC address with colonsHaomeng, Wang2013-10-241-1/+1
|/
* fix ssh driver exec command issuesChris Krelle2013-10-101-1/+2
* Public APIRoman Prykhodchenko2013-09-101-0/+16
* Modify is_valid_mac() for support unicode stringsYuriy Zveryanskyy2013-07-311-1/+2
* Sync requirements with OpenStack/requirementsDirk Mueller2013-07-221-3/+6
* Fix various Python 2.x->3.x compat issuesDirk Mueller2013-06-231-2/+2
* Refactored query filters.Roman Prykhodchenko2013-06-201-1/+1
* Fix ironic-rootwrap capability.Ghe Rivero2013-06-051-2/+2
* Add ssh power manager.Chris Krelle2013-06-051-33/+22
* Fix pep8 errors and make it pass Jenkins tests.Devananda van der Veen2013-05-161-24/+30
* Update exception.pyDevananda van der Veen2013-05-131-5/+5
* Update db models and API.Devananda van der Veen2013-05-131-0/+6
* Merge and trim utils and test_utils.Devananda van der Veen2013-05-131-737/+44
* Move common things to ironic.common.Devananda van der Veen2013-05-131-0/+1266