summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/ssh.py
Commit message (Expand)AuthorAgeFilesLines
* Move oslo.config references to oslo_configJim Rollenhagen2015-02-021-1/+1
* Fix ssh _get_power_status as it returned status for wrong nodeMichael Kerrin2015-01-201-1/+9
* Raise SSH failure messages to the error levelMichael Turek2015-01-141-2/+2
* Avoid querying the power state twiceAlexis Lee2015-01-131-3/+1
* Merge "rename oslo.concurrency to oslo_concurrency"Jenkins2014-12-151-1/+1
|\
| * rename oslo.concurrency to oslo_concurrencyZhiQiang Fan2014-12-101-1/+1
* | Correct vmware ssh power managerArata Notsu2014-12-101-5/+6
|/
* Change some exceptions from invalid to missingYuriy Zveryanskyy2014-11-271-1/+3
* Switch to oslo.concurrencyDerek Higgins2014-10-281-1/+1
* Update node-validate error messagesAnusha Ramineni2014-10-201-2/+2
* Force the SSH commands to use their default languageLucas Alvares Gomes2014-09-251-4/+4
* Revert "Revert "Search line with awk itself and avoid grep""Lucas Alvares Gomes2014-09-181-11/+3
* Revert "Search line with awk itself and avoid grep"Derek Higgins2014-09-111-3/+11
* Search line with awk itself and avoid grepMotohiro OTSUKA2014-09-111-11/+3
* Translator functions cleanup part 2Vladyslav Drok2014-09-091-5/+3
* Merge "Add boot_device support for vbox"Jenkins2014-09-021-3/+14
|\
| * Add boot_device support for vboxMotohiro Otsuka2014-09-011-3/+14
* | Remove gettextutils _ injectionVladyslav Drok2014-08-291-1/+1
|/
* Add Parallels virtualisation typeDavide Guerri2014-08-191-3/+44
* Raise MissingParameterValue instead of InvalidGhe Rivero2014-08-121-4/+9
* Implements send-data-to-ceilometerwhaom2014-08-011-0/+10
* SSH virsh to use the new ManagementInterfaceLucas Alvares Gomes2014-07-251-1/+163
* Add drivers.base.BaseDriver.get_properties()Ruby Loo2014-07-231-7/+31
* Remove 'node' parameter from the validate() methodsLucas Alvares Gomes2014-06-161-4/+3
* Remove 'node' parameter from the Power interfaceLucas Alvares Gomes2014-05-291-23/+17
* Remove 'node' parameter from the Deploy interfaceLucas Alvares Gomes2014-05-261-4/+4
* Don't translate debug level logsChangBo Guo(gcb)2014-05-201-4/+4
* Merge "Make tests use Node object instead of dict"Jenkins2014-04-111-2/+2
|\
| * Make tests use Node object instead of dictChris Behrens2014-04-101-2/+2
* | Move duplicated _get_node(s)_mac_addresses()Lucas Alvares Gomes2014-04-021-17/+5
|/
* Add note to ssh about impact on ci testingChris Krelle2014-03-281-0/+4
* Permit passing SSH keys into the Ironic APIRobert Collins2014-03-191-4/+9
* Merge "Remove extraneous vim configuration comments for ironic"Jenkins2014-02-281-2/+0
|\
| * Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-2/+0
* | Add support for custom libvirt uriImre Farkas2014-02-261-59/+71
|/
* PXE and SSH validate() method to check for a portLucas Alvares Gomes2014-02-171-0/+3
* Task object as paramater to validate() methodsLucas Alvares Gomes2014-02-171-1/+2
* Remove None as default value for dict get()Lucas Alvares Gomes2014-02-131-6/+6
* SSHPower driver support VMware ESXiHaomeng, Wang2014-02-121-1/+21
* Merge "Fix ssh_port type in _parse_driver_info() from ssh.py"Jenkins2014-01-311-1/+5
|\
| * Fix ssh_port type in _parse_driver_info() from ssh.pyAlexander Gordeev2014-01-311-1/+5
* | Update docstrings in ssh.pyRuby Loo2014-01-301-16/+71
|/
* SSHPower driver raises IronicExceptionsRuby Loo2014-01-291-8/+28
* Correct SSHPowerDriver validate() exceptionsDevananda van der Veen2014-01-081-1/+2
* Check connectivity in SSH driver 'validate' methodYuriy Zveryanskyy2013-12-181-2/+9
* Correct error with unicode mac addressChris Krelle2013-12-061-1/+1
* Use oslo's execute() and ssh_execute() methodsLucas Alvares Gomes2013-11-261-34/+9
* Fix error handling in ssh driverRamakrishnan G2013-11-111-1/+5
* Improve error message for sshLucas Alvares Gomes2013-10-141-1/+5
* fix ssh driver exec command issuesChris Krelle2013-10-101-8/+25