summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed unit test to refer to compute API, per Todd's suggestion.Justin Santa Barbara2011-02-232-6/+3
* Merged with trunkJustin Santa Barbara2011-02-2131-96/+24383
|\
| * The OpenStack API was using the 'secret' as the 'access key'. There is an 'a...Justin Santa Barbara2011-02-213-7/+11
| |\
| | * Fix FakeAuthManager so that unit tests pass; I believe it was matching the wr...Justin Santa Barbara2011-02-182-5/+9
| | * Fix typo (?) in authentication logicJustin Santa Barbara2011-02-181-2/+2
| * | Adds translation catalogs and distutils.extra glue code that automates the pr...Launchpad Translations on behalf of nova-core2011-02-2115-26/+24305
| |\ \
| | * | Duh, continue skips iteration, not pass. #iamanidiotjaypipes@gmail.com2011-02-211-1/+1
| | * | PEP8 errors and remove check in authors file for nova-core, since nova-core o...jaypipes@gmail.com2011-02-212-2/+6
| | * | Merge trunk and re-run build_i18njaypipes@gmail.com2011-02-2154-438/+1747
| | |\ \
| | * | | Replace placeholders in nova.pot with some actual values.jaypipes@gmail.com2011-02-151-1/+1
| | * | | Update .pot file with source file and line numbers after running python setup...jaypipes@gmail.com2011-02-151-123/+141
| | * | | Adds Distutils.Extra support, removes Babel support, which is half-baked at b...jaypipes@gmail.com2011-02-1515-2134/+2716
| | |\ \ \
| | | * | | Merge Distutils.Extra changes for automating translation message catalog comp...jaypipes@gmail.com2011-02-144-2134/+2715
| | * | | | Pull in .po message catalogs from lp:~nova-core/nova/translationsjaypipes@gmail.com2011-02-1511-0/+23551
| | |\ \ \ \
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-151-1/+1
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-141-12/+12
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-131-1/+1
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-121-11/+11
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-101-21/+22
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-091-0/+2136
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-081-22/+29
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-071-0/+2130
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-059-9/+9
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-049-25/+30
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-02-011-10/+12
| | | * | | | Launchpad automatic translations update.Launchpad Translations on behalf of nova-core2011-01-289-0/+19270
| * | | | | | introducing a new flag timeout_nbd for manually setting the time in seconds f...Christian Berendt2011-02-211-1/+3
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | introducing a new flag timeout_nbd for manually setting the time in seconds f...Christian Berendt2011-02-211-1/+3
| |/ / / / /
| * | | | | Various optimizations of lookups relating to users.Vishvananda Ishaya2011-02-195-15/+15
| |\ \ \ \ \
| | * | | | | more optimizations context.user.id to context.user_idVishvananda Ishaya2011-02-183-6/+6
| | * | | | | remove extra .Vishvananda Ishaya2011-02-181-6/+6
| | * | | | | replace context.user.is_admin() with context.is_admin because it is much fasterVishvananda Ishaya2011-02-184-9/+9
| * | | | | | 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
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Fixes vpn images to use kernel and ramdisk specified by the image.Vishvananda Ishaya2011-02-191-19/+17
| |\ \ \ \ \ \
| | * | | | | | remove the weird is_vpn logic in compute/api.pyVishvananda Ishaya2011-02-181-19/+17
| | | |/ / / / | | |/| | | |
| * | | | | | added elif branch to handle the conversion of datetime instances to isoformat...Ken Pepple2011-02-192-2/+4
| |\ \ \ \ \ \
| | * | | | | | fix ec2 launchtime response not in iso format bugKen Pepple2011-02-191-0/+3
| | * | | | | | pep8 leftoverKen Pepple2011-02-191-2/+1
| | |/ / / / /
| * | | | | | Calculate time correctly for ec2 request logsJesse Andrews2011-02-191-10/+6
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | 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
| |/ / / / /
| * | | | | Use WatchedFileHandler instead of RotatingFileHandler.Soren Hansen2011-02-181-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Use WatchedFileHandler instead of RotatingFileHandler.Soren Hansen2011-02-181-2/+2
| |/ / / /
| * | | | Makes FlatDHCPManager clean up old fixed_ips like VlanManager.Vishvananda Ishaya2011-02-181-12/+15
| |\ \ \ \
| | * | | | remove leftover periodic tasksVishvananda Ishaya2011-02-171-5/+0
| | * | | | move periodic tasks to base class based on class variable as per reviewVishvananda Ishaya2011-02-171-20/+16
| | * | | | add periodic disassociate from VlanManager to FlatDHCPManager.Vishvananda Ishaya2011-02-161-0/+12
| * | | | | Correctly pass the associate paramater for project_get_network through the IM...Vishvananda Ishaya2011-02-181-1/+1
| |\ \ \ \ \