summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* fixes for various logging errors and issuesVishvananda Ishaya2011-02-206-8/+0
* 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
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | 1) Moved tests for limiter to test_common.py (from __init__.py) and expandedbrian-lamar2011-02-091-13/+20
| | | |/ / | | |/| |
| * | | | comments + Englilish, changed copyright in migration, removed network_get_all...Trey Morris2011-02-171-1/+1
| * | | | added test for reset_network to openstack api tests, tabstop 5 to 4, renamed ...Trey Morris2011-02-161-0/+1
| * | | | merge with trunkTrey Morris2011-02-151-0/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Updates to that S3ImageService kernel_id and ramdisk_id mappings work withDan Prince2011-02-141-0/+3
| * | | | fixed merge conflictTrey Morris2011-02-147-79/+170
| |\| | |
| * | | | added call to reset_network from openstack api down to vmopsTrey Morris2011-02-141-0/+14
* | | | | better filteringSandy Walsh2011-02-141-5/+8
* | | | | removed debuggingSandy Walsh2011-02-141-1/+0
* | | | | better filteringSandy Walsh2011-02-144-5/+24
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Modified S3ImageService to return the format defined in BaseService to allow ...Devin Carlen2011-02-141-2/+17
| |\ \ \ \
| | * | | | Added missing doc string and made a few style tweaksDevin Carlen2011-02-131-0/+1
| | * | | | Made a few tweaks to format of S3 service implementationDevin Carlen2011-02-121-4/+4
| | * | | | Merged trunkDevin Carlen2011-02-121-2/+5
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | First attempt to make all image services use similar schemasDevin Carlen2011-02-121-1/+15
| * | | | | Fixes a typo in the auth checking for DescribeAvailabilityZones.Vishvananda Ishaya2011-02-141-2/+1
| |\ \ \ \ \
| | * | | | | fix typo in auth checking for describe_availability_zonesVishvananda Ishaya2011-02-131-2/+1
| | | |/ / / | | |/| | |
| * | | | | return a list instead of a generator from describe_groupsVishvananda Ishaya2011-02-131-1/+2
| * | | | | now sorting by project, then by groupRicardo Carrillo Cruz2011-02-131-1/+1
| * | | | | Preliminary fix for issue, need more thorough testing before pushing to lpRicardo Carrillo Cruz2011-02-121-3/+2
| * | | | | Added LOG line to describe groups function to find out what's goingRicardo Carrillo Cruz2011-02-111-0/+2
| |/ / / /
* | | | | zone api tests passingSandy Walsh2011-02-112-2/+2
* | | | | template adjusted to NOVA_TOOLS, zone db & os api layers addedSandy Walsh2011-02-101-0/+75
* | | | | trunk mergeSandy Walsh2011-02-104-13/+28
|\| | | |
| * | | | Checking whether the instance id is a list or not before assignment. This is ...Ryan Lane2011-02-071-2/+5
| |/ / /
| * | | Fix for LP Bug #709510Tushar Patil2011-01-311-2/+2
| * | | Fix for LP Bug #709510Tushar Patil2011-01-311-9/+10
| * | | Added modify project to ec2 admin apiDevin Carlen2011-01-281-0/+11
| | |/ | |/|