Commit Graph

23 Commits

Author SHA1 Message Date
Vishvananda Ishaya 29644fe5a9 switch to explicit call to logging.setup() 2011-02-21 13:46:41 -08:00
termie 40dd925070 merged from upstream 2010-12-15 11:02:33 -08:00
jaypipes@gmail.com 797e3f8a1c For some reason, I forgot to commit the other endpoints... 2010-12-14 18:22:03 -05:00
Andy Smith 4d06429290 add back utils.default_flagflie 2010-12-09 16:45:51 -08:00
Andy Smith a1640f3528 formatting and naming cleanup 2010-12-09 16:05:13 -08:00
Andy Smith b3f5aba0c4 remove service and rename service_eventlet to service 2010-12-09 15:25:14 -08:00
Andy Smith 00f329d479 make nova binaries use eventlet 2010-12-09 14:36:23 -08:00
Michael Gundlach 11dddd7ca4 Move default_flagfile() call to where it will be parsed in time to load the flagfile 2010-12-01 10:44:51 -06:00
Soren Hansen 9819273851 Unify the location of the default flagfile.
Not all workers called utils.default_flagfile, and nova-manage
explicitly said to use the one in /etc/nova/nova-manage.conf.

This made development awkward since everything but nova-manage would use
defaults for everything, but nova-manage would use whatever config was
in /etc/nova/nova-manage.conf which was likely put there by a package of
some sort.
2010-11-23 11:45:56 +01:00
Andy Smith 2337fab097 part way through porting the codebase off of twisted
this provides a very basic eventlet-based service replacement for the
twistd-based services, a replacement for task.LoopingCall

also adds nova-combined with the goal of running a single service when
doing local testing and dev
2010-10-25 03:45:19 +09:00
Vishvananda Ishaya f9c060d137 merged trunk 2010-09-07 21:19:46 -07:00
Soren Hansen f2a3f9a622 Make the scripts in bin/ detect if they're being run from a bzr checkout
or an extracted release tarball or whatever and adjust PYTHONPATH
accordingly.
2010-09-08 10:45:39 +02:00
Vishvananda Ishaya 116402306e updated models a bit and removed service classes 2010-09-02 11:25:10 -07:00
Vishvananda Ishaya 9c98cfb471 instance runs 2010-08-30 00:55:19 -07:00
Eric Day b8747fb38e More bin/ pep8/pylint cleanup. 2010-08-18 17:39:12 -07:00
Vishvananda Ishaya 9a038d2b81 fixed tests, moved compute network config call, added notes, made inject option into a boolean 2010-08-04 15:44:23 -07:00
Vishvananda Ishaya 576dade1d5 change network_service flag to network_type and don't take full class name 2010-08-03 15:13:07 -07:00
Vishvananda Ishaya ecf8608a84 Huge network refactor, Round I
Made network into its own binary
Made simple network a plugabble class
Fixed unittests
Moved various classes around
Moved mac generation into network class
2010-08-03 14:31:47 -07:00
Vishvananda Ishaya 754db8ef1c renamed xxxservice to service 2010-07-26 17:14:28 -07:00
Vishvananda Ishaya 35fda702ab renamed xxxnode to xxservice 2010-07-23 15:27:18 -07:00
Vishvananda Ishaya b03f05a0eb typo fixes and extra print statements removed 2010-07-22 07:51:03 -05:00
Vishvananda Ishaya 80d03bbeb1 make nova-network executable 2010-07-21 14:55:16 -05:00
Vishvananda Ishaya 3b982f62bb refactor daemons to use common base class in preparation for network refactor 2010-07-21 14:42:22 -05:00