summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | Merging trunkRick Harris2011-02-182-27/+68
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Putting glance plugin under pep8 controlRick Harris2011-02-161-3/+0
| * | | | | | | | | | | | | | | | | | | | Merging trunk part 1Rick Harris2011-02-163-8/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Using Nova style nokernelRick Harris2011-02-151-0/+2
| | |_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | added migration to repoTrey Morris2011-03-141-3/+3
* | | | | | | | | | | | | | | | | | | | committing to shareTrey Morris2011-03-142-5/+10
| |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | adds live network injection/reconfiguration. Some refactoring.Trey Morris2011-02-242-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | added admin api call for injecting network info, added api test for inject ne...Trey Morris2011-02-182-0/+19
| | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Initial support for per-instance metadata, though the OpenStack API. Key/val...Justin Santa Barbara2011-02-231-1/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merged with trunkJustin Santa Barbara2011-02-211-19/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merged with trunkJustin Santa Barbara2011-02-172-29/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Initial support for per-instance metadata, though the OpenStack API. Key/valu...Justin Santa Barbara2011-02-171-2/+27
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Lots of test fixingVishvananda Ishaya2011-02-221-1/+1
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | remove the weird is_vpn logic in compute/api.pyVishvananda Ishaya2011-02-181-19/+17
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Uncommitted changes using the wrong author, and re-committing under the corre...Ed Leafe2011-02-174-37/+80
|\| | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | comments + Englilish, changed copyright in migration, removed network_get_all...Trey Morris2011-02-172-2/+2
| * | | | | | | | | | | | | added test for reset_network to openstack api tests, tabstop 5 to 4, renamed ...Trey Morris2011-02-161-1/+1
| * | | | | | | | | | | | | merge with trunkTrey Morris2011-02-153-8/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | When re-throwing an exception, use "raise", not "raise e". This way we don't...Justin Santa Barbara2011-02-151-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Removed (newly) unused exception variablesJustin Santa Barbara2011-02-041-2/+2
| | | * | | | | | | | | | | | Don't swallow exception stack traces by doing 'raise e'; just use 'raise'Justin Santa Barbara2011-02-041-2/+2
| |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | The proposed fix puts a VM which fails to spawn in a (new) 'FAILED' power sta...Salvatore Orlando2011-02-152-2/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | Merge from trunkSalvatore Orlando2011-02-101-2/+2
| | | |\| | | | | | | | | |
| | | * | | | | | | | | | | Added test case for 'not enough memory'Salvatore Orlando2011-02-092-2/+4
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| | * | | | | | | | | | | Updates to that S3ImageService kernel_id and ramdisk_id mappings work withDan Prince2011-02-141-2/+2
| | |/ / / / / / / / / /
| * | | | | | | | | | | fixed merge conflictTrey Morris2011-02-144-37/+46
| |\| | | | | | | | | |
| | * | | | | | | | | | Wrap line to under 79 charactersBilal Akhtar2011-02-101-2/+2
| | * | | | | | | | | | Add my name to AUTHORS, remove parentheses from the substitution made in the ...Bilal Akhtar2011-02-091-1/+1
| | * | | | | | | | | | Give a better error message if the instance type specified is invalid.Bilal Akhtar2011-02-091-2/+2
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Disassociate all floating ips on terminate instance.Vishvananda Ishaya2011-01-281-10/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | simplify get and remove extra reference to import logging.Vishvananda Ishaya2011-01-271-2/+1
| * | | | | | | | | | | remove all floating addresses on terminate instanceVishvananda Ishaya2011-01-271-9/+12
| | |/ / / / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | Fixes NotFound messages in api to show the ec2_id.Vishvananda Ishaya2011-01-271-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Add a host argument to virt drivers's init_host method. It will be set to the...Soren Hansen2011-01-251-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Add a host argument to virt driver's init_host method. It will be set to the ...Soren Hansen2011-01-251-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Resolved trunk merge conflictsEd Leafe2011-01-211-2/+5
|\| | | | | | | |
* | | | | | | | | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-183-23/+30
| |_|_|_|_|/ / / |/| | | | | | |
| | * | | | | | added call to reset_network from openstack api down to vmopsTrey Morris2011-02-142-1/+20
| |/ / / / / /
| * | | | | | Fixing another instance of getting a list of ids instead of a list of objects.Ryan Lane2011-01-201-1/+1
| * | | | | | Fetches the security group from ID, allowing the object to be used properly, ...Ryan Lane2011-01-201-1/+4
| | |_|_|_|/ | |/| | | |
| * | | | | revert live_migration branchAndy Smith2011-01-181-117/+1
| | |_|_|/ | |/| | |
| * | | | previous commit breaks volume.driver. fix it..Kei Masumoto2011-01-191-1/+0
| * | | | merged to trunk rev572Kei Masumoto2011-01-192-10/+38
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Fixing whitespaceRick Harris2011-01-171-2/+2
* | | | | Returning image_metadata from snapshot()Rick Harris2011-01-171-2/+6
* | | | | Merging trunkRick Harris2011-01-173-312/+122
|\ \ \ \ \ | | |_|_|/ | |/| | |
* | | | | Marking snapshots as private for nowRick Harris2011-01-131-4/+1
* | | | | Adding TODO to clarify statusRick Harris2011-01-121-0/+3
* | | | | Merging trunkRick Harris2011-01-122-3/+34
|\ \ \ \ \ | | |_|/ / | |/| | |
* | | | | Changes per Edays commentsRick Harris2011-01-111-3/+1