summaryrefslogtreecommitdiffstats
path: root/nova/block_device.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Boot from volume for XenRenuka Apte2012-07-091-0/+9
* Refactor metadata code out of ec2/cloud.pyVishvananda Ishaya2011-11-171-0/+3
* block_device: introduce helper function to check swap or ephemeral deviceIsaku Yamahata2011-07-231-0/+36
* ec2utils: factor generic helper function into generic placeIsaku Yamahata2011-07-231-0/+35