summaryrefslogtreecommitdiffstats
path: root/nova/tests
Commit message (Expand)AuthorAgeFilesLines
* fix test. instance is not updated in DB with admin password in the API anymoreChris Behrens2011-05-251-2/+1
* Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-05-251-29/+30
|\
| * Merged trunk and resolved horrible horrible conflicts.Brian Lamar2011-05-1914-126/+430
| |\
| * \ Merged trunk.Brian Lamar2011-05-113-13/+72
| |\ \
| * \ \ Merged trunk.Brian Lamar2011-05-118-17/+296
| |\ \ \
| * \ \ \ Merged trunk.Brian Lamar2011-05-0610-96/+606
| |\ \ \ \
| * | | | | Renamed test_virt.py to test_libvirt.py as per suggestion.Brian Lamar2011-04-221-0/+0
| * | | | | Merged trunk and fixed simple exception conflict.Brian Lamar2011-04-222-49/+22
| |\ \ \ \ \
| * | | | | | Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-04-221-23/+24
* | | | | | | Using the root-password subcommand of the nova client results in the password...Johannes Erdfelt2011-05-241-10/+14
|\ \ \ \ \ \ \
| * | | | | | | Fix call to spawn_n() instead. It expects a callableJohannes Erdfelt2011-05-181-1/+1
| * | | | | | | Update test case to ensure password gets set correctlyJohannes Erdfelt2011-05-171-10/+14
* | | | | | | | make fake_flags set defaults instead of runtime valuestermie2011-05-242-40/+14
* | | | | | | | add a test from vish and fix the issuestermie2011-05-241-0/+14
* | | | | | | | When adding a keypair with ec2 API that already exists, give a friendly error...Dave Walker (Daviey)2011-05-241-0/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | Added test case for attempting to create a duplicate keypairDave Walker (Daviey)2011-05-231-0/+23
* | | | | | | | | Fix bug #744150 by starting nova-api on an unused port. Justin Santa Barbara2011-05-221-3/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merged with trunkJustin SB2011-05-1936-419/+2190
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Fixed mis-merge: OS API version still has to be v1.1Justin Santa Barbara2011-03-301-1/+1
| * | | | | | | | Store socket_info as a dictionary rather than an arrayJustin Santa Barbara2011-03-301-1/+1
| * | | | | | | | Merged with trunkJustin Santa Barbara2011-03-3018-176/+1487
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Start up nova-api service on an unused port if 0 is specified. Fixes bug 744150Justin Santa Barbara2011-03-282-1/+3
* | | | | | | | | | Merging trunkRick Harris2011-05-205-36/+67
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Update OSAPI v1.1 extensions so that it supports RequestExtensions. ResponseE...Dan Prince2011-05-202-36/+35
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge w/ trunk.Dan Prince2011-05-1611-125/+277
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Variable renaming.Dan Prince2011-05-121-6/+6
| | * | | | | | | | | | | Make it so that ExtensionRequest objects now return proper webob objects.Dan Prince2011-05-122-3/+6
| | * | | | | | | | | | | Remove ResponseExtensions. The new RequestExtension covers both use cases.Dan Prince2011-05-122-71/+19
| | * | | | | | | | | | | Initial work on request extensions.Dan Prince2011-05-122-1/+49
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Added an EC2 API endpoint that'll allow import of public key. Prior, api only...John Tran2011-05-203-0/+32
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | merged from trunkJohn Tran2011-05-1270-1478/+9863
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | if fingerprint data not provided, added logic to calculate it using the pub key.John Tran2011-03-213-7/+27
| | * | | | | | | | | | | cleaned up tests stubs that were accidentally checked inJohn Tran2011-03-181-7/+3
| | * | | | | | | | | | | created api endpoint to allow uploading of public keyJohn Tran2011-03-181-0/+16
* | | | | | | | | | | | | Merging trunkRick Harris2011-05-191-0/+117
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge from trunkCerberus2011-05-189-96/+240
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Merge prop changesCerberus2011-05-161-11/+11
| * | | | | | | | | | | | | Review changes and merge from trunkCerberus2011-05-164-29/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge from trunkCerberus2011-05-122-2/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Pep8 stuffCerberus2011-05-111-6/+10
| * | | | | | | | | | | | | | Moved everything into notifier/apiCerberus2011-05-111-10/+12
| * | | | | | | | | | | | | | Merge from DragonCerberus2011-05-111-6/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Add priority based queues to notifications. Monsyne Dragon2011-05-101-6/+23
| * | | | | | | | | | | | | | | Merge from trunkCerberus2011-05-113-13/+72
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Code cleanupCerberus2011-05-111-7/+5
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Better testsCerberus2011-05-101-2/+38
| * | | | | | | | | | | | | | Merge from trunkCerberus2011-05-102-3/+62
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge from trunkCerberus2011-05-0914-159/+862
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge from trunkCerberus2011-04-2230-286/+2235
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge from trunk and resolving conflictsCerberus2011-03-2863-1414/+8333
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \