summaryrefslogtreecommitdiffstats
path: root/bin/nova-combined
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of nova-combined, see rationale on MLThierry Carrez2011-02-221-83/+0
|
* Merged trunkThierry Carrez2011-02-221-2/+1
|\
| * switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-211-0/+1
| |
| * remove extra references to logging.basicConfigVishvananda Ishaya2011-02-201-2/+0
| |
* | Fixed testing mode leftoverThierry Carrez2011-02-181-1/+1
| |
* | Port changes to nova-combined, rename flags to API_listen and API_listen_portThierry Carrez2011-02-181-8/+12
| |
* | Fix DescribeRegion answer by using specific 'listen' configuration parameter ↵Thierry Carrez2011-02-141-2/+2
|/ | | | instead of overloading ec2_host
* Merge trunk and fix how nova-combined works with paste.deploy.Todd Willey2011-01-131-8/+21
| | | | | | Refactor some of the bits of nova-api into nova/wsgi for working with paste, for a little bit of de-duplication between nova-api and nova-combined. Makes a cleaner interface for how paste configs can set flags.
* change novarc template from cc_port to osapi_port. Removed osapi_port from ↵Sandy Walsh2011-01-121-1/+0
| | | | bin scripts.
* first merge after i18nArmando Migliaccio2010-12-231-0/+3
|
* pep8 fixes for bintermie2010-12-161-2/+1
|
* updates per reviewtermie2010-12-141-3/+0
|
* 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-7/+7
|
* make nova binaries use eventletAndy Smith2010-12-091-3/+11
|
* part way through porting the codebase off of twistedAndy Smith2010-10-251-0/+61
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