summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch back to 'is not None' for personality_files check. (makes mark happy)Dan Prince2011-03-171-1/+0
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the Openstack API to handle case where personality is set butDan Prince2011-03-171-0/+5
| | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merging parent branch lp:~rackspace-titan/nova/openstack-api-version-splitBrian Waldon2011-03-173-18/+165
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | / / / / / / / / / / / / / | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | merging openstack-api-version-splitBrian Waldon2011-03-162-3/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openstack api 1.0 flavors resource now implemented; adding flavors request va...Brian Waldon2011-03-151-3/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pep8; various fixesBrian Waldon2011-03-212-3/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for markers for pagination as defined in the 1.1 spec.Naveed Massjouni2011-03-182-1/+35
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from trunk.Naveed Massjouni2011-03-171-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | / / / / / / / / / / / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | - general approach for openstack api versioningNaveed Massjouni2011-03-179-65/+324
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | / / / / / / / / / / / / / / / / / / / / | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for network QoS (ratelimiting) for XenServer. Monsyne Dragon2011-03-171-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | added in network qos support for xenserver. Monsyne Dragon2011-03-171-1/+2
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Now returns a 400 for a create server request with invalid hrefs forNaveed Massjouni2011-03-172-5/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from parent branch lp:~rackspace-titan/nova/openstack-api-version-splitNaveed Massjouni2011-03-174-19/+168
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | moving code out of try/except that would never trigger NotFoundNaveed Massjouni2011-03-171-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from trunk.Naveed Massjouni2011-03-174-19/+167
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Fixes lp736343 - Incorrect mapping of instance type id to flavor id in Openst...matt.dietz@rackspace.com2011-03-171-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | DumbCerberus2011-03-161-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | ChangesCerberus2011-03-161-1/+2
| | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Remove unconditional raise, probably left over from debugging.Soren Hansen2011-03-171-1/+1
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | merge lp:nova and resolve conflictsMark Washenberger2011-03-161-5/+9
| | |\| | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | Keypairs are not required in the OpenStack API; don't require them!jaypipes@gmail.com2011-03-161-5/+9
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | Make key_pair optional with OpenStack APIJustin Santa Barbara2011-03-141-5/+9
| | | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | merge lp:novaMark Washenberger2011-03-151-1/+5
| | |\| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | Fixed lp732866 by catching relevant `exception.NotFound` exception. Tests did...Brian Lamar2011-03-151-1/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | Fixed lp732866 by catching relevant `exception.NotFound` exception. Tests did...Brian Lamar2011-03-111-1/+5
| | | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | ignore differently-named nodes in personality and metadata parsingMark Washenberger2011-03-151-2/+8
| | * | | | | | | | | | | | | | | | | | | | | | internationalizationMark Washenberger2011-03-151-7/+8
| | * | | | | | | | | | | | | | | | | | | | | | s/onset_files/injected_files/gMark Washenberger2011-03-151-8/+8