summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Oops, internal_id isn't available until after a save. This code saves twice;...Michael Gundlach2010-12-011-2/+6
| * | | | | | | Todd points out that the API doesn't require a display_name, so let's make a ...Michael Gundlach2010-12-011-0/+2
| | |/ / / / / | |/| | | | |
| * | | | | | Merge trunk.Soren Hansen2010-11-293-25/+56
| |\ \ \ \ \ \
| * | | | | | | Add a templating mechanism in the flag parsing. Add a state_path flag that w...Soren Hansen2010-11-042-2/+2
* | | | | | | | Broke parts of compute manager out into compute.api to separate what gets run...Eric Day2010-12-012-169/+207
* | | | | | | | The image server should throw not found errors, don't need to check in comput...Eric Day2010-11-241-2/+0
* | | | | | | | Consolidated the start instance logic in the two API classes into a single me...Eric Day2010-11-242-0/+150
| |/ / / / / / |/| | | | | |
* | | | | | | Make aws_access_key_id and aws_secret_access_key configurableJosh Kearney2010-11-231-2/+2
* | | | | | | pep8Michael Gundlach2010-11-161-1/+1
* | | | | | | Add docstrings to any methods I touchMichael Gundlach2010-11-161-0/+9
* | | | | | | pep8Michael Gundlach2010-11-161-1/+1
* | | | | | | Merge from trunkMichael Gundlach2010-11-162-30/+144
|\ \ \ \ \ \ \
| * | | | | | | pep8 whitespace and line length fixesVishvananda Ishaya2010-11-031-1/+2
| * | | | | | | merged trunkVishvananda Ishaya2010-11-031-8/+30
| |\| | | | | |
| | * | | | | | Change retrieval of security groups from kwargs so they are associated proper...Vishvananda Ishaya2010-10-301-2/+3
| | * | | | | | merged trunk, just in caseVishvananda Ishaya2010-10-301-0/+40
| | |\ \ \ \ \ \
| | * | | | | | | updates from review, fix models.get and note about exception raisingVishvananda Ishaya2010-10-271-2/+5
| | * | | | | | | renamed target_id to iscsi_targetVishvananda Ishaya2010-10-251-10/+43
| | |\ \ \ \ \ \ \
| | * | | | | | | | pep8 cleanupVishvananda Ishaya2010-10-251-2/+2
| | * | | | | | | | print the exception on fail, because it doesn't seem to reraise itVishvananda Ishaya2010-10-251-2/+2
| | * | | | | | | | more bugfixes, flag for local volumesVishvananda Ishaya2010-10-251-1/+3
| | * | | | | | | | fix bugs, describe volumes, detach on terminateVishvananda Ishaya2010-10-251-0/+3
| | * | | | | | | | ISCSI Volume supportVishvananda Ishaya2010-10-251-6/+19
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge trunk and apply some sphinx love.Todd Willey2010-11-011-0/+40
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | OK, let's try this one more time.jaypipes@gmail.com2010-10-271-10/+6
| | * | | | | | | Style cleanups and review from Eric.jaypipes@gmail.com2010-10-271-3/+12
| | * | | | | | | Merge trunk and resolve conflictsjaypipes@gmail.com2010-10-274-91/+118
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Moves db writes into compute manager class. Cleans up sqlalchemy model/api to...jaypipes@gmail.com2010-10-211-0/+35
| * | | | | | | | Update compute/disk.py docs.Todd Willey2010-10-301-9/+13
| * | | | | | | | :func: links to python functions in the documentation.Todd Willey2010-10-281-2/+2
| * | | | | | | | Another heading was too distracting, use <strong> instead.Todd Willey2010-10-281-2/+2
| * | | | | | | | clean up the compute documentation a bit.Todd Willey2010-10-281-5/+19
| | |/ / / / / / | |/| | | | | |
| * | | | | | | logging.warn not raise logging.WarnVishvananda Ishaya2010-10-241-5/+5
| * | | | | | | merged trunk and fixed conflicts/changesVishvananda Ishaya2010-10-245-119/+131
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | added rescue mode support and made reboot work from any stateVishvananda Ishaya2010-09-201-9/+28
* | | | | | | | Making net injection create /etc/network if non-existantRyan Lane2010-10-251-2/+5
| |/ / / / / / |/| | | | | |
* | | | | | | Another pep8 cleanup branch for nova/tests, should be merged after lp:~eday/n...Eric Day2010-10-233-75/+64
|\ \ \ \ \ \ \
| * | | | | | | PEP8 cleanup in nova/*, except for tests. There should be no functional chang...Eric Day2010-10-213-75/+64
| | |/ / / / / | |/| | | | |
* / | | | | | speed up disk generation by increasing block sizeVishvananda Ishaya2010-10-221-6/+11
|/ / / / / /
* | | | | | Makes disk.partition resize root drive to 10G, unless it is m1.tiny which jus...Vishvananda Ishaya2010-10-201-2/+16
|\ \ \ \ \ \
| * | | | | | it is flags.DEFINE_integer, not FLAGS.define_intVishvananda Ishaya2010-10-181-2/+2
| * | | | | | Makes disk.partition resize root drive to 10G, unless it is m1.tiny whichVishvananda Ishaya2010-10-181-2/+16
* | | | | | | add reasonable gb to instance typesVishvananda Ishaya2010-10-181-5/+4
|/ / / / / /
* | | | | | merged concurrencyVishvananda Ishaya2010-10-131-4/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | merged trunkVishvananda Ishaya2010-10-131-18/+2
| |\ \ \ \ \
| * \ \ \ \ \ merged trunkVishvananda Ishaya2010-10-121-3/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merged trunk, removed extra quotasVishvananda Ishaya2010-09-301-5/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merged trunkVishvananda Ishaya2010-09-211-2/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merged instance time and added better concurrencyVishvananda Ishaya2010-09-121-8/+4
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | elevate in proper places, fix a couple of typosVishvananda Ishaya2010-10-131-0/+6
| |_|_|_|_|/ / / / |/| | | | | | | |