summaryrefslogtreecommitdiff
path: root/bin/nova-network
Commit message (Collapse)AuthorAgeFilesLines
* Switch to common logging.Andrew Bogott2012-07-021-2/+2
| | | | | | I only just moved logging from nova to common, so behavior should remain the same. Change-Id: I1d7304ca200f9d024bb7244d25be2f9a670318fb
* Use cfg's new global CONF objectMark McLoughlin2012-05-301-2/+1
| | | | | | | | | | Implements blueprint cfg-global-object Replace nova.flags.FLAGS with openstack.common.cfg.CONF. In future, we can do a s/FLAGS/CONF/ across the codebase. Change-Id: Ib293873089a5399febd7a3b0410f66e9bef115f1
* Remove old flagfile support.Ghe Rivero2012-05-101-1/+1
| | | | | | | | | | | | | | | | | | | Implements blueprint remove-old-flagfile nova-manage can still be used to convert old flagfiles style files to new .ini files: $ ./bin/nova-manage config convert --help Usage: nova-manage config convert <args> [options] Options: -h, --help show this help message and exit --infile=<path> old-style flagfile to convert to config --outfile=<path> path for output file. Writes configto stdout if not specified. Change-Id: Ib8fbbd858b1db7faef70d7d97955e5042bf378f2 Signed-off-by: Ghe Rivero <ghe@debian.org>
* Merged with trunkwNachi Ueno2011-08-191-3/+2
|\
| * fix typoVishvananda Ishaya2011-08-181-1/+1
| |
| * more cleanup of binaries per reviewVishvananda Ishaya2011-08-181-3/+2
| |
* | Added monkey patching notification code functionNachi Ueno2011-08-191-0/+1
|/ | | | w
* switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-211-0/+4
|
* merged from upstreamtermie2010-12-151-0/+3
|\
| * For some reason, I forgot to commit the other endpoints...jaypipes@gmail.com2010-12-141-0/+3
| |
| * Move default_flagfile() call to where it will be parsed in time to load the ↵Michael Gundlach2010-12-011-1/+1
| | | | | | | | flagfile
| * Unify the location of the default flagfile.Soren Hansen2010-11-231-0/+2
| | | | | | | | | | | | | | | | | | 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.
* | add back utils.default_flagflieAndy Smith2010-12-091-0/+2
| |
* | formatting and naming cleanupAndy Smith2010-12-091-3/+1
| |
* | remove service and rename service_eventlet to serviceAndy Smith2010-12-091-3/+3
| |
* | make nova binaries use eventletAndy Smith2010-12-091-0/+1
| |
* | part way through porting the codebase off of twistedAndy Smith2010-10-251-8/+6
|/ | | | | | | | 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
* merged trunkVishvananda Ishaya2010-09-071-0/+11
|\
| * Make the scripts in bin/ detect if they're being run from a bzr checkoutSoren Hansen2010-09-081-0/+11
| | | | | | | | | | or an extracted release tarball or whatever and adjust PYTHONPATH accordingly.
* | updated models a bit and removed service classesVishvananda Ishaya2010-09-021-6/+2
| |
* | instance runsVishvananda Ishaya2010-08-301-2/+1
|/
* More bin/ pep8/pylint cleanup.Eric Day2010-08-181-0/+1
|
* fixed tests, moved compute network config call, added notes, made inject ↵Vishvananda Ishaya2010-08-041-6/+1
| | | | option into a boolean
* change network_service flag to network_type and don't take full class nameVishvananda Ishaya2010-08-031-4/+6
|
* Huge network refactor, Round IVishvananda Ishaya2010-08-031-2/+9
| | | | | | | | Made network into its own binary Made simple network a plugabble class Fixed unittests Moved various classes around Moved mac generation into network class
* renamed xxxservice to serviceVishvananda Ishaya2010-07-261-2/+2
|
* renamed xxxnode to xxserviceVishvananda Ishaya2010-07-231-2/+2
|
* typo fixes and extra print statements removedVishvananda Ishaya2010-07-221-2/+2
|
* make nova-network executableVishvananda Ishaya2010-07-211-0/+0
|
* refactor daemons to use common base class in preparation for network refactorVishvananda Ishaya2010-07-211-0/+32