summaryrefslogtreecommitdiff
path: root/boto/ec2/blockdevicemapping.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid hash randomization here, too.Toby Burress2013-07-291-1/+5
* 1. Removed invalid ".Ebs." from the "NoDevice" parameter.Eric Smalling2013-02-151-12/+13
* Merging Provisioned IOPs branch and resolving some conflicts.Mitch Garnaat2012-08-011-8/+23
|\
| * Updates for provisioned IOPS.Mitch Garnaat2012-06-051-8/+23
* | add BlockDeviceTypeTestsShawn Smith2012-06-161-4/+1
|/
* Adding short example for specifying block device map when starting an instance.dherbst2012-02-251-0/+17
* Adds keyword arguments for members of the BlockDeviceType object.Eddie Hebert2011-09-071-9/+18
* small fix to handling of the dreaded BlockDeviceMapping data structure. This...Mitch Garnaat2011-06-101-1/+1
* Added support for NoDevice in RunInstances's block device mappingDmitry Konishchev2010-12-171-0/+5
* Tweaks to the earlier changes to enable control of ephemeral drives in BlockD...Mitch.Garnaat2010-02-121-12/+16
* Add virtual_name attribute to EBSBlockDeviceType to allow ephemeral drives to...Mitch.Garnaat2010-02-121-6/+11
* Better fix for issue 310.Mitch.Garnaat2009-12-271-2/+2
* Fixed a bug introduced in r1404. Fixes issue 310.Mitch.Garnaat2009-12-271-1/+1
* Initial support for Spot Instances. Still rough around the edges.Mitch.Garnaat2009-12-141-2/+2
* Initial support for Boot From EBS.Mitch.Garnaat2009-12-041-0/+89