summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* fix pep8 and remove extra reference to resetVishvananda Ishaya2011-02-211-2/+1
* switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-214-22/+27
* use tests.sqlite so it doesn't conflict with running dbVishvananda Ishaya2011-02-211-2/+2
* cleanup from reviewVishvananda Ishaya2011-02-211-12/+7
* reset to notset if level isn't in flagsVishvananda Ishaya2011-02-211-2/+4
* move exception hook into appropriate location and remove extra stuff from mod...Vishvananda Ishaya2011-02-211-22/+23
* simplify logic for parsing log level flagsVishvananda Ishaya2011-02-211-17/+8
* reset all loggers on flag change, not just rootVishvananda Ishaya2011-02-211-0/+3
* add docstring to reset methodVishvananda Ishaya2011-02-211-0/+1
* removed extra comments and initialized from flagsVishvananda Ishaya2011-02-211-3/+0
* get rid of initialized flagVishvananda Ishaya2011-02-215-20/+11
* clean up location of methodVishvananda Ishaya2011-02-201-17/+17
* remove extra references to logging.basicConfigVishvananda Ishaya2011-02-204-9/+13
* move the fake initialized into fake flagsVishvananda Ishaya2011-02-202-2/+1
* fixes for various logging errors and issuesVishvananda Ishaya2011-02-2018-102/+115
* 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
| |/ /
* | | 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
|/
* 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
|\ \
| * | Correctly pass the associate paramater to project_get_networkVishvananda Ishaya2011-02-171-1/+1
* | | Added support for feature parity with the current Rackspace Cloud Servers pra...Ed Leafe2011-02-178-28/+153
|\ \ \
| * \ \ Uncommitted changes using the wrong author, and re-committing under the corre...Ed Leafe2011-02-1747-236/+1525
| |\ \ \
* | \ \ \ Add **kwargs to VlanManager's create_networks so that optional args from othe...Soren Hansen2011-02-171-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add **kwargs to VlanManager's create_networks so that optional args from othe...Soren Hansen2011-02-171-1/+1
| | |/ / | |/| |
* | | | copyright noticeSandy Walsh2011-02-172-4/+1
* | | | changed from 003-004 migrationSandy Walsh2011-02-1736-109/+681
|\| | |
| * | | Make eth0 the default for the public_interface flag.Soren Hansen2011-02-171-1/+1
| |\ \ \
| | * | | Make eth0 the default for FLAGS.public_interface.Soren Hansen2011-02-171-1/+1
| * | | | Hi guysRicardo Carrillo Cruz2011-02-171-0/+6
| |\ \ \ \
| | * \ \ \ merging with trunkRicardo Carrillo Cruz2011-02-143-13/+38
| | |\ \ \ \
| | * | | | | Got rid of BadParameter, just using standard python ValueErrorRicardo Carrillo Cruz2011-02-141-0/+6
| * | | | | | Update the Openstack API so that it returns 'addresses'.Brian Waldon2011-02-172-3/+79
| |\ \ \ \ \ \
| | * | | | | | removing superfluous pass statements; replacing list comprehension with for l...Brian Waldon2011-02-172-5/+3
| | * | | | | | merging trunk back in; updating Authors conflictBrian Waldon2011-02-1523-74/+543
| | |\ \ \ \ \ \