| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge trunk | Cory Wright | 2011-03-28 | 14 | -67/+201 |
| |\ | |||||
| | * | Toss an __init__ in the test extensions dir. This gets it included in the tar... | Soren Hansen | 2011-03-28 | 2 | -8/+26 |
| | |\ | |||||
| | | * | pep8 | Soren Hansen | 2011-03-28 | 1 | -2/+2 |
| | | * | Remove now useless try/except block. | Soren Hansen | 2011-03-28 | 1 | -14/+10 |
| | | * | Spell "warn" correctly. | Soren Hansen | 2011-03-28 | 1 | -4/+4 |
| | | * | Add friendlier message if an extension fails to include a correctly named cla... | Soren Hansen | 2011-03-28 | 1 | -1/+8 |
| | | * | Do not load extensions that start with a "_" | Soren Hansen | 2011-03-28 | 1 | -1/+1 |
| | | * | Add license and copyright to nova/tests/api/openstack/extensions/__init__.py | Soren Hansen | 2011-03-25 | 1 | -0/+15 |
| | | * | Toss an __init__ in the test extensions dir. This gets it included in the tar... | Soren Hansen | 2011-03-25 | 1 | -0/+0 |
| | * | | This fixes EC2 API so that it returns image displayName and description prope... | Devin Carlen | 2011-03-28 | 1 | -0/+2 |
| | |\ \ | |||||
| | | * | | Added image name and description mapping to ec2 api | Devin Carlen | 2011-03-28 | 1 | -0/+2 |
| | * | | | Moving backup_schedule route out of base router to OS API v1.0 | Brian Waldon | 2011-03-28 | 3 | -12/+26 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | backup_schedule tests corrected; controller moved to APIRouterV10; making con... | Brian Waldon | 2011-03-28 | 3 | -12/+26 |
| | * | | | Fixed DescribeUser in the ec2 admin client to return None instead of an empty... | Devin Carlen | 2011-03-28 | 1 | -8/+5 |
| | |\ \ \ | |||||
| | | * | | | Fixed DescribeUser in ec2 admin client | Devin Carlen | 2011-03-15 | 1 | -8/+5 |
| | * | | | | Adds support for snapshotting (to a new image) in the libvirt code. | termie | 2011-03-28 | 1 | -6/+68 |
| | |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | | * | | | update glance params per review | termie | 2011-03-28 | 1 | -1/+4 |
| | | * | | | add snapshot support for libvirt | termie | 2011-03-28 | 1 | -6/+65 |
| | * | | | | Changed TopicConsumer to TopicAdapterConsumer in bin/nova-ajax-console-proxy ... | Brian Lamar | 2011-03-28 | 1 | -1/+1 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | TopicConsumer -> TopicAdapterConsumer | Brian Lamar | 2011-03-28 | 1 | -1/+1 |
| | * | | | | Assume that if we don't find a VM for an instance in the DB, and the DB state... | Justin Santa Barbara | 2011-03-28 | 1 | -4/+21 |
| | |\ \ \ \ | |||||
| | | * | | | | Fix formatting of TODO and NOTE - should be a space after the # | Justin Santa Barbara | 2011-03-28 | 1 | -9/+9 |
| | | * | | | | Clarified note about scope of the _poll_instance_states function | Justin Santa Barbara | 2011-03-28 | 1 | -1/+3 |
| | | * | | | | Fixed some format strings | Justin Santa Barbara | 2011-03-28 | 1 | -2/+2 |
| | | * | | | | pep8 fixes | Justin Santa Barbara | 2011-03-28 | 1 | -1/+1 |
| | | * | | | | Assume that if we don't find a VM for an instance in the DB, and the DB state... | Justin Santa Barbara | 2011-03-28 | 1 | -4/+19 |
| | | |/ / / | |||||
| | * | | | | Mixins for tests confuse pylint no end, and aren't necessary... you can stop ... | Justin Santa Barbara | 2011-03-28 | 2 | -9/+12 |
| | |\ \ \ \ | |||||
| | | * | | | | Merged with trunk | Justin Santa Barbara | 2011-03-28 | 175 | -3310/+14598 |
| | | |\| | | | |||||
| | | * | | | | Fix __init__ method on unit tests (they take a method_name kwarg) | Justin Santa Barbara | 2011-03-16 | 1 | -2/+2 |
| | | * | | | | Avoid mixins on image tests, keeping pylint much happier | Justin Santa Barbara | 2011-03-16 | 1 | -5/+8 |
| | | * | | | | Use _ trick to hide base test class, thereby avoiding mixins and helping PyLint | Justin Santa Barbara | 2011-03-16 | 1 | -4/+4 |
| | * | | | | | Merged the two periodic_tasks functions, that snuck in due to parallel merges... | Justin Santa Barbara | 2011-03-28 | 2 | -6/+13 |
| | |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | | * | | | | pep8 fixes | Justin Santa Barbara | 2011-03-28 | 1 | -3/+1 |
| | | * | | | | Added poll_rescued_instances to virt driver base class | Justin Santa Barbara | 2011-03-28 | 1 | -0/+4 |
| | | * | | | | There were two periodic_tasks functions, due to parallel merges in compute.ma... | Justin Santa Barbara | 2011-03-28 | 1 | -6/+11 |
| | |/ / / / | |||||
| | * | | | | use_ipv6 now passing to interfaces.template as first level variable in libvir... | Ilya Alekseyev | 2011-03-27 | 1 | -3/+4 |
| | |\ \ \ \ | |||||
| | | * | | | | Changed use_ipv6 passing to interfaces.template | Ilya Alekseyev | 2011-03-25 | 1 | -3/+4 |
| | | | |_|/ | | |/| | | |||||
| | * | | | | Updates to the newest version of nova.sh, which includes: | Vishvananda Ishaya | 2011-03-26 | 1 | -10/+23 |
| | |\ \ \ \ | |||||
| | | * | | | | fix typos | Vishvananda Ishaya | 2011-03-25 | 1 | -1/+1 |
| | | * | | | | updated nova.sh | Vishvananda Ishaya | 2011-03-25 | 1 | -11/+24 |
| * | | | | | | minor fix and comment | Cory Wright | 2011-03-28 | 1 | -1/+2 |
| * | | | | | | merge trunk | Cory Wright | 2011-03-25 | 22 | -142/+1183 |
| |\| | | | | | |||||
| | * | | | | | Adding links container to openstack api v1.1 servers entities. | Brian Waldon | 2011-03-25 | 3 | -15/+116 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | | * | | | | merging trunk | Brian Waldon | 2011-03-25 | 6 | -20/+213 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | merging trunk | Brian Waldon | 2011-03-25 | 11 | -92/+506 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | merging trunk | Brian Waldon | 2011-03-25 | 4 | -2/+272 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | merging trunk | Brian Waldon | 2011-03-25 | 102 | -2139/+8637 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | making servers.generate_href more robust | Brian Waldon | 2011-03-24 | 1 | -1/+2 |
| | | * | | | | | | | | merging trunk r863 | Brian Waldon | 2011-03-24 | 51 | -676/+2616 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | fixing some dictionary get calls | Brian Waldon | 2011-03-23 | 1 | -11/+10 |
