summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Imported Translations from TransifexOpenStack Jenkins2014-01-0559-8154/+13704
| |/ / /
* | | | Implement API for provisioningLucas Alvares Gomes2014-01-032-6/+91
* | | | API to validate UUID parametersLucas Alvares Gomes2014-01-037-61/+45
|/ / /
* | | Merge "Make chassis_uuid field of nodes optional"Jenkins2014-01-033-5/+9
|\ \ \
| * | | Make chassis_uuid field of nodes optionalLucas Alvares Gomes2014-01-033-5/+9
* | | | Merge "Make param names more consistent in API"Jenkins2014-01-033-35/+37
|\ \ \ \
| * | | | Make param names more consistent in APIImre Farkas2014-01-023-35/+37
* | | | | Merge "Add unit tests for get_nodeinfo_list"Jenkins2014-01-032-4/+42
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add unit tests for get_nodeinfo_listDevananda van der Veen2014-01-022-4/+42
| |/ / /
* | | | Merge "Move and rename ValidTypes"Jenkins2014-01-027-38/+46
|\ \ \ \
| * | | | Move and rename ValidTypesLucas Alvares Gomes2013-12-207-38/+46
* | | | | Merge "Convert trycmd() to oslo's processutils"Jenkins2014-01-021-26/+9
|\ \ \ \ \
| * | | | | Convert trycmd() to oslo's processutilsLucas Alvares Gomes2013-12-201-26/+9
| |/ / / /
* | | | | Merge "Add prepare, clean_up, take_over methods to deploy"Jenkins2014-01-026-56/+182
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add prepare, clean_up, take_over methods to deployDevananda van der Veen2013-12-126-56/+182
* | | | | Merge "Check connectivity in SSH driver 'validate' method"Jenkins2014-01-022-2/+26
|\ \ \ \ \
| * | | | | Check connectivity in SSH driver 'validate' methodYuriy Zveryanskyy2013-12-182-2/+26
* | | | | | Merge "Avoid a race when associating instance_uuid"Jenkins2014-01-023-4/+35
|\ \ \ \ \ \
| * | | | | | Avoid a race when associating instance_uuidHaomeng, Wang2013-12-253-4/+35
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "Improve error handling in validate_vendor_action"Jenkins2014-01-023-16/+29
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Improve error handling in validate_vendor_actionYuriy Zveryanskyy2013-12-193-16/+29
| | |_|_|/ | |/| | |
* | | | | Fix wrong message of MACAlreadyExistsZhiQiang Fan2013-12-262-3/+6
| |/ / / |/| | |
* | | | Merge "Passing nodes more consistently"Jenkins2013-12-227-45/+48
|\ \ \ \
| * | | | Passing nodes more consistentlyImre Farkas2013-12-197-45/+48
| |/ / /
* | | | Merge "Add 'next' link when GET maximum number of items"Jenkins2013-12-206-43/+89
|\ \ \ \ | |/ / / |/| | |
| * | | Add 'next' link when GET maximum number of itemsRuby Loo2013-12-186-43/+89
* | | | Merge "Strip '/' from api_url string for PXE driver"Jenkins2013-12-192-2/+6
|\ \ \ \
| * | | | Strip '/' from api_url string for PXE driverYuriy Zveryanskyy2013-12-132-2/+6
* | | | | Merge "GET /drivers to show a list of active conductors"Jenkins2013-12-182-12/+26
|\ \ \ \ \
| * | | | | GET /drivers to show a list of active conductorsLucas Alvares Gomes2013-12-172-12/+26
* | | | | | Merge "Improve method to get list of active conductors"Jenkins2013-12-185-45/+109
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Improve method to get list of active conductorsDevananda van der Veen2013-12-175-45/+109
| | |/ / | |/| |
* | | | Merge "Reworks Chassis validations"Jenkins2013-12-185-153/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Reworks Chassis validationsLucas Alvares Gomes2013-12-165-153/+28
* | | | Merge "Refactor /node/<uuid>/state"Jenkins2013-12-172-161/+73
|\ \ \ \
| * | | | Refactor /node/<uuid>/stateLucas Alvares Gomes2013-12-162-161/+73
| |/ / /
* | | | Merge "Reworks Node validations"Jenkins2013-12-173-130/+208
|\ \ \ \ | |/ / /
| * | | Reworks Node validationsLucas Alvares Gomes2013-12-163-130/+208
* | | | Merge "removed wrap_exception method from ironic/common/exception.py"Jenkins2013-12-161-46/+2
|\ \ \ \
| * | | | removed wrap_exception method from ironic/common/exception.pyArtem Rozumenko2013-12-111-46/+2
* | | | | Merge "Method to generate PXE options for Neutron ports"Jenkins2013-12-163-3/+37
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Method to generate PXE options for Neutron portsdekehn2013-12-133-3/+37
| | |/ / | |/| |
* | | | Merge "Command call should log the stdout and stderr"Jenkins2013-12-151-1/+5
|\ \ \ \
| * | | | Command call should log the stdout and stderrHaomeng, Wang2013-12-131-1/+5
| |/ / /
* | | | Merge "Developer doc index page points to correct API docs"Jenkins2013-12-142-1023/+1
|\ \ \ \
| * | | | Developer doc index page points to correct API docsDevananda van der Veen2013-12-132-1023/+1
* | | | | Merge "Fix auto-generated REST API formatting"Jenkins2013-12-134-21/+136
|\ \ \ \ \ | |/ / / /
| * | | | Fix auto-generated REST API formattingDevananda van der Veen2013-12-134-21/+136
* | | | | Add driver interfaces validationLucas Alvares Gomes2013-12-136-3/+76
| |/ / / |/| | |
* | | | PEP8-ify imports in test_ipmitoolRobert Collins2013-12-121-4/+3
| |_|/ |/| |