| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed unit test to refer to compute API, per Todd's suggestion. | Justin Santa Barbara | 2011-02-23 | 2 | -6/+3 |
| * | Merged with trunk | Justin Santa Barbara | 2011-02-21 | 31 | -96/+24383 |
| |\ | |||||
| | * | The OpenStack API was using the 'secret' as the 'access key'. There is an 'a... | Justin Santa Barbara | 2011-02-21 | 3 | -7/+11 |
| | |\ | |||||
| | | * | Fix FakeAuthManager so that unit tests pass; I believe it was matching the wr... | Justin Santa Barbara | 2011-02-18 | 2 | -5/+9 |
| | | * | Fix typo (?) in authentication logic | Justin Santa Barbara | 2011-02-18 | 1 | -2/+2 |
| | * | | Adds translation catalogs and distutils.extra glue code that automates the pr... | Launchpad Translations on behalf of nova-core | 2011-02-21 | 15 | -26/+24305 |
| | |\ \ | |||||
| | | * | | Duh, continue skips iteration, not pass. #iamanidiot | jaypipes@gmail.com | 2011-02-21 | 1 | -1/+1 |
| | | * | | PEP8 errors and remove check in authors file for nova-core, since nova-core o... | jaypipes@gmail.com | 2011-02-21 | 2 | -2/+6 |
| | | * | | Merge trunk and re-run build_i18n | jaypipes@gmail.com | 2011-02-21 | 54 | -438/+1747 |
| | | |\ \ | |||||
| | | * | | | Replace placeholders in nova.pot with some actual values. | jaypipes@gmail.com | 2011-02-15 | 1 | -1/+1 |
| | | * | | | Update .pot file with source file and line numbers after running python setup... | jaypipes@gmail.com | 2011-02-15 | 1 | -123/+141 |
| | | * | | | Adds Distutils.Extra support, removes Babel support, which is half-baked at b... | jaypipes@gmail.com | 2011-02-15 | 15 | -2134/+2716 |
| | | |\ \ \ | |||||
| | | | * | | | Merge Distutils.Extra changes for automating translation message catalog comp... | jaypipes@gmail.com | 2011-02-14 | 4 | -2134/+2715 |
| | | * | | | | Pull in .po message catalogs from lp:~nova-core/nova/translations | jaypipes@gmail.com | 2011-02-15 | 11 | -0/+23551 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-15 | 1 | -1/+1 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-14 | 1 | -12/+12 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-13 | 1 | -1/+1 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-12 | 1 | -11/+11 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-10 | 1 | -21/+22 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-09 | 1 | -0/+2136 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-08 | 1 | -22/+29 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-07 | 1 | -0/+2130 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-05 | 9 | -9/+9 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-04 | 9 | -25/+30 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-02-01 | 1 | -10/+12 |
| | | | * | | | | Launchpad automatic translations update. | Launchpad Translations on behalf of nova-core | 2011-01-28 | 9 | -0/+19270 |
| | * | | | | | | introducing a new flag timeout_nbd for manually setting the time in seconds f... | Christian Berendt | 2011-02-21 | 1 | -1/+3 |
| | |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| | | * | | | | | introducing a new flag timeout_nbd for manually setting the time in seconds f... | Christian Berendt | 2011-02-21 | 1 | -1/+3 |
| | |/ / / / / | |||||
| | * | | | | | Various optimizations of lookups relating to users. | Vishvananda Ishaya | 2011-02-19 | 5 | -15/+15 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | more optimizations context.user.id to context.user_id | Vishvananda Ishaya | 2011-02-18 | 3 | -6/+6 |
| | | * | | | | | remove extra . | Vishvananda Ishaya | 2011-02-18 | 1 | -6/+6 |
| | | * | | | | | replace context.user.is_admin() with context.is_admin because it is much faster | Vishvananda Ishaya | 2011-02-18 | 4 | -9/+9 |
| | * | | | | | | If there are no keypairs registered on a create call, output a useful error m... | Justin Santa Barbara | 2011-02-19 | 1 | -2/+6 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | If there are no keypairs, output a useful error message | Justin Santa Barbara | 2011-02-18 | 1 | -2/+6 |
| | | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | | Fixes vpn images to use kernel and ramdisk specified by the image. | Vishvananda Ishaya | 2011-02-19 | 1 | -19/+17 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | remove the weird is_vpn logic in compute/api.py | Vishvananda Ishaya | 2011-02-18 | 1 | -19/+17 |
| | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | | added elif branch to handle the conversion of datetime instances to isoformat... | Ken Pepple | 2011-02-19 | 2 | -2/+4 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | fix ec2 launchtime response not in iso format bug | Ken Pepple | 2011-02-19 | 1 | -0/+3 |
| | | * | | | | | | pep8 leftover | Ken Pepple | 2011-02-19 | 1 | -2/+1 |
| | | |/ / / / / | |||||
| | * | | | | | | Calculate time correctly for ec2 request logs | Jesse Andrews | 2011-02-19 | 1 | -10/+6 |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | | * | | | | | move from datetime.datetime.utcnow -> utils.utcnow | Jesse Andrews | 2011-02-19 | 1 | -3/+2 |
| | | * | | | | | pass start time as a param instead of making it an attribute | Jesse Andrews | 2011-02-19 | 1 | -4/+4 |
| | | * | | | | | store time when RequestLogging starts instead of using context's time | Jesse Andrews | 2011-02-19 | 1 | -7/+4 |
| | |/ / / / / | |||||
| | * | | | | | Use WatchedFileHandler instead of RotatingFileHandler. | Soren Hansen | 2011-02-18 | 1 | -2/+2 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | | * | | | | Use WatchedFileHandler instead of RotatingFileHandler. | Soren Hansen | 2011-02-18 | 1 | -2/+2 |
| | |/ / / / | |||||
| | * | | | | Makes FlatDHCPManager clean up old fixed_ips like VlanManager. | Vishvananda Ishaya | 2011-02-18 | 1 | -12/+15 |
| | |\ \ \ \ | |||||
| | | * | | | | remove leftover periodic tasks | Vishvananda Ishaya | 2011-02-17 | 1 | -5/+0 |
| | | * | | | | move periodic tasks to base class based on class variable as per review | Vishvananda Ishaya | 2011-02-17 | 1 | -20/+16 |
| | | * | | | | add periodic disassociate from VlanManager to FlatDHCPManager. | Vishvananda Ishaya | 2011-02-16 | 1 | -0/+12 |
| | * | | | | | Correctly pass the associate paramater for project_get_network through the IM... | Vishvananda Ishaya | 2011-02-18 | 1 | -1/+1 |
| | |\ \ \ \ \ | |||||
