summaryrefslogtreecommitdiff
path: root/nova/cmd/baremetal_deploy_helper.py
Commit message (Expand)AuthorAgeFilesLines
* Fix and Gate on E265Joe Gordon2014-07-241-1/+1
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Fix and gate on H305 and H307Davanum Srinivas2014-07-151-5/+4
* Enable flake8 F841 checkingAlexander Bochkarev2014-05-281-1/+1
* Register objects in more servicesChris Behrens2014-05-201-0/+2
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Merge "Support preserve_ephemeral in baremetal."Jenkins2014-01-251-0/+1
|\
| * Support preserve_ephemeral in baremetal.Robert Collins2014-01-161-0/+1
* | Merge "Show bm deploy how to preserve ephemeral content."Jenkins2014-01-251-6/+17
|\ \ | |/
| * Show bm deploy how to preserve ephemeral content.Robert Collins2014-01-161-6/+17
* | Sync module units from osloEric Guo2014-01-211-2/+2
|/
* baremetal: stop deployment if block devices are not availableArata Notsu2014-01-101-9/+14
* Make baremetal_deploy_helper understand ephemeral disksJoe Gordon2013-11-131-9/+31
* clean up numeric expressions in testsChang Bo Guo2013-10-291-1/+2
* Fix logging of failed baremetal commands.Robert Collins2013-09-161-2/+2
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Remove locals() from various places.Eugene Nikanorov2013-07-171-1/+2
* Baremetal_deploy_helper error message formatting.Dan Prince2013-06-211-12/+13
* Merge "Add err_msg param to baremetal_deploy_helper."Jenkins2013-06-201-0/+4
|\
| * Add err_msg param to baremetal_deploy_helper.Dan Prince2013-06-171-0/+4
* | Retry the sfdisk command up to 3 times.Dan Prince2013-06-181-0/+1
|/
* Revert "Fix local variable 'root_uuid' ref before assign"Devananda van der Veen2013-06-121-6/+13
* Fix local variable 'root_uuid' ref before assignDan Prince2013-06-121-1/+1
* Improve Python 3.x compatibilityDirk Mueller2013-06-011-1/+1
* Fix header issue for baremetal_deploy_helper.pyJay Lau2013-05-111-1/+1
* Show exception details for failed deploys.Robert Collins2013-05-111-1/+1
* Convert to using oslo's execute() method.Michael Still2013-05-041-2/+2
* baremetal: Change input for sfdiskArata Notsu2013-04-131-1/+1
* Merge "Define LOG globally in baremetal_deploy_helper"Jenkins2013-04-121-0/+1
|\
| * Define LOG globally in baremetal_deploy_helperArata Notsu2013-04-061-0/+1
* | Remove "undefined name" pyflake errorsStanislaw Pitucha2013-04-101-0/+1
|/
* Only call getLogger after configuring logging.Davanum Srinivas2013-04-051-2/+1
* Move console scripts to entrypoints.Monty Taylor2013-04-041-0/+320