summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | clean up compute_api.get_all filter name remappings. ditch fixed_ip one-off ...Chris Behrens2011-07-061-38/+37
| * | | | | | | | | | | | | | | | | | | | test fixes.. one more to goChris Behrens2011-08-041-10/+28
| * | | | | | | | | | | | | | | | | | | | merged trunkChris Behrens2011-08-042-13/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | test fixes and typosChris Behrens2011-08-041-31/+0
| * | | | | | | | | | | | | | | | | | | | typosChris Behrens2011-08-041-2/+2
| * | | | | | | | | | | | | | | | | | | | a lot of major re-work.. still things to finish upChris Behrens2011-08-031-134/+23
| * | | | | | | | | | | | | | | | | | | | merged trunkChris Behrens2011-08-034-461/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | merged trunkChris Behrens2011-07-273-79/+126
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | clarify a couple commentsChris Behrens2011-07-201-2/+2
| * | | | | | | | | | | | | | | | | | | | minor fixupsChris Behrens2011-07-201-7/+0
| * | | | | | | | | | | | | | | | | | | | merged trunkChris Behrens2011-07-202-36/+90
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | pep8 fixesChris Behrens2011-07-201-8/+10
| * | | | | | | | | | | | | | | | | | | | | merged trunkChris Behrens2011-07-182-59/+79
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | missed power_state import in apiChris Behrens2011-07-181-1/+1
| * | | | | | | | | | | | | | | | | | | | | add image and flavor searching to v1.0 apiChris Behrens2011-07-181-6/+2
| * | | | | | | | | | | | | | | | | | | | | added searching by 'image', 'flavor', and 'status'Chris Behrens2011-07-182-5/+71
| * | | | | | | | | | | | | | | | | | | | | compute's get_all should accept 'name' not 'display_name' for searching Insta...Chris Behrens2011-07-171-3/+2
| * | | | | | | | | | | | | | | | | | | | | Refactored OS API code to allow checking of invalid query string paremeters a...Chris Behrens2011-07-171-67/+87
| * | | | | | | | | | | | | | | | | | | | | clean up checking for exclusive search optionsChris Behrens2011-07-141-17/+15
| * | | | | | | | | | | | | | | | | | | | | merged trunkChris Behrens2011-07-121-6/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | fix bugs with fixed_ip returning a 404Chris Behrens2011-07-121-1/+16
| * | | | | | | | | | | | | | | | | | | | | added searching by instance nameChris Behrens2011-07-121-0/+5
| * | | | | | | | | | | | | | | | | | | | | pep8 fixesChris Behrens2011-07-111-3/+2
| * | | | | | | | | | | | | | | | | | | | | Replace 'like' support with 'regexp' matching done in python. Since 'like' w...Chris Behrens2011-07-111-26/+49
| * | | | | | | | | | | | | | | | | | | | | start of re-work of compute/api's 'get_all' to handle more search optionsChris Behrens2011-07-081-24/+59
| | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Resolve conflicts and fixed broken unit testcasesTushar Patil2011-08-083-464/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | zone_aware_scheduler classes couldn't build instances due to a change to comp...Chris Behrens2011-08-051-0/+4
| * | | | | | | | | | | | | | | | | | | | Fixes lp821144Matt Dietz2011-08-051-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Revert migration now finishesMatt Dietz2011-08-041-2/+2
| | * | | | | | | | | | | | | | | | | | | Forgot the instance_id parameter in the finish callMatt Dietz2011-08-041-1/+2
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * / | | | | | | | | | | | | | | | | | fix pep8 issues that are in trunkChris Behrens2011-08-041-2/+4
| |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | The logic for confirming and reverting resizes was flipped. As a result, reve...Johannes Erdfelt2011-08-041-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Revert should be sent to destination node and confirm should be sent to sourceJohannes Erdfelt2011-08-041-2/+2
| | | |_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Moves code restarting instances after compute node reboot from libvirt driver...Nikolay Sokolov2011-08-041-0/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Yet another conflict resolved.Nikolay Sokolov2011-08-034-461/+26
| | |\| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Resolved conflicts with trunkNikolay Sokolov2011-07-272-24/+45
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Warn user instead of ignoringNikolay Sokolov2011-07-261-1/+1
| | * | | | | | | | | | | | | | | | | | Added ensuring filter rules for all VMs.Nikolay Sokolov2011-07-261-0/+5
| | * | | | | | | | | | | | | | | | | | Estetic fix.Nikolay Sokolov2011-07-261-1/+2
| | * | | | | | | | | | | | | | | | | | Fixed old libvirt semantics, added resume_guests_state_on_host_boot flag.Nikolay Sokolov2011-07-261-5/+4
| | * | | | | | | | | | | | | | | | | | Hotfix.Nikolay Sokolov2011-07-251-0/+1
| | * | | | | | | | | | | | | | | | | | Some estetic refactoring.Nikolay Sokolov2011-07-251-27/+21
| | * | | | | | | | | | | | | | | | | | pep8Nikolay Sokolov2011-07-251-8/+15
| | * | | | | | | | | | | | | | | | | | Fixed logging.Nikolay Sokolov2011-07-251-1/+1
| | * | | | | | | | | | | | | | | | | | Fixed id.Nikolay Sokolov2011-07-251-1/+1
| | * | | | | | | | | | | | | | | | | | Fixed init_host context name.Nikolay Sokolov2011-07-251-1/+1
| | * | | | | | | | | | | | | | | | | | Moved restaring instances from livbirt driver to ComputeManager.Nikolay Sokolov2011-07-221-0/+19
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge with trunkJohannes Erdfelt2011-08-032-441/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Glance has been updated for integration with keystone. That means that nova ...Kevin L. Mitchell2011-08-021-6/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | pull-up from trunkKevin L. Mitchell2011-08-021-6/+3
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | | |