summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Switch the run_instances call in the EC2 back to 'image_id'. IncomingDan Prince2011-05-261-1/+1
* Merge w/ trunk.Dan Prince2011-05-264-13/+40
|\
| * Merged trunk and resolved conflictsAlex Meade2011-05-252-5/+8
| |\
| | * Several changes designed to bring the openstack api 1.1 closer to specMark Washenberger2011-05-252-7/+31
| | |\
| | * | 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
| * | | | merge branch lp:~rackspace-titan/nova/ram-limitsAlex Meade2011-05-232-7/+31
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | add absolute limits support to 1.0 api as wellMark Washenberger2011-05-201-24/+20
| | * | | waldon's naming feedbackMark Washenberger2011-05-191-1/+1
| | * | | merge lp:novaMark Washenberger2011-05-185-14/+41
| | |\ \ \
| | * | | | fixup absolute limits to latest 1.1 specMark Washenberger2011-05-182-6/+7
| | * | | | get real absolute limits in openstack api and verify absolute limit responsesMark Washenberger2011-05-182-22/+12
| | * | | | Removed extra serialization metadataAlex Meade2011-05-171-3/+0
| | * | | | Changed builder to match specs and added testAlex Meade2011-05-172-17/+16
| | * | | | Implemented builder for absolute limits and updated testsAlex Meade2011-05-172-2/+43
| | |\ \ \ \
| | | * | | | add a todoMark Washenberger2011-05-161-1/+3
| | |/ / / /
| * | | / / Fixed mistyped lineAlex Meade2011-05-231-1/+1
| | |_|/ / | |/| | |
* | | | | Renamed image_ref variables to image_href. Since the convention is that x_refNaveed Massjouni2011-05-253-12/+12
* | | | | Fixing docstring.Naveed Massjouni2011-05-241-1/+1
* | | | | Fixing _get_kernel_ramdisk_from_image to use the correct image service.Naveed Massjouni2011-05-241-7/+4
* | | | | make image_ref and image_id usage more consistant, eliminate redundancy in co...William Wolf2011-05-232-3/+2
* | | | | Renaming service_image_id vars to image_id to reduce confusion.Naveed Massjouni2011-05-233-14/+10
* | | | | moved utils functions into nova/image/William Wolf2011-05-233-8/+14
* | | | | Removing utils.is_int()Naveed Massjouni2011-05-221-1/+1
* | | | | Minor cleanupNaveed Massjouni2011-05-212-4/+3
* | | | | combined the exception catching to eliminate duplicationWilliam Wolf2011-05-201-4/+1
* | | | | merge from trunkWilliam Wolf2011-05-204-47/+106
|\| | | |
| * | | | 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
| |\| | | | |
| * | | | | | Merging in Sandy's changesRick Harris2011-05-132-2/+5
| |\ \ \ \ \ \
| | * \ \ \ \ \ trunk mergeSandy Walsh2011-05-132-2/+5
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |