summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge trunkCory Wright2011-03-2814-67/+201
|\
| * 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
| * | | | Adds support for snapshotting (to a new image) in the libvirt code.termie2011-03-281-6/+68
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | update glance params per reviewtermie2011-03-281-1/+4
| | * | | add snapshot support for libvirttermie2011-03-281-6/+65
| * | | | Changed TopicConsumer to TopicAdapterConsumer in bin/nova-ajax-console-proxy ...Brian Lamar2011-03-281-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | TopicConsumer -> TopicAdapterConsumerBrian Lamar2011-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/+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-28175-3310/+14598
| | |\| | |
| | * | | | 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
| * | | | | Merged the two periodic_tasks functions, that snuck in due to parallel merges...Justin Santa Barbara2011-03-282-6/+13
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | 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
| | | |_|/ | | |/| |
| * | | | Updates to the newest version of nova.sh, which includes:Vishvananda Ishaya2011-03-261-10/+23
| |\ \ \ \
| | * | | | fix typosVishvananda Ishaya2011-03-251-1/+1
| | * | | | updated nova.shVishvananda Ishaya2011-03-251-11/+24
* | | | | | minor fix and commentCory Wright2011-03-281-1/+2
* | | | | | merge trunkCory Wright2011-03-2522-142/+1183
|\| | | | |
| * | | | | Adding links container to openstack api v1.1 servers entities.Brian Waldon2011-03-253-15/+116
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | merging trunkBrian Waldon2011-03-256-20/+213
| | |\ \ \ \
| | * \ \ \ \ merging trunkBrian Waldon2011-03-2511-92/+506
| | |\ \ \ \ \
| | * \ \ \ \ \ merging trunkBrian Waldon2011-03-254-2/+272
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merging trunkBrian Waldon2011-03-25102-2139/+8637
| | |\ \ \ \ \ \ \
| | * | | | | | | | making servers.generate_href more robustBrian Waldon2011-03-241-1/+2
| | * | | | | | | | merging trunk r863Brian Waldon2011-03-2451-676/+2616
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | fixing some dictionary get callsBrian Waldon2011-03-231-11/+10