summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* updating admin_pass moved down to compute where the password is actually rese...Chris Behrens2011-05-251-1/+0
* instead of the API spawning a greenthread to wait for a host to be picked,Chris Behrens2011-05-241-3/+2
* Using the root-password subcommand of the nova client results in the password...Johannes Erdfelt2011-05-241-1/+2
|\
| * Fix call to spawn_n() instead. It expects a callableJohannes Erdfelt2011-05-181-3/+1
| * Avoid using spawn_n to fix LP784132Johannes Erdfelt2011-05-171-1/+3
| * Set password to one requested in API callJohannes Erdfelt2011-05-171-1/+2
* | Changed ec2 api dupe key exception log handler info->debugDave Walker (Daviey)2011-05-231-1/+1
* | When adding a keypair that already exists, give a friendly error and no trace...Dave Walker (Daviey)2011-05-211-0/+4
* | Merging trunkRick Harris2011-05-202-46/+61
|\ \
| * \ Update OSAPI v1.1 extensions so that it supports RequestExtensions. ResponseE...Dan Prince2011-05-201-46/+38
| |\ \
| | * | Update comment on RequestExtension class.Dan Prince2011-05-161-2/+5
| | * | Merge w/ trunk.Dan Prince2011-05-165-6/+39
| | |\|
| | * | Update comment.Dan Prince2011-05-121-1/+1
| | * | Make it so that ExtensionRequest objects now return proper webob objects.Dan Prince2011-05-121-11/+0
| | * | Remove ResponseExtensions. The new RequestExtension covers both use cases.Dan Prince2011-05-121-83/+5
| | * | Initial work on request extensions.Dan Prince2011-05-121-0/+78
| * | | Added an EC2 API endpoint that'll allow import of public key. Prior, api only...John Tran2011-05-201-0/+23
| |\ \ \
| | * \ \ merged from trunkJohn Tran2011-05-1235-449/+3287
| | |\ \ \
| | * | | | if fingerprint data not provided, added logic to calculate it using the pub key.John Tran2011-03-211-2/+13
| | * | | | created api endpoint to allow uploading of public keyJohn Tran2011-03-181-0/+12
* | | | | | On second thought, removing decoratorRick Harris2011-05-181-9/+3
* | | | | | Adding FlagNotSet exceptionRick Harris2011-05-181-1/+2
* | | | | | Merging trunkRick Harris2011-05-185-14/+41
|\| | | | |
| * | | | | add migration for proper nameVishvananda Ishaya2011-05-171-4/+2
| * | | | | make token use typo that is in database. Also fix now -> utcnow and stop usi...Vishvananda Ishaya2011-05-171-11/+10
| | |_|_|/ | |/| | |
| * | | | Added missing flavorRef and imageRef checks in the os api xml deserialization...Nirmal Ranganathan2011-05-161-2/+3
| |\ \ \ \
| | * \ \ \ Merge from trunkNirmal Ranganathan2011-05-161-4/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Added the imageRef and flavorRef attributes in the xml deserializationNirmal Ranganathan2011-05-161-2/+3
| * | | | | Fixed minor pylint errorsAlex Meade2011-05-163-0/+27
| |\ \ \ \ \
| | * | | | | Removed obsolete method and testAlex Meade2011-05-161-3/+0
| | * | | | | Fixed duplicate functionAlex Meade2011-05-061-3/+0
| | * | | | | Fixed method in flavorsAlex Meade2011-05-061-1/+1
| | * | | | | Added interface functionsAlex Meade2011-05-063-9/+16
| | * | | | | Added stub function for a referenced, previously non-existant functionAlex Meade2011-05-061-0/+3
| | * | | | | Added interface function to ViewBilderAlex Meade2011-05-051-0/+3
| | * | | | | Added interfaces to server controllerAlex Meade2011-05-051-0/+20
| | |/ / / /
| * | | | | Make sure imports are in alphabetical orderJohannes Erdfelt2011-05-121-1/+1
| * | | | | Implement IPv6 address generation that includes account identifierJohannes Erdfelt2011-05-111-1/+2
| * | | | | Merged trunkJohannes Erdfelt2011-05-112-2/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Abstract out IPv6 address generation to pluggable backendsJohannes Erdfelt2011-05-111-1/+2
| | |_|/ / | |/| | |
* | | | | Merging in Sandy's changesRick Harris2011-05-132-2/+5
|\ \ \ \ \
| * \ \ \ \ trunk mergeSandy Walsh2011-05-132-2/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | make sure proper exceptions are raised for ec2 id conversion and add testsVishvananda Ishaya2011-05-112-2/+5
| | |/ / /
| * | | | pep8Sandy Walsh2011-05-121-1/+1
* | | | | Adding basic tests for call_zone_methodRick Harris2011-05-121-1/+1
|/ / / /
* / / / First cut with tests passingSandy Walsh2011-05-112-1/+50
|/ / /
* / / removing rogue TimeoutExceptionBrian Waldon2011-05-051-4/+1
|/ /
* | Adding OSAPI v1.1 limits resourceBrian Waldon2011-05-033-14/+126
|\ \
| * \ merging trunkBrian Waldon2011-05-035-16/+27
| |\ \
| * | | removing class importsBrian Waldon2011-05-031-4/+2