summaryrefslogtreecommitdiff
path: root/ironic
Commit message (Expand)AuthorAgeFilesLines
* Enforce autospec in test_managerRiccardo Pittau2020-07-021-277/+421
* Merge "Use getfullargspec to inspect functions"Zuul2020-07-022-2/+3
|\
| * Use getfullargspec to inspect functionsRiccardo Pittau2020-07-012-2/+3
* | Merge "Untie the ramdisk deploy from AgentDeploy"Zuul2020-07-024-151/+122
|\ \
| * | Untie the ramdisk deploy from AgentDeployDmitry Tantsur2020-06-244-151/+122
* | | Fix fast track following managed inspectionDmitry Tantsur2020-07-012-0/+36
| |/ |/|
* | Merge "Enforce autospec in test_utils"Zuul2020-06-251-34/+44
|\ \
| * | Enforce autospec in test_utilsRiccardo Pittau2020-06-241-34/+44
* | | Merge "Enforce autospec in test_flat"Zuul2020-06-251-41/+46
|\ \ \ | |/ /
| * | Enforce autospec in test_flatRiccardo Pittau2020-06-241-41/+46
* | | Merge "Enforce autospec in test_common"Zuul2020-06-251-40/+67
|\ \ \ | |/ /
| * | Enforce autospec in test_commonRiccardo Pittau2020-06-241-40/+67
| |/
* | Merge "Update [console]kill_timeout description"Zuul2020-06-251-2/+2
|\ \
| * | Update [console]kill_timeout descriptionKaifeng Wang2020-06-241-2/+2
| |/
* | Merge "Stop allocating double space for raw images"Zuul2020-06-243-18/+56
|\ \
| * | Stop allocating double space for raw imagesVladyslav Drok2020-06-183-18/+56
* | | Merge "Trivial: clarify usage of AgentCommandTimeout in _wait_for_command"Zuul2020-06-241-0/+5
|\ \ \
| * | | Trivial: clarify usage of AgentCommandTimeout in _wait_for_commandDmitry Tantsur2020-06-231-0/+5
* | | | Merge "Fix internal server error on deleting nodes with allocations"Zuul2020-06-242-1/+8
|\ \ \ \
| * | | | Fix internal server error on deleting nodes with allocationsDmitry Tantsur2020-06-172-1/+8
* | | | | Merge "Enable HTTP Basic authentication for JSON-RPC"Zuul2020-06-245-10/+139
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Enable HTTP Basic authentication for JSON-RPCSteve Baker2020-06-185-10/+139
* | | | | Merge "Add function definition handling"Zuul2020-06-243-5/+274
|\ \ \ \ \
| * | | | | Add function definition handlingSteve Baker2020-06-023-5/+274
* | | | | | Merge "Fix fast-track with the direct deploy interface"Zuul2020-06-236-13/+89
|\ \ \ \ \ \
| * | | | | | Fix fast-track with the direct deploy interfaceDmitry Tantsur2020-06-196-13/+89
| | |_|/ / / | |/| | | |
* | | | | | Merge "Networking boot fallback for local boot"Zuul2020-06-235-9/+69
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Networking boot fallback for local bootDmitry Tantsur2020-06-195-9/+69
| |/ / / /
* | | | | Merge "Allow node vif attach to specify port_uuid or portgroup_uuid"Zuul2020-06-236-26/+153
|\ \ \ \ \
| * | | | | Allow node vif attach to specify port_uuid or portgroup_uuidTzu-Mainn Chen2020-06-156-26/+153
* | | | | | Merge "Use unittest.mock instead of mock"Zuul2020-06-2219-21/+21
|\ \ \ \ \ \
| * | | | | | Use unittest.mock instead of mockHervé Beraud2020-06-1119-21/+21
* | | | | | | agent: poll long-running commands till completionDmitry Tantsur2020-06-194-56/+150
* | | | | | | Merge "Fix agent token and URL handling during fast-track deployment"Zuul2020-06-198-65/+112
|\ \ \ \ \ \ \
| * | | | | | | Fix agent token and URL handling during fast-track deploymentDmitry Tantsur2020-06-168-65/+112
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "Fix: review from dtantsur of 728123"Zuul2020-06-182-8/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix: review from dtantsur of 728123Qianbiao.NG2020-06-172-8/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Fix Redfish handle no continuous override boot src"Zuul2020-06-182-13/+19
|\ \ \ \ \ \ \
| * | | | | | | Fix Redfish handle no continuous override boot srcRichard Pioso2020-06-152-13/+19
* | | | | | | | Merge "Block port deletions where vif is present"Zuul2020-06-184-14/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | Block port deletions where vif is presentJulia Kreger2020-06-024-14/+92
* | | | | | | | | Enforce autospec in test_neutronRiccardo Pittau2020-06-181-65/+71
* | | | | | | | | Enforce autospec in test_base_managerRiccardo Pittau2020-06-181-22/+32
* | | | | | | | | Enforce autospec in test_rpc_api and test_stepsRiccardo Pittau2020-06-172-26/+41
* | | | | | | | | Fix mock callable for Python 3.6 and precedentRiccardo Pittau2020-06-171-0/+20
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge "Make redfish boot interface to use `network_data`"Zuul2020-06-152-6/+72
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Make redfish boot interface to use `network_data`Ilya Etingof2020-05-252-6/+72
* | | | | | | | Merge "Use assertCountEqual instead of assertItemsEqual"Zuul2020-06-1517-67/+67
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Use assertCountEqual instead of assertItemsEqualRiccardo Pittau2020-06-1117-67/+67
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Feature: Add raid configuration support for ibmc driver"Zuul2020-06-117-5/+427
|\ \ \ \ \ \ \