summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor modification to document. Removed excess flags.sateesh2011-03-021-4/+0
* Moved the guest tools script that does IP injection inside VM on ESX server t...sateesh2011-03-021-66/+42
* Updated with flags for nova-compute, nova-network and nova-console.sateesh2011-03-011-3/+51
* Rebased to Nova revision 749.sateesh2011-02-27321-4434/+29539
|\
| * introduced new flag "max_nbd_devices" to set the number of possible NBD devicesChristian Berendt2011-02-261-1/+3
| |\
| | * renamed flag from maximum_... to max_...Christian Berendt2011-02-261-2/+2
| | * introduced new flag "maximum_nbd_devices" to set the number of possible NBD d...Christian Berendt2011-02-261-1/+3
| * | Did a pull from trunk to be sure I had the latest, then deleted the test dire...Anne Gentle2011-02-2677-8226/+0
| |\ \ | | |/ | |/|
| | * Deleting test dir from a pull from trunkAnne Gentle2011-02-2677-8226/+0
| |/
| * reverted my changes from https://code.launchpad.net/~berendt/nova/lp722554/+m...Christian Berendt2011-02-261-1/+1
| |\
| | * added disabled services to the list of displayed services in bin/nova-manageChristian Berendt2011-02-221-1/+1
| * | Makes nova-api correctly load the default flagfile.Vishvananda Ishaya2011-02-261-0/+2
| |\ \
| | * | use default flagfile in nova-apiVishvananda Ishaya2011-02-251-0/+2
| * | | No reason to dump a stack trace just because the AMQP server is unreachable; ...Kevin L. Mitchell2011-02-261-6/+7
| |\ \ \
| | * | | Add error message to the error report so we know why the AMQP server is unrea...Kevin L. Mitchell2011-03-251-2/+3
| | * | | No reason to dump a stack trace just because we can't reach the AMQP servire;...Kevin L. Mitchell2011-03-201-4/+4
| * | | | check if QUERY_STRING is empty or not before building the request URL in bin/...Christian Berendt2011-02-251-4/+10
| |\ \ \ \
| | * | | | fixed: bin/nova-ajax-console-proxy:66:19: W601 .has_key() is deprecated, use ...Christian Berendt2011-02-251-1/+1
| | * | | | check if QUERY_STRING is empty or not before building the request URLChristian Berendt2011-02-251-4/+10
| | |/ / /
| * | | | Fixes FlatDHCP by making it inherit from NetworkManager and moving some metho...Vishvananda Ishaya2011-02-251-80/+63
| |\ \ \ \
| | * \ \ \ merged trunkVishvananda Ishaya2011-02-25294-1278/+10845
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | move relevant code to baseclass and make flatdhcp not inherit from flatVishvananda Ishaya2011-02-231-79/+62
| * | | | | Add tests for 718999, fix a little brittle code introduced by the committed fix.Kevin L. Mitchell2011-02-255-4/+52
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Rename test to describe what it actually doesKevin L. Mitchell2011-03-211-1/+1
| | * | | | Copy over to current trunk my tests, the 401/500 fix, and a couple ofKevin L. Mitchell2011-03-185-4/+52
| | | |/ / | | |/| |
| * | | | I'm working on consolidating install instructions specifically (they're the m...Anne Gentle2011-02-25241-987/+9819
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merged with trunkAnne Gentle2011-02-211-1/+3
| | |\ \ \
| | * | | | Removing pesky DS_Store files too. Begone.Anne Gentle2011-02-213-0/+1
| | * | | | Updated to remove built docsAnne Gentle2011-02-21232-0/+10985
| | * | | | Removing duplicate installation docs and adding flag file information, plus p...Anne Gentle2011-02-2124-2178/+24
| | | |_|/ | | |/| |
| * | | | Cleanup db method names for dealing with auth_tokens to follow standard namin...Todd Willey2011-02-255-20/+30
| |\ \ \ \
| | * | | | Pass id of token to be deleted to the db api, not the actual object.Todd Willey2011-02-244-9/+19
| | * | | | Rename auth_token db methods to follow standard.Todd Willey2011-02-245-17/+17
| * | | | | The proposed bug fix stubs out the _is_vdi_pv routine for testing purposes.Salvatore Orlando2011-02-253-13/+21
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | stubbing out _is_vdi_pv for test purposesSalvatore Orlando2011-02-243-13/+21
| | | |_|/ | | |/| |
| * | | | Make tests start with a clean database for every test.Vishvananda Ishaya2011-02-2523-108/+105
| |\ \ \ \
| | * \ \ \ merge and fix conflictsVishvananda Ishaya2011-02-231-2/+3
| | |\ \ \ \
| | * \ \ \ \ merged upstreamVishvananda Ishaya2011-02-2318-253/+664
| | |\ \ \ \ \
| | * | | | | | move the deletion of the db into fixturesVishvananda Ishaya2011-02-232-6/+6
| | * | | | | | merged upstreamVishvananda Ishaya2011-02-234-9/+11
| | |\ \ \ \ \ \
| | | * | | | | | put the redirection back in to run_tests.sh and fix terminal colors by using ...Vishvananda Ishaya2011-02-233-9/+10
| | | * | | | | | merged trunkVishvananda Ishaya2011-02-2319-70/+78
| | * | | | | | | use flags for sqlite db names and fix flags in dhcpbridgeVishvananda Ishaya2011-02-236-22/+25
| | * | | | | | | merged trunkVishvananda Ishaya2011-02-2315-75/+229
| | |\ \ \ \ \ \ \
| | * | | | | | | | speed up network testsVishvananda Ishaya2011-02-233-8/+7
| | * | | | | | | | merged trunkVishvananda Ishaya2011-02-2360-2531/+24437
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | move db creation into fixtures and clean db for each testVishvananda Ishaya2011-02-2319-73/+79
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | adds live network injection/reconfiguration. Some refactoring.Trey Morris2011-02-247-40/+121
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | forgot to get vm_opaque_refTrey Morris2011-02-241-0/+1
| | * | | | | | | | | moved network injection and vif creation to above vm start in vmops spawnTrey Morris2011-02-241-3/+5