summaryrefslogtreecommitdiff
path: root/ironic/api/controllers
Commit message (Expand)AuthorAgeFilesLines
* Fix nits from 'HTTP constants' patchJohn L. Villalovos2015-08-211-1/+1
* Replace HTTP 'magic numbers' with constantsJohn L. Villalovos2015-08-184-23/+31
* Prevent power actions when the node is in CLENWAIT stateLucas Alvares Gomes2015-08-111-2/+3
* Refactor some minor issues to improve code readabilitySinval Vieira2015-08-103-62/+70
* Merge "Document API versioning"Jenkins2015-08-051-19/+17
|\
| * Document API versioningDmitry Tantsur2015-08-041-19/+17
* | Clean up instance_uuid as part of the node's tear downLucas Alvares Gomes2015-07-311-11/+14
|/
* Don't prevent updates if power transition is in progressDmitry Tantsur2015-07-281-3/+2
* Don't do a premature reservation check in the provision APIDmitry Tantsur2015-07-211-10/+11
* Start using new ENROLL stateDmitry Tantsur2015-07-143-2/+15
* Merge "Allow vendor methods to serve static files"Jenkins2015-07-081-1/+18
|\
| * Allow vendor methods to serve static filesLucas Alvares Gomes2015-07-011-1/+18
* | Replace is_hostname_safe with a better checkChris St. Pierre2015-07-063-5/+15
* | Merge "Add ability to filter nodes by provision_state via API"Jenkins2015-07-023-12/+40
|\ \ | |/ |/|
| * Add ability to filter nodes by provision_state via APIZhenguo Niu2015-06-303-12/+40
* | Refactor check_allow_management_verbsJohn L. Villalovos2015-06-291-8/+13
|/
* API: Get a subset of fields from Ports and ChassisLucas Alvares Gomes2015-06-242-45/+90
* Always allow removing instance_uuid from node in maintenance modeDmitry Tantsur2015-06-231-2/+4
* API: Get a subset of fields from NodesLucas Alvares Gomes2015-06-224-30/+113
* Merge "Refactor node's and driver's vendor passthru to a common place"Jenkins2015-06-193-27/+41
|\
| * Refactor node's and driver's vendor passthru to a common placeLucas Alvares Gomes2015-06-183-27/+41
* | Merge "Change return value of [driver_]vendor_passthru to dict"Jenkins2015-06-192-6/+6
|\ \ | |/
| * Change return value of [driver_]vendor_passthru to dictLucas Alvares Gomes2015-06-182-6/+6
* | Expose current clean step in the APIJosh Gachnang2015-06-192-4/+12
|/
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-047-68/+70
* Disable meaningless sort keys in list commandKan2015-05-223-0/+25
* Prepare for hacking 0.10.xAndreas Jaeger2015-05-211-2/+0
* Run tests in py34 environmentVictor Sergeyev2015-05-062-3/+6
* Use oslo_log libGhe Rivero2015-05-051-1/+1
* Merge "Add maintenance check before call do_node_deploy"Jenkins2015-04-081-0/+5
|\
| * Add maintenance check before call do_node_deployZhenguo Niu2015-04-081-0/+5
* | Disable XML now that we have WSME/Pecan supportMichael Davies2015-04-066-44/+44
* | New field 'name' not supported in port REST APIMichael Davies2015-04-013-75/+118
|/
* Merge "Clarify message for power action during cleaning"Jenkins2015-04-011-1/+1
|\
| * Clarify message for power action during cleaningRuby Loo2015-04-011-1/+1
* | Merge "Improve backwards compat on API behaviour"Jenkins2015-04-011-7/+8
|\ \ | |/ |/|
| * Improve backwards compat on API behaviourMichael Davies2015-03-301-7/+8
* | Merge "Fix cleaning nits"Jenkins2015-04-011-1/+1
|\ \
| * | Fix cleaning nitsJosh Gachnang2015-03-311-1/+1
| |/
* | Merge "Prevent power actions on node in cleaning"Jenkins2015-03-311-1/+7
|\ \
| * | Prevent power actions on node in cleaningJosh Gachnang2015-03-311-1/+7
| |/
* | Prevent updating the node's driver if console is enabledLucas Alvares Gomes2015-03-271-0/+10
|/
* Allow node.instance_uuid to be removed during cleaningJosh Gachnang2015-03-251-1/+11
* Hide new fields via single methodRuby Loo2015-03-201-18/+9
* Hide inspection_*_at fields if version < 1.6Ruby Loo2015-03-181-0/+8
* Implement execute clean stepsJosh Gachnang2015-03-131-1/+1
* Merge "ironic port deletion fails even if node is locked by same process"Jenkins2015-03-131-2/+5
|\
| * ironic port deletion fails even if node is locked by same processNisha Agarwal2015-03-131-2/+5
* | Merge "Use strutils from oslo_utils"Jenkins2015-03-101-1/+1
|\ \
| * | Use strutils from oslo_utilsGhe Rivero2015-03-101-1/+1