summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Toss an __init__ in the test extensions dir. This gets it included in the tar...Soren Hansen2011-03-282-8/+26
|\
| * pep8Soren Hansen2011-03-281-2/+2
| * Remove now useless try/except block.Soren Hansen2011-03-281-14/+10
| * Spell "warn" correctly.Soren Hansen2011-03-281-4/+4
| * Add friendlier message if an extension fails to include a correctly named cla...Soren Hansen2011-03-281-1/+8
| * Do not load extensions that start with a "_"Soren Hansen2011-03-281-1/+1
| * Add license and copyright to nova/tests/api/openstack/extensions/__init__.pySoren Hansen2011-03-251-0/+15
| * Toss an __init__ in the test extensions dir. This gets it included in the tar...Soren Hansen2011-03-251-0/+0
* | This fixes EC2 API so that it returns image displayName and description prope...Devin Carlen2011-03-281-0/+2
|\ \
| * | Added image name and description mapping to ec2 apiDevin Carlen2011-03-281-0/+2
* | | Moving backup_schedule route out of base router to OS API v1.0Brian Waldon2011-03-283-12/+26
|\ \ \ | |/ / |/| |
| * | backup_schedule tests corrected; controller moved to APIRouterV10; making con...Brian Waldon2011-03-283-12/+26
* | | Fixed DescribeUser in the ec2 admin client to return None instead of an empty...Devin Carlen2011-03-281-8/+5
|\ \ \
| * | | Fixed DescribeUser in ec2 admin clientDevin Carlen2011-03-151-8/+5
* | | | update glance params per reviewtermie2011-03-281-1/+4
* | | | add snapshot support for libvirttermie2011-03-281-6/+65
| |/ / |/| |
* | | Assume that if we don't find a VM for an instance in the DB, and the DB state...Justin Santa Barbara2011-03-281-4/+21
|\ \ \
| * | | Fix formatting of TODO and NOTE - should be a space after the #Justin Santa Barbara2011-03-281-9/+9
| * | | Clarified note about scope of the _poll_instance_states functionJustin Santa Barbara2011-03-281-1/+3
| * | | Fixed some format stringsJustin Santa Barbara2011-03-281-2/+2
| * | | pep8 fixesJustin Santa Barbara2011-03-281-1/+1
| * | | Assume that if we don't find a VM for an instance in the DB, and the DB state...Justin Santa Barbara2011-03-281-4/+19
* | | | Mixins for tests confuse pylint no end, and aren't necessary... you can stop ...Justin Santa Barbara2011-03-282-9/+12
|\ \ \ \
| * | | | Merged with trunkJustin Santa Barbara2011-03-28145-3174/+13274
| |\| | |
| * | | | Fix __init__ method on unit tests (they take a method_name kwarg)Justin Santa Barbara2011-03-161-2/+2
| * | | | Avoid mixins on image tests, keeping pylint much happierJustin Santa Barbara2011-03-161-5/+8
| * | | | Use _ trick to hide base test class, thereby avoiding mixins and helping PyLintJustin Santa Barbara2011-03-161-4/+4
* | | | | pep8 fixesJustin Santa Barbara2011-03-281-3/+1
* | | | | Added poll_rescued_instances to virt driver base classJustin Santa Barbara2011-03-281-0/+4
* | | | | There were two periodic_tasks functions, due to parallel merges in compute.ma...Justin Santa Barbara2011-03-281-6/+11
| |/ / / |/| | |
* | | | use_ipv6 now passing to interfaces.template as first level variable in libvir...Ilya Alekseyev2011-03-271-3/+4
|\ \ \ \
| * | | | Changed use_ipv6 passing to interfaces.templateIlya Alekseyev2011-03-251-3/+4
| | |_|/ | |/| |
* | | | Adding links container to openstack api v1.1 servers entities.Brian Waldon2011-03-253-15/+116
|\ \ \ \
| * \ \ \ merging trunkBrian Waldon2011-03-255-19/+212
| |\ \ \ \
| * \ \ \ \ merging trunkBrian Waldon2011-03-2510-92/+505
| |\ \ \ \ \
| * \ \ \ \ \ merging trunkBrian Waldon2011-03-254-2/+272
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merging trunkBrian Waldon2011-03-2592-2127/+8011
| |\ \ \ \ \ \ \
| * | | | | | | | making servers.generate_href more robustBrian Waldon2011-03-241-1/+2
| * | | | | | | | merging trunk r863Brian Waldon2011-03-2447-673/+2454
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fixing some dictionary get callsBrian Waldon2011-03-231-11/+10
| * | | | | | | | | merging trunk r843Brian Waldon2011-03-2245-499/+1424
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | pep8Brian Waldon2011-03-172-3/+2
| * | | | | | | | | | adding servers container to openstack api v1.1 servers entitiesBrian Waldon2011-03-173-14/+111
* | | | | | | | | | | disk_format is now an ImageService property. Adds tests to prevent regression.Rick Harris2011-03-252-13/+76
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | pep8 fixRick Harris2011-03-241-2/+0
| * | | | | | | | | | disk_format is now an ImageService propertyRick Harris2011-03-252-13/+78
* | | | | | | | | | | - add a "links" container to versions entities for Openstack API v1.1Brian Waldon2011-03-255-19/+212
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | merging trunk, resolving conflictsBrian Waldon2011-03-255-40/+264
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | merging trunk and resolving conflictsBrian Waldon2011-03-2589-2087/+7747
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | removing old Versions application and correcting fakes to use new controllerBrian Waldon2011-03-242-19/+1