summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | add methods to cloud for rescue and unrescueVishvananda Ishaya2010-10-242-2/+33
| | * | | | | merged trunk and fixed conflicts/changesVishvananda Ishaya2010-10-2423-217/+2816
| | |\| | | |
| * | | | | | validates device parameter for attach-volumeJesse Andrews2010-10-251-0/+4
| |\ \ \ \ \ \
| | * | | | | | update error messageJesse Andrews2010-10-251-1/+2
| | * | | | | | validate device in AttachDiskJesse Andrews2010-10-211-0/+3
| * | | | | | | pep8Michael Gundlach2010-10-251-1/+1
| * | | | | | | Merge from trunkMichael Gundlach2010-10-2516-136/+143
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Fixes https://bugs.launchpad.net/nova/+bug/663551 by catching exceptions at t...Michael Gundlach2010-10-191-0/+11
* | | | | | | | Moves db writes into compute manager class. Cleans up sqlalchemy model/api to...jaypipes@gmail.com2010-10-212-33/+35
| |_|/ / / / / |/| | | | | |
| | | | | | * move prototype code from api into compute workerAnthony Young2010-12-211-43/+6
| | | | | | * prototype works with kvm. now moving call from api to compute Anthony Young2010-12-211-7/+30
| | | | | | * basics to get proxied ajaxterm working with virshroot2010-11-011-23/+27
| | | | | | * whitespaceJesse Andrews2010-10-241-0/+1
| | | | | | * move create_console to cloud.py from admin.pyJesse Andrews2010-10-242-30/+28
| | | | | | * merge lp:novaJesse Andrews2010-10-2423-220/+2846
| | | | | | |\ | | | |_|_|_|/ | | |/| | | |
| | * | | | | PEP8 cleanup in nova/api. There should be no functional changes here, just st...Eric Day2010-10-2116-133/+135
| |/ / / / / |/| | | | |
* | | | | | * Fills out the Parallax/Glance API calls for update/create/delete and adds u...jaypipes@gmail.com2010-10-201-3/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remember to call limited() on detail() in image controller.jaypipes@gmail.com2010-10-191-3/+4
| * | | | | Merge trunkjaypipes@gmail.com2010-10-157-235/+172
| |\ \ \ \ \
| * | | | | | Adds unit test for WSGI image controller for OpenStack API using Glance Service.jaypipes@gmail.com2010-10-131-2/+7
* | | | | | | Added test case to reproduce bug #660668 and provided a fix by using the user...Eric Day2010-10-161-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Added test case to reproduce bug #660668 and provided a fix by using the user...Eric Day2010-10-141-2/+2
* | | | | | | | This branch converts incoming data to the api into the proper type.Vishvananda Ishaya2010-10-151-0/+40
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | unit tests and fixVishvananda Ishaya2010-10-141-2/+4
| * | | | | | | merged trunkVishvananda Ishaya2010-10-1218-360/+348
| |\ \ \ \ \ \ \
| * | | | | | | | automatically convert strings passed into the api into their respective origi...Vishvananda Ishaya2010-10-011-0/+38
* | | | | | | | | Fix for bug#660818, allows tests to pass since delete expects a resource ID.Eric Day2010-10-141-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | merged trunkVishvananda Ishaya2010-10-141-4/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Fixes LP Bug#660095.jaypipes@gmail.com2010-10-141-6/+6
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Fixes LP Bug#660095.jaypipes@gmail.com2010-10-131-6/+6
* | | | | | | | fix nosetestsVishvananda Ishaya2010-10-141-14/+16
* | | | | | | | review fixesVishvananda Ishaya2010-10-141-6/+2
* | | | | | | | merged concurrencyVishvananda Ishaya2010-10-131-4/+11
|\| | | | | | |
| * | | | | | | merged trunkVishvananda Ishaya2010-10-133-50/+53
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merged trunkVishvananda Ishaya2010-10-1219-364/+365
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | merged trunk, removed extra quotasVishvananda Ishaya2010-09-3014-114/+569
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merged trunkVishvananda Ishaya2010-09-2811-32/+1725
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | fix remaining testsVishvananda Ishaya2010-10-131-22/+22
* | | | | | | | | | | cleaned up most of the issuesVishvananda Ishaya2010-10-131-1/+1
* | | | | | | | | | | remove accidental pasteVishvananda Ishaya2010-10-131-5/+0
* | | | | | | | | | | use context.project_id because it is more efficientVishvananda Ishaya2010-10-131-19/+19
* | | | | | | | | | | elevate in proper places, fix a couple of typosVishvananda Ishaya2010-10-131-5/+14
* | | | | | | | | | | merged trunkVishvananda Ishaya2010-10-1316-397/+392
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge from trunkMichael Gundlach2010-10-133-38/+257
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | * | | | | | | | | Xen support.Soren Hansen2010-10-131-5/+10
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge trunkSoren Hansen2010-10-1215-315/+64
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge trunk.Soren Hansen2010-10-084-46/+66
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Stub out ec2.images.list() for unit tests.Soren Hansen2010-10-051-0/+3
| | | * | | | | | | | | | | Un-twistedify get_console_ouptut.Soren Hansen2010-10-051-5/+5
| | | * | | | | | | | | | | Merge trunk.Soren Hansen2010-10-0422-96/+2694
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|/ / / / | | | | |/| | | | | | / / / | | | | |_|_|_|_|_|_|/ / / | | | |/| | | | | | | | |