summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Fixed the docstring for common.get_id_from_hrefNaveed Massjouni2011-03-241-2/+2
* Merge from trunkNaveed Massjouni2011-03-243-5/+20
|\
| * Updates the previously merged xs_migration functionality to allow upsizing of...matt.dietz@rackspace.com2011-03-232-0/+9
| |\
| | * Forgot extraneous module import againmatt.dietz@rackspace.com2011-03-231-1/+0
| | * Forgot extraneous module importmatt.dietz@rackspace.com2011-03-231-1/+0
| | * Unit test cleanupmatt.dietz@rackspace.com2011-03-231-2/+3
| | * Merge from trunkmatt.dietz@rackspace.com2011-03-231-7/+12
| | |\
| | * | merge prop changesmatt.dietz@rackspace.com2011-03-231-6/+3
| | * | Tweakmatt.dietz@rackspace.com2011-03-221-0/+4
| | * | Merge stuffmatt.dietz@rackspace.com2011-03-222-4/+5
| | * | Resolved conflictsmatt.dietz@rackspace.com2011-03-2214-86/+767
| | |\ \
| | * | | pep8Cerberus2011-03-171-1/+1
| | * | | mergeCerberus2011-03-172-14/+154
| | |\ \ \
| | * | | | Get the migration outmatt.dietz@rackspace.com2011-03-171-5/+7
| | * | | | Mapping the resize statusCerberus2011-03-171-1/+1
| | * | | | Mapping the resize statusCerberus2011-03-171-1/+7
| * | | | | Fix lp735636 by standardizing the format of image timestamp properties as dat...Mark Washenberger2011-03-231-0/+6
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | make bcwaldon happyMark Washenberger2011-03-211-1/+1
| | * | | | merge lp:novaMark Washenberger2011-03-211-5/+10
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | merge lp:novaMark Washenberger2011-03-1815-87/+904
| | |\ \ \ \
| | * | | | | fix date formatting in images controller showMark Washenberger2011-03-181-0/+6
* | | | | | | Should not call super __init__ twice in APIRouterNaveed Massjouni2011-03-231-2/+0
* | | | | | | Merge from trunk.Naveed Massjouni2011-03-231-7/+12
|\| | | | | |
| * | | | | | Fix for lp740742 - format describe_instance_output correctly to prevent Anthony Young2011-03-221-1/+2
| * | | | | | Fix the describe_vpns admin api call.Todd Willey2011-03-231-5/+9
| |\ \ \ \ \ \
| | * | | | | | vpn changesTodd Willey2011-03-221-5/+9
| | | |_|/ / / | | |/| | | |
| * / | | | | typo fix.Todd Willey2011-03-221-1/+1
| |/ / / / /
* | | | | | Using super to call parent _setup_routes in APIRouter subclasses.Naveed Massjouni2011-03-231-2/+2
* | | | | | Updating doc strings in accordance with PEP 257. Fixing order of imports inNaveed Massjouni2011-03-223-17/+25
* | | | | | Now using urlparse to parse a url to grab id out of it.Naveed Massjouni2011-03-221-3/+4
* | | | | | Adding more docstrings. image_id and instance_type fields of an instance willNaveed Massjouni2011-03-222-13/+16
* | | | | | merging trunkBrian Waldon2011-03-217-13/+437
|\| | | | |
| * | | | | merging trunk r837Brian Waldon2011-03-216-9/+427
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Cleanup of FakeAuthManagerJustin Santa Barbara2011-03-181-3/+14
| | |\ \ \ \
| | | * | | | User ids are strings, and are not necessarily == name. Also fix so that non-...Justin Santa Barbara2011-03-161-3/+14
| | * | | | | Change cloud.id_to_ec2_id to ec2utils.id_to_ec2_id. Fixes EC2 API error handl...Dan Prince2011-03-181-3/+3
| | |\ \ \ \ \
| | | * | | | | Change cloud.id_to_ec2_id to ec2utils.id_to_ec2_id. Fixes EC2 API errorDan Prince2011-03-181-3/+3
| | * | | | | | Re-implementation (or just implementation in many cases) of Limits in the Ope...Brian Lamar2011-03-183-0/+403
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Better comment for fault. Improved readability of two small sections.Brian Lamar2011-03-172-2/+5
| | | * | | | | Pep8 error, oddly specific to pep8 v0.5 < x > v0.6Brian Lamar2011-03-171-3/+3
| | | * | | | | Fixed pep8 violation.Brian Lamar2011-03-171-1/+2
| | | * | | | | Merged trunk.Brian Lamar2011-03-171-16/+159
| | | |\ \ \ \ \
| | | * | | | | | Added i18n to error message.Brian Lamar2011-03-161-1/+1
| | | * | | | | | Added tests back for RateLimitingMiddleware which now throw correctly serializedBrian Lamar2011-03-152-16/+31
| | | * | | | | | Removed VIM specific stuff and changed copyright from 2010 to 2011.Brian Lamar2011-03-151-3/+1
| | | * | | | | | Limits controller and testing with XML and JSON serialization.Brian Lamar2011-03-151-11/+31
| | | * | | | | | pep8 fixesBrian Lamar2011-03-151-23/+20
| | | * | | | | | Major cosmetic changes to limits, but little-to-no functional changes. MUCH b...Brian Lamar2011-03-153-0/+369
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Update the Openstack API to handle case where personality is set but null in ...Dan Prince2011-03-171-2/+5
| | |\ \ \ \ \ \
| | | * | | | | | Move the check for None personalities into the create method.Dan Prince2011-03-171-5/+4