summaryrefslogtreecommitdiff
path: root/nova/block_device.py
Commit message (Expand)AuthorAgeFilesLines
* Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-7/+5
* Add API schema for v2.1 block_device_mapping extensionYuiko Takada2014-12-121-0/+3
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
* Allow empty volumes to be createdThang Pham2014-08-081-2/+6
* Merge "Prepend '/dev/' to supplied dev names in the API"Jenkins2014-08-081-0/+2
|\
| * Prepend '/dev/' to supplied dev names in the APINikola Dipanov2014-07-101-0/+2
* | Method to filter non-root block device mappingsVladik Romanovsky2014-07-241-0/+8
* | Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* | Make BDM dict __init__ behave more like a dictNikola Dipanov2014-07-171-1/+2
* | Merge "Run instance root device determination fix."Jenkins2014-07-111-0/+10
|\ \ | |/
| * Run instance root device determination fix.ftersin2014-05-291-0/+10
* | Merge "Add helper functions for getting local disk"Jenkins2014-06-191-0/+16
|\ \
| * | Add helper functions for getting local diskjichenjc2014-06-171-0/+16
* | | Cleanup and gate on pep8 rules that are stricter in hacking 0.9Joe Gordon2014-06-171-2/+2
|/ /
* | Don't translate debug level logs in novaGary Kotton2014-06-131-1/+1
* | Block device API missing translations for exceptionsGary Kotton2014-06-121-9/+9
|/
* Enable flake8 F841 checkingAlexander Bochkarev2014-05-281-2/+2
* Fix BDM legacy usage with objectsDan Smith2014-03-061-1/+1
* Make volume attach use objectsNikola Dipanov2014-02-251-14/+15
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Make snapshot_volume_backed use new-world objectsNikola Dipanov2014-01-301-1/+29
* Add a get_root_bdm utility functionNikola Dipanov2013-10-091-0/+7
* Enable libvirt driver to use the new BDM formatNikola Dipanov2013-09-051-0/+5
* Boot from image destination - volumeYulia Portnova2013-08-191-3/+6
* Refactor how BDMs are handled when bootingNikola Dipanov2013-08-191-0/+15
* Make API part of instance boot use new BDM formatNikola Dipanov2013-08-191-0/+35
* Remove unused variableNoorul Islam K M2013-08-071-1/+0
* Merge "Add basic BDM format validation in the API layer"Jenkins2013-07-271-6/+68
|\
| * Add basic BDM format validation in the API layerNikola Dipanov2013-07-261-6/+68
* | Merge "Remove the monkey patching of _ into the builtins"Jenkins2013-07-271-0/+1
|\ \ | |/ |/|
| * Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* | Servers API for the new BDM formatNikola Dipanov2013-07-261-0/+32
|/
* Fix and gate on E125Joe Gordon2013-07-041-1/+1
* Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* Create an image BDM for every instanceNikola Dipanov2013-06-101-0/+15
* BDM class and transformation functionsNikola Dipanov2013-06-081-1/+162
* Add missing tests for db.block_device_mapping_* methodsBoris Pavlovic2013-03-131-1/+1
* Fix rebuild with volumes attachedRick Harris2013-01-301-8/+5
* DRYing up volume_in_mapping code.Rick Harris2013-01-301-0/+25
* fix N402 for rest of novaSean Dague2013-01-091-4/+4
* fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-1/+1
* Move compute_driver into nova.virt.driverMark McLoughlin2012-11-211-5/+2
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-2/+3
* Always use bdm in instance_block_mapping on XenClay Gerrard2012-10-041-1/+8
* Automatically convert device namesVishvananda Ishaya2012-09-041-0/+8
* Allow nova to guess device if not passed to attachVishvananda Ishaya2012-08-151-0/+50
* EC2 DescribeImages reports correct rootDeviceTypeEoghan Glynn2012-07-171-1/+1