summaryrefslogtreecommitdiffstats
path: root/nova/service.py
Commit message (Expand)AuthorAgeFilesLines
* switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-211-2/+0
* remove extra references to logging.basicConfigVishvananda Ishaya2011-02-201-1/+0
* Fixed formatting issues in current codebase.Ed Leafe2011-01-271-2/+3
* Resolved trunk merge conflictsEd Leafe2011-01-211-1/+3
|\
| * Add timestamp to default log format, invert name and level for better readabi...Thierry Carrez2011-01-201-1/+3
* | merged trunk changesEd Leafe2011-01-191-14/+0
|\|
| * add support for database migrationAndy Smith2011-01-121-13/+0
* | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-6/+7
|/
* resolve pylint warningsEldar Nugaev2011-01-121-1/+2
* Trunk merge and conflcts resolvedIlya Alekseyev2011-01-111-15/+13
|\
| * late import module for register_models() so it doesn't create the db before f...Vishvananda Ishaya2011-01-081-1/+4
| * Merge trunk.Todd Willey2011-01-071-3/+4
| |\
| | * Bug #699912: When failing to connect to a data store, Nova doesn't log whichEwan Mellor2011-01-071-3/+4
| * | Merge trunk.Todd Willey2011-01-071-0/+12
| |\|
| * | Final few log tweaks, i18n, levels, including contexts, etc.Todd Willey2011-01-041-3/+0
| * | Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-11/+8
* | | mergeEldar Nugaev2011-01-071-1/+2
| |/ |/|
* | Recover from a lost data store connectionJosh Kearney2011-01-041-0/+12
|/
* Merge trunk and address ttx's review commentsjaypipes@gmail.com2010-12-201-7/+7
* pep8 fixestermie2010-12-161-5/+5
* updates per reviewtermie2010-12-141-68/+1
* removed a few more references to twistedAndy Smith2010-12-091-2/+0
* remove service and rename service_eventlet to serviceAndy Smith2010-12-091-30/+139
* intermediate commit to checkpoint progressAndy Smith2010-12-081-1/+0
* pep8Todd Willey2010-11-151-1/+2
* Merge lp:~termie/nova/trunkdoc (via patch, since bzr though it was already me...Todd Willey2010-11-071-1/+5
* back out stacked mergeTodd Willey2010-11-071-5/+1
* Normalization of Dev reference docs.Andy Smith2010-11-081-1/+5
* make sure looping calls are created after service starts and add some tests t...Vishvananda Ishaya2010-10-201-25/+28
* merged trunkVishvananda Ishaya2010-10-131-3/+9
|\
| * Add pylint thingamajig for startService (name defined by Twisted).Soren Hansen2010-10-041-1/+1
| * Move manager_class instantiation and db.service_* calls out of nova.service.S...Soren Hansen2010-10-041-3/+9
* | Fix the deprecation warnings for passing no context.Vishvananda Ishaya2010-10-011-18/+22
|/
* merged trunkVishvananda Ishaya2010-09-301-0/+1
|\
| * fixed a few missing params from iptables rulesVishvananda Ishaya2010-09-231-0/+1
| * Whitespace fixesDevin Carlen2010-09-201-1/+0
| * Added iptables host initial configurationDevin Carlen2010-09-151-0/+1
* | Periodic callback for services and managers. Added code to automatically dis...Vishvananda Ishaya2010-09-121-4/+20
|/
* make the db creates return refs instead of idsVishvananda Ishaya2010-09-091-4/+5
* Last of cleanup, including removing fake_storage flageVishvananda Ishaya2010-09-071-1/+1
* fix for getting reference on service updateVishvananda Ishaya2010-09-071-0/+1
* Lots of fixes to make the nova commands work properly and make datamodel work...Vishvananda Ishaya2010-09-071-9/+15
* fix service unit testsVishvananda Ishaya2010-09-021-6/+5
* renamed daemon to service and update db on create and destroyVishvananda Ishaya2010-09-021-15/+26
* pass all extra args from service to managerVishvananda Ishaya2010-09-021-3/+2
* inject host into managerVishvananda Ishaya2010-09-021-2/+4
* updated models a bit and removed service classesVishvananda Ishaya2010-09-021-25/+31
* pylint clean of manager and serviceVishvananda Ishaya2010-08-311-2/+3
* rename node_name to hostVishvananda Ishaya2010-08-311-5/+5
* instance runsVishvananda Ishaya2010-08-301-4/+3