summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Helper function that supports XPath style selectors to traverse an object tre...Justin Santa Barbara2011-02-231-11/+4
|\
| * Put back the comments I accidentally removedJustin Santa Barbara2011-02-231-0/+2
| * Make sure there are two blank links after the importJustin Santa Barbara2011-02-231-0/+1
| * Rename minixpath_select to get_from_pathJustin Santa Barbara2011-02-231-3/+2
| * Created mini XPath implementation, to simplify mapping logicJustin Santa Barbara2011-02-231-16/+5
| * Don't crash if there's no 'fixed_ip' attribute (was returning None, which was...Justin Santa Barbara2011-02-181-14/+16
* | Fixes the describe_availability_zones to use an elevated context when getting...Vishvananda Ishaya2011-02-231-2/+3
|\ \
| * | fix describe_availability_zonesVishvananda Ishaya2011-02-231-2/+3
* | | fix for failing describe_instances testVishvananda Ishaya2011-02-231-1/+2
* | | merged trunkVishvananda Ishaya2011-02-231-1/+2
|\| |
| * | The kernel_id and the ramdisk_id are optional, yet the OpenStack API was requ...Justin Santa Barbara2011-02-231-1/+2
| |\ \
| | * | Return null if no kernel_id / ramdisk_idJustin Santa Barbara2011-02-221-0/+1
| | * | Reverted change to focus on the core bug - kernel_id and ramdisk_id are optionalJustin Santa Barbara2011-02-221-5/+7
| | * | ObjectStore doesn't use properties collection; kernel_id and ramdisk_id aren'...Justin Santa Barbara2011-02-181-7/+5
| | |/
* | | merged trunkVishvananda Ishaya2011-02-238-18/+34
|\| |
| * | Initial support for per-instance metadata, though the OpenStack API. Key/val...Justin Santa Barbara2011-02-231-5/+22
| |\ \
| | * | Changed unit test to refer to compute API, per Todd's suggestion.Justin Santa Barbara2011-02-231-5/+1
| | * | Merged with trunkJustin Santa Barbara2011-02-215-24/+26
| | |\ \
| | * \ \ Merged with trunkJustin Santa Barbara2011-02-171-1/+2
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Initial support for per-instance metadata, though the OpenStack API. Key/valu...Justin Santa Barbara2011-02-172-7/+29
| * | | | Lots of test fixingVishvananda Ishaya2011-02-221-2/+3
| * | | | no, really fix lp721297 this timeKen Pepple2011-02-221-1/+7
| |\ \ \ \
| | * \ \ \ merged trunkKen Pepple2011-02-213-23/+23
| | |\ \ \ \
| | * | | | | make sure that ec2 response times are xs:dateTime parsableKen Pepple2011-02-211-1/+7
| * | | | | | Fixes various issues regarding verbose logging and logging errors on import.Vishvananda Ishaya2011-02-226-8/+0
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | fixes for various logging errors and issuesVishvananda Ishaya2011-02-206-8/+0
| | | |/ / / | | |/| | |
| * | | | | The OpenStack API was using the 'secret' as the 'access key'. There is an 'a...Justin Santa Barbara2011-02-211-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix typo (?) in authentication logicJustin Santa Barbara2011-02-181-2/+2
| | | |_|/ | | |/| |
* | / | | fix and optimize security group filteringVishvananda Ishaya2011-02-221-3/+8
|/ / / /
* | | | Various optimizations of lookups relating to users.Vishvananda Ishaya2011-02-192-11/+11
|\ \ \ \
| * | | | more optimizations context.user.id to context.user_idVishvananda Ishaya2011-02-182-5/+5
| * | | | remove extra .Vishvananda Ishaya2011-02-181-6/+6
| * | | | replace context.user.is_admin() with context.is_admin because it is much fasterVishvananda Ishaya2011-02-181-6/+6
| |/ / /
* | | | If there are no keypairs registered on a create call, output a useful error m...Justin Santa Barbara2011-02-191-2/+6
|\ \ \ \
| * | | | If there are no keypairs, output a useful error messageJustin Santa Barbara2011-02-181-2/+6
| |/ / /
* | | | added elif branch to handle the conversion of datetime instances to isoformat...Ken Pepple2011-02-191-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | fix ec2 launchtime response not in iso format bugKen Pepple2011-02-191-0/+3
| |/ /
* | | move from datetime.datetime.utcnow -> utils.utcnowJesse Andrews2011-02-191-3/+2
* | | pass start time as a param instead of making it an attributeJesse Andrews2011-02-191-4/+4
* | | store time when RequestLogging starts instead of using context's timeJesse Andrews2011-02-191-7/+4
|/ /
* | Added support for feature parity with the current Rackspace Cloud Servers pra...Ed Leafe2011-02-171-1/+2
|\ \ | |/ |/|
| * Uncommitted changes using the wrong author, and re-committing under the corre...Ed Leafe2011-02-176-32/+105
| |\
* | | copyright noticeSandy Walsh2011-02-171-2/+0
* | | changed from 003-004 migrationSandy Walsh2011-02-174-13/+54
|\ \ \ | | |/ | |/|
| * | Update the Openstack API so that it returns 'addresses'.Brian Waldon2011-02-171-0/+16
| |\ \
| | * | removing superfluous pass statements; replacing list comprehension with for l...Brian Waldon2011-02-171-4/+2
| | * | merging trunk back in; updating Authors conflictBrian Waldon2011-02-152-5/+24
| | |\ \
| | * | | - population of public and private addresses containers in openstack apiBrian Waldon2011-02-091-0/+18
| * | | | I have a bug fix, additional tests for the `limiter` method, and additional c...Brian Lamar2011-02-171-13/+20
| |\ \ \ \
| | * \ \ \ Merged lp:novabrian-lamar2011-02-152-5/+24
| | |\ \ \ \ | | | | |/ / | | | |/| |