summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Split internal API get calls to get and get_all, where the former takes an ID...Eric Day2011-01-051-5/+7
| | * | | | | | | | | | | Moved __init__ api code to api.py and changed allowed_instances quota method ...Eric Day2011-01-042-368/+386
| | * | | | | | | | | | | Merged trunk.Eric Day2011-01-042-2/+5
| | |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fixes LP688545Josh Kearney2011-01-031-0/+1
* | | | | | | | | | | | | pep8 fixesTodd Willey2011-01-032-0/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge trunk.Todd Willey2010-12-286-87/+187
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Burnin support by specifying a specific host via availability_zone for runningTodd Willey2010-12-211-1/+3
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| | | | * | | | | | | | Merged trunk.Eric Day2010-12-303-8/+112
| | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ Merged trunk.Eric Day2010-12-303-8/+112
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ Merged trunk.Eric Day2010-12-303-1/+105
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ Merged trunk.Eric Day2010-12-303-1/+105
| | | | | | | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | Moved network operation code in ec2 api into a generic network API class. Rem...Eric Day2010-12-301-7/+13
| | | | |/ / / / / / / / / /
| | | | * | | | | | | | | | Converted a few more ec2 calls to use compute api.Eric Day2010-12-291-3/+9
| | | | * | | | | | | | | | Cleaned up the compute API, mostly consistency with other parts of the system...Eric Day2010-12-292-344/+312
| | | | |/ / / / / / / / /
| | | | * / / / / / / / / Moved ec2 volume operations into a volume API interface for other components ...Eric Day2010-12-291-1/+33
| | | | |/ / / / / / / /
| | | | * | | | | | | | Merged trunk.Eric Day2010-12-275-160/+267
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | Converted the instance table to use a uuid instead of a auto_increment ID and...Eric Day2010-12-091-14/+12
| | | * | | | | | | | | | altered argument handlingTrey Morris2011-01-061-29/+15
| | | * | | | | | | | | | altered the compute lock testTrey Morris2010-12-291-6/+10
| | | * | | | | | | | | | syntax errorTrey Morris2010-12-291-2/+1
| | | * | | | | | | | | | moved check lock decorator from the compute api to the come manager... when i...Trey Morris2010-12-292-52/+65
| | | * | | | | | | | | | removed db.set_lock, using update_instance insteadTrey Morris2010-12-291-2/+2
| | | * | | | | | | | | | added some loggingTrey Morris2010-12-291-0/+3
| | | * | | | | | | | | | typo, trying to hurry.. look where that got meTrey Morris2010-12-291-1/+1
| | | * | | | | | | | | | altered error exception/loggingTrey Morris2010-12-291-1/+3
| | | * | | | | | | | | | altered error exception/loggingTrey Morris2010-12-291-2/+1
| | | * | | | | | | | | | fixd variables being out of scope in lock decoratorTrey Morris2010-12-291-1/+5
| | | * | | | | | | | | | moved check lock decorator to compute api level. altered openstack.test_serve...Trey Morris2010-12-291-0/+44
| | | * | | | | | | | | | initial lock functionality commitTrey Morris2010-12-282-1/+58
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| | | | | * | | | | | | Stop returning generators in the refresh_security_group_{rules,members} methods.Soren Hansen2011-01-031-2/+2
| | | | | * | | | | | | Merge trunkSoren Hansen2011-01-036-158/+375
| | | | | |\ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | | | | * | | | | | | Lots of PEP-8 work.Soren Hansen2010-12-152-8/+2
| | | | | * | | | | | | refresh_security_group renamed to refresh_security_group_rulesSoren Hansen2010-12-151-1/+1
| | | | | * | | | | | | Merge trunkSoren Hansen2010-12-151-2/+2
| | | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | | Move security group refresh logic into ComputeAPI.Soren Hansen2010-12-132-3/+74
| | | | |/ / / / / / / / | | | |/| | | | | | | |
| | | | | | | | | | | * Add support for EBS volumes to the live migration feature.Muneyuki Noguchi2011-01-112-24/+34
| | | | | | | | | | | * 最新バージョンにマージ。変更点は以下の通り。masumotok2010-12-313-6/+113
| | | | | | | | | | | |\ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Make compute.api methods verbsJosh Kearney2010-12-301-2/+2
| | * | | | | | | | | | Review feedbackJosh Kearney2010-12-302-16/+1
| | * | | | | | | | | | Merged trunkJosh Kearney2010-12-302-0/+30
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | |
| | | * | | | | | | | | Merging trunkRick Harris2010-12-283-1/+54
| | | |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | | * | | | | | | | | Merging trunkRick Harris2010-12-271-5/+6
| | | |\ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / | | | | |/| | | | | | |
| | | * | | | | | | | | Merging trunk, fixing failed testsRick Harris2010-12-272-48/+89
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / | | | | |/| | | | | | |
| | | * | | | | | | | | i18n support for xs-snapsRick Harris2010-12-221-7/+4
| | | * | | | | | | | | Merging trunkRick Harris2010-12-225-36/+41
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Getting Snapshots to work with cloudservers command-line toolRick Harris2010-12-222-8/+12
| | | * | | | | | | | | | Merging trunkRick Harris2010-12-203-9/+89
| | | |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| | | * | | | | | | | | | Cleaned up TODOs, using flags nowRick Harris2010-12-171-1/+2
| | | * | | | | | | | | | XenAPI Snapshots first cutRick Harris2010-12-161-1/+29
| | * | | | | | | | | | | Implemented review feedbackJosh Kearney2010-12-301-3/+3