Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix pep8 and remove extra reference to reset | Vishvananda Ishaya | 2011-02-21 | 2 | -3/+1 |
| | |||||
* | switch to explicit call to logging.setup() | Vishvananda Ishaya | 2011-02-21 | 18 | -28/+61 |
| | |||||
* | use tests.sqlite so it doesn't conflict with running db | Vishvananda Ishaya | 2011-02-21 | 2 | -4/+4 |
| | |||||
* | cleanup from review | Vishvananda Ishaya | 2011-02-21 | 1 | -12/+7 |
| | |||||
* | reset to notset if level isn't in flags | Vishvananda Ishaya | 2011-02-21 | 1 | -2/+4 |
| | |||||
* | move exception hook into appropriate location and remove extra stuff from ↵ | Vishvananda Ishaya | 2011-02-21 | 2 | -23/+23 |
| | | | | module namespace | ||||
* | simplify logic for parsing log level flags | Vishvananda Ishaya | 2011-02-21 | 1 | -17/+8 |
| | |||||
* | reset all loggers on flag change, not just root | Vishvananda Ishaya | 2011-02-21 | 1 | -0/+3 |
| | |||||
* | add docstring to reset method | Vishvananda Ishaya | 2011-02-21 | 1 | -0/+1 |
| | |||||
* | removed extra comments and initialized from flags | Vishvananda Ishaya | 2011-02-21 | 1 | -3/+0 |
| | |||||
* | fix nova-api as well | Vishvananda Ishaya | 2011-02-21 | 1 | -1/+1 |
| | |||||
* | get rid of initialized flag | Vishvananda Ishaya | 2011-02-21 | 5 | -20/+11 |
| | |||||
* | clean up location of method | Vishvananda Ishaya | 2011-02-20 | 1 | -17/+17 |
| | |||||
* | remove extra references to logging.basicConfig | Vishvananda Ishaya | 2011-02-20 | 8 | -16/+15 |
| | |||||
* | move the fake initialized into fake flags | Vishvananda Ishaya | 2011-02-20 | 2 | -2/+1 |
| | |||||
* | fixes for various logging errors and issues | Vishvananda Ishaya | 2011-02-20 | 19 | -105/+117 |
| | |||||
* | 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 ↵ | Justin Santa Barbara | 2011-02-19 | 1 | -2/+6 |
|\ \ | | | | | | | | | | message rather than an out-of-range exception | ||||
| * | | 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 ↵ | Ken Pepple | 2011-02-19 | 2 | -2/+4 |
|\ \ \ | | | | | | | | | | | | | isoformat instead of plain string conversion | ||||
| * | | | 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 ↵ | Vishvananda Ishaya | 2011-02-18 | 1 | -1/+1 |
|\ \ | | | | | | | | | | IMPL layer in the db api. | ||||
| * | | Correctly pass the associate paramater to project_get_network | Vishvananda Ishaya | 2011-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | Added support for feature parity with the current Rackspace Cloud Servers ↵ | Ed Leafe | 2011-02-17 | 10 | -32/+164 |
|\ \ \ | | | | | | | | | | | | | practice of "injecting" files into newly-created instances for configuration, etc. However, this is in no way restricted to only writing files to the guest when it is first created. | ||||
| * \ \ | Uncommitted changes using the wrong author, and re-committing under the ↵ | Ed Leafe | 2011-02-17 | 61 | -323/+1792 |
| |\ \ \ | | | | | | | | | | | | | | | | correct author | ||||
* | \ \ \ | Add **kwargs to VlanManager's create_networks so that optional args from ↵ | Soren Hansen | 2011-02-17 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | other managers don't break. | ||||
| * | | | | Add **kwargs to VlanManager's create_networks so that optional args from ↵ | Soren Hansen | 2011-02-17 | 1 | -1/+1 |
| | |/ / | |/| | | | | | | | | | | other managers don't break. | ||||
* | | | | Added http://mynova/v1.0/zones/ api options for add/remove/update/delete ↵ | Sandy Walsh | 2011-02-17 | 11 | -9/+374 |
|\ \ \ \ | |/ / / |/| | | | | | | | zones. child_zones table added to database and migration. Changed novarc vars from CLOUD_SERVERS_* to NOVA_* to work with novatools. See python-novatools on github for help testing this. | ||||
| * | | | copyright notice | Sandy Walsh | 2011-02-17 | 2 | -4/+1 |
| | | | | |||||
| * | | | changed from 003-004 migration | Sandy Walsh | 2011-02-17 | 44 | -138/+821 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Make eth0 the default for the public_interface flag. | Soren Hansen | 2011-02-17 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Make eth0 the default for FLAGS.public_interface. | Soren Hansen | 2011-02-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Re-alphabetise Authors, move extra addresses into .mailmap. | Soren Hansen | 2011-02-17 | 2 | -25/+31 |
|\ \ \ \ \ | |||||
| * | | | | | Re-alphabetise Authors, move extra addressses into .mailmap. | Soren Hansen | 2011-02-17 | 2 | -25/+31 |
|/ / / / / |