summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/fake.py
Commit message (Expand)AuthorAgeFilesLines
* Fix fake.FakeBoot.prepare_ramdisk() signatureIgor Kalnitsky2016-07-151-1/+1
* Allow vendor drivers to acquire shared locksMario Villaplana2016-05-131-1/+7
* Merge "Add RAIDInterface for RAID configuration"Jenkins2015-08-141-0/+14
|\
| * Add RAIDInterface for RAID configurationRamakrishnan G2015-08-121-0/+14
* | Merge "get_supported_boot_devices() returns static device list"Jenkins2015-08-121-2/+2
|\ \ | |/ |/|
| * get_supported_boot_devices() returns static device listMatt Keeann2015-08-121-2/+2
* | Add boot interface in IronicRamakrishnan G2015-06-151-0/+22
|/
* Enforce flake8 E123/6/7/8 in ironicSam Betts2015-06-041-2/+3
* Add a missing comma and correct some typosZhenguo Niu2015-04-211-1/+1
* Generic changes for Node InspectionNisha Agarwal2015-02-271-1/+1
* Add InspectInterface for node-introspectionNisha Agarwal2015-02-201-0/+14
* Make 'method' explicit for VendorInterface.validate()Tan Lin2015-01-141-4/+2
* Merge "Update drivers VendorInterface validate() method"Jenkins2014-11-191-13/+0
|\
| * Update drivers VendorInterface validate() methodLucas Alvares Gomes2014-11-191-13/+0
* | Make vendor methods discoverable via the Ironic APILucas Alvares Gomes2014-11-181-3/+6
|/
* Vendor endpoints to support different HTTP methodsLucas Alvares Gomes2014-11-171-6/+6
* Add sync and async support for passthru methodsLucas Alvares Gomes2014-11-121-2/+6
* Add a mechanism to route vendor methodsLucas Alvares Gomes2014-11-111-14/+0
* Add logging to driver vendor_passthru functionsSam Betts2014-10-311-2/+4
* Enable H405 PEP8 checkDavid Shrewsbury2014-10-101-2/+4
* Remove gettextutils _ injectionVladyslav Drok2014-08-291-0/+1
* Raise MissingParameterValue instead of InvalidGhe Rivero2014-08-121-3/+3
* Implements send-data-to-ceilometerwhaom2014-08-011-0/+3
* Add drivers.base.BaseDriver.get_properties()Ruby Loo2014-07-231-0/+20
* ManagementInterface {set, get}_boot_device() to support 'persistent'Lucas Alvares Gomes2014-07-091-2/+2
* Fix 'fake' driver unable to finish a deployDevananda van der Veen2014-06-261-2/+2
* Remove 'node' parameter from the validate() methodsLucas Alvares Gomes2014-06-161-4/+4
* Driver interface's validate should return nothingRuby Loo2014-06-121-2/+2
* Remove 'node' parameter from the Console and Rescue interfacesLucas Alvares Gomes2014-06-101-3/+3
* Remove 'node' parameter from the Power interfaceLucas Alvares Gomes2014-05-291-5/+5
* Remove 'node' parameter from the Deploy interfaceLucas Alvares Gomes2014-05-261-5/+5
* Remove 'node' parameter from the VendorPassthru interfaceLucas Alvares Gomes2014-04-301-8/+8
* Add ManagementInterfaceLucas Alvares Gomes2014-04-281-0/+19
* Make tests use Node object instead of dictChris Behrens2014-04-101-2/+2
* Generic MixinVendorInterface using static mappingGhe Rivero2014-03-111-31/+0
* Merge "Remove extraneous vim configuration comments for ironic"Jenkins2014-02-281-1/+0
|\
| * Remove extraneous vim configuration comments for ironicHe Yongli2014-02-261-1/+0
* | API: Expose a way to start/stop the consoleLucas Alvares Gomes2014-02-281-0/+16
|/
* Task object as paramater to validate() methodsLucas Alvares Gomes2014-02-171-4/+4
* Implement a multiplexed VendorPassthru exampleDevananda van der Veen2014-02-051-18/+81
* Add prepare, clean_up, take_over methods to deployDevananda van der Veen2013-12-121-0/+9
* Allow FakePower to return node objects power_stateChris Krelle2013-11-261-1/+2
* Changes power_state and adds last_error fieldRuby Loo2013-11-161-1/+3
* Doc string and minor clean up for 41976Chris Krelle2013-09-281-1/+1
* Add vendor_passthru method to RPC APIYuriy Zveryanskyy2013-09-271-10/+18
* Restructuring driver API and inheritance.Devananda van der Veen2013-06-111-0/+78