| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | | | Oops, internal_id isn't available until after a save. This code saves twice;... | Michael Gundlach | 2010-12-01 | 1 | -2/+6 |
| | * | | | | | | | Todd points out that the API doesn't require a display_name, so let's make a ... | Michael Gundlach | 2010-12-01 | 1 | -0/+2 |
| | | |/ / / / /
| |/| | | | | |
|
| | * | | | | | | Merge trunk. | Soren Hansen | 2010-11-29 | 3 | -25/+56 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | Add a templating mechanism in the flag parsing. Add a state_path flag that w... | Soren Hansen | 2010-11-04 | 2 | -2/+2 |
| * | | | | | | | | Broke parts of compute manager out into compute.api to separate what gets run... | Eric Day | 2010-12-01 | 2 | -169/+207 |
| * | | | | | | | | The image server should throw not found errors, don't need to check in comput... | Eric Day | 2010-11-24 | 1 | -2/+0 |
| * | | | | | | | | Consolidated the start instance logic in the two API classes into a single me... | Eric Day | 2010-11-24 | 2 | -0/+150 |
| | |/ / / / / /
|/| | | | | | |
|
| * | | | | | | | Make aws_access_key_id and aws_secret_access_key configurable | Josh Kearney | 2010-11-23 | 1 | -2/+2 |
| * | | | | | | | pep8 | Michael Gundlach | 2010-11-16 | 1 | -1/+1 |
| * | | | | | | | Add docstrings to any methods I touch | Michael Gundlach | 2010-11-16 | 1 | -0/+9 |
| * | | | | | | | pep8 | Michael Gundlach | 2010-11-16 | 1 | -1/+1 |
| * | | | | | | | Merge from trunk | Michael Gundlach | 2010-11-16 | 2 | -30/+144 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | pep8 whitespace and line length fixes | Vishvananda Ishaya | 2010-11-03 | 1 | -1/+2 |
| | * | | | | | | | merged trunk | Vishvananda Ishaya | 2010-11-03 | 1 | -8/+30 |
| | |\| | | | | | |
|
| | | * | | | | | | Change retrieval of security groups from kwargs so they are associated proper... | Vishvananda Ishaya | 2010-10-30 | 1 | -2/+3 |
| | | * | | | | | | merged trunk, just in case | Vishvananda Ishaya | 2010-10-30 | 1 | -0/+40 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | updates from review, fix models.get and note about exception raising | Vishvananda Ishaya | 2010-10-27 | 1 | -2/+5 |
| | | * | | | | | | | renamed target_id to iscsi_target | Vishvananda Ishaya | 2010-10-25 | 1 | -10/+43 |
| | | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | | pep8 cleanup | Vishvananda Ishaya | 2010-10-25 | 1 | -2/+2 |
| | | * | | | | | | | | print the exception on fail, because it doesn't seem to reraise it | Vishvananda Ishaya | 2010-10-25 | 1 | -2/+2 |
| | | * | | | | | | | | more bugfixes, flag for local volumes | Vishvananda Ishaya | 2010-10-25 | 1 | -1/+3 |
| | | * | | | | | | | | fix bugs, describe volumes, detach on terminate | Vishvananda Ishaya | 2010-10-25 | 1 | -0/+3 |
| | | * | | | | | | | | ISCSI Volume support | Vishvananda Ishaya | 2010-10-25 | 1 | -6/+19 |
| | | | |_|/ / / / /
| | |/| | | | | | |
|
| | * | | | | | | | | Merge trunk and apply some sphinx love. | Todd Willey | 2010-11-01 | 1 | -0/+40 |
| | |\ \ \ \ \ \ \ \
| | | |_|/ / / / /
| | |/| | | | | | |
|
| | | * | | | | | | | OK, let's try this one more time. | jaypipes@gmail.com | 2010-10-27 | 1 | -10/+6 |
| | | * | | | | | | | Style cleanups and review from Eric. | jaypipes@gmail.com | 2010-10-27 | 1 | -3/+12 |
| | | * | | | | | | | Merge trunk and resolve conflicts | jaypipes@gmail.com | 2010-10-27 | 4 | -91/+118 |
| | | |\ \ \ \ \ \ \
| | | | |/ / / / /
| | | |/| | | | | |
|
| | | * | | | | | | | Moves db writes into compute manager class. Cleans up sqlalchemy model/api to... | jaypipes@gmail.com | 2010-10-21 | 1 | -0/+35 |
| | * | | | | | | | | Update compute/disk.py docs. | Todd Willey | 2010-10-30 | 1 | -9/+13 |
| | * | | | | | | | | :func: links to python functions in the documentation. | Todd Willey | 2010-10-28 | 1 | -2/+2 |
| | * | | | | | | | | Another heading was too distracting, use <strong> instead. | Todd Willey | 2010-10-28 | 1 | -2/+2 |
| | * | | | | | | | | clean up the compute documentation a bit. | Todd Willey | 2010-10-28 | 1 | -5/+19 |
| | | |/ / / / / /
| |/| | | | | | |
|
| | * | | | | | | | logging.warn not raise logging.Warn | Vishvananda Ishaya | 2010-10-24 | 1 | -5/+5 |
| | * | | | | | | | merged trunk and fixed conflicts/changes | Vishvananda Ishaya | 2010-10-24 | 5 | -119/+131 |
| | |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | | |
|
| | * | | | | | | | added rescue mode support and made reboot work from any state | Vishvananda Ishaya | 2010-09-20 | 1 | -9/+28 |
| * | | | | | | | | Making net injection create /etc/network if non-existant | Ryan Lane | 2010-10-25 | 1 | -2/+5 |
| | |/ / / / / /
|/| | | | | | |
|
| * | | | | | | | Another pep8 cleanup branch for nova/tests, should be merged after lp:~eday/n... | Eric Day | 2010-10-23 | 3 | -75/+64 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | PEP8 cleanup in nova/*, except for tests. There should be no functional chang... | Eric Day | 2010-10-21 | 3 | -75/+64 |
| | | |/ / / / /
| |/| | | | | |
|
| * / | | | | | | speed up disk generation by increasing block size | Vishvananda Ishaya | 2010-10-22 | 1 | -6/+11 |
| |/ / / / / / |
|
| * | | | | | | Makes disk.partition resize root drive to 10G, unless it is m1.tiny which jus... | Vishvananda Ishaya | 2010-10-20 | 1 | -2/+16 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | it is flags.DEFINE_integer, not FLAGS.define_int | Vishvananda Ishaya | 2010-10-18 | 1 | -2/+2 |
| | * | | | | | | Makes disk.partition resize root drive to 10G, unless it is m1.tiny which | Vishvananda Ishaya | 2010-10-18 | 1 | -2/+16 |
| * | | | | | | | add reasonable gb to instance types | Vishvananda Ishaya | 2010-10-18 | 1 | -5/+4 |
| |/ / / / / / |
|
| * | | | | | | merged concurrency | Vishvananda Ishaya | 2010-10-13 | 1 | -4/+0 |
| |\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | | merged trunk | Vishvananda Ishaya | 2010-10-13 | 1 | -18/+2 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | merged trunk | Vishvananda Ishaya | 2010-10-12 | 1 | -3/+8 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | merged trunk, removed extra quotas | Vishvananda Ishaya | 2010-09-30 | 1 | -5/+5 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | merged trunk | Vishvananda Ishaya | 2010-09-21 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | merged instance time and added better concurrency | Vishvananda Ishaya | 2010-09-12 | 1 | -8/+4 |
| | |\ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / /
| | |/| | | | | | | |
|
| * | | | | | | | | | | elevate in proper places, fix a couple of typos | Vishvananda Ishaya | 2010-10-13 | 1 | -0/+6 |
| | |_|_|_|_|/ / / /
|/| | | | | | | | |
|