summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Copy over to current trunk my tests, the 401/500 fix, and a couple ofKevin L. Mitchell2011-03-181-2/+6
* Pass id of token to be deleted to the db api, not the actual object.Todd Willey2011-02-241-1/+1
* Rename auth_token db methods to follow standard.Todd Willey2011-02-241-3/+3
* adds live network injection/reconfiguration. Some refactoring.Trey Morris2011-02-242-0/+15
|\
| * added admin api call for injecting network info, added api test for inject ne...Trey Morris2011-02-182-0/+15
* | Add some methods to the ec2 admin api to work with VPNs. Also implements and...Todd Willey2011-02-241-13/+98
|\ \
| * | Update the admin client to deal with VPNs and have a function host list.Todd Willey2011-02-221-13/+98
* | | Hotfix to not require metadataJustin Santa Barbara2011-02-231-1/+1
* | | Revert commit 709. This fixes issues with the Openstack API causing 'No user ...Dan Prince2011-02-241-2/+2
|\ \ \
| * | | Revert commit 709. This fixes issues with the Openstack API causing 'No user ...Dan Prince2011-02-231-2/+2
* | | | 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
|/ / /