summaryrefslogtreecommitdiffstats
path: root/nova/volume/api.py
Commit message (Expand)AuthorAgeFilesLines
...
| * make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-021-3/+2
| * Fix pep8 errors.MORITA Kazutaka2011-05-271-1/+2
* | compute, virt: support boot-from-volume without ephemeral device and no deviceIsaku Yamahata2011-05-271-0/+10
* | volume/api: allow volume clone from snapshot without sizeIsaku Yamahata2011-05-271-1/+2
|/
* Merge lp:~morita-kazutaka/nova/snapshot-volumeMORITA Kazutaka2011-05-131-0/+7
|\
| * Merge trunkMORITA Kazutaka2011-05-131-0/+7
| |\
| | * Add volume.API.remove_from_compute instead of compute.API.remove_volume.Muneyuki Noguchi2011-03-311-0/+7
* | | Add support for creating a new volume from a existing snapshot with EC2 API.MORITA Kazutaka2011-04-191-2/+10
|/ /
* / Add support for creating a snapshot of a nova volume with euca-create-snapshot.MORITA Kazutaka2011-04-191-0/+44
|/
* support volume and network in the direct apitermie2011-03-241-1/+2
* more optimizations context.user.id to context.user_idVishvananda Ishaya2011-02-181-1/+1
* replace context.user.is_admin() with context.is_admin because it is much fasterVishvananda Ishaya2011-02-181-1/+1
* Fixed PEP8 test problems, complaining about too many blank lines at line 51Ricardo Carrillo Cruz2011-02-041-1/+0
|\
* | Fixed merge conflictRicardo Carrillo Cruz2011-01-251-2/+4
|\|
| * Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-3/+4
* | Exception string lacking 'G' for gigabytes unitRicardo Carrillo Cruz2011-01-191-1/+1
|/
* Merge trunk.Todd Willey2011-01-071-4/+6
* Split internal API get calls to get and get_all, where the former takes an ID...Eric Day2011-01-051-6/+7
* Moved __init__ api code to api.py and changed allowed_instances quota method ...Eric Day2011-01-041-0/+100