summaryrefslogtreecommitdiff
path: root/boto/manage/volume.py
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant __future__ importsNico Revin2014-08-031-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-5/+5
* Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...Austin Marshall2013-12-261-7/+7
|\
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-7/+7
* | Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-181-8/+8
|/
* Resolved merge conflict and a bit more PEP8 cleanup.Mitch Garnaat2012-06-111-4/+4
|\
| * Raise exceptions the modern wayGarrett Holmstrom2012-06-081-4/+4
* | Appease PEP8 spacing guidelinesGarrett Holmstrom2012-06-081-2/+2
|/
* Remove dependency on dateutils from manage/volume.pygMitch Garnaat2012-02-071-2/+2
* fixed some undefined bugs and cleaned up unused variables/importspaltman2010-02-221-3/+6
* If the zone isn't set in the logical volume, get it from the physical volume.walsh1592009-11-231-0/+4
* Fixed a bug in create_from_volume_id.Mitch.Garnaat2009-09-281-1/+1
* Added the ability to create a new volume from any snapshot.walsh1592009-09-091-4/+9
* Add a function to create a new physical and logical volume copying the latest...walsh1592009-09-041-0/+20
* Fixed a bug in trim_snapshots regarding week boundaries.Mitch.Garnaat2009-06-051-4/+9
* Fixing a typo bug in last commitMitch.Garnaat2009-04-051-1/+1
* Updated the trim_snapshots method to provide a simpler to understand algorithm.Mitch.Garnaat2009-04-051-45/+66
* Take year into account when grouping snapshotsMitch.Garnaat2009-04-031-6/+36
* Adding a trim_snapshots method to Volume object.Mitch.Garnaat2009-04-021-0/+59
* First cut at new management layer. Not ready for primetime yet.Mitch.Garnaat2009-03-041-0/+273