summaryrefslogtreecommitdiffstats
path: root/nova/service.py
Commit message (Expand)AuthorAgeFilesLines
* Created Bootstrapper to handle Nova bootstrapping logic.Brian Lamar2011-06-231-35/+1
* fix some issues with flags and loggingMark Washenberger2011-06-221-5/+14
* Fixed objectstore test.Brian Lamar2011-06-211-2/+2
* Very small alterations, switched from using start() to pass host/port, to jus...Brian Lamar2011-06-211-5/+8
* Oops, I broke --help on nova-api, fixed now.Brian Lamar2011-06-211-1/+22
* Removed debugging and switched eventlet to monkey patch everything.Brian Lamar2011-06-211-1/+0
* Tests for WSGI/LauncherBrian Lamar2011-06-211-3/+1
* Removed logging logic from __init__, added concept of Launcher...no tests for...Brian Lamar2011-06-201-1/+69
* Cleanup.Brian Lamar2011-06-191-3/+19
* Introduced Loader concept, for paste decouple.Brian Lamar2011-06-191-24/+14
* Further nova-api cleanup.Brian Lamar2011-06-191-1/+1
* Cleaned up nova-api binary and logging a bit.Brian Lamar2011-06-191-19/+0
* General cleanup and refactor of a lot of the API/WSGI service code.Brian Lamar2011-06-181-61/+35
* changes per reviewtermie2011-05-261-9/+8
* move consumerset killing into stoptermie2011-05-251-5/+5
* don't put connection back in pooltermie2011-05-251-1/+0
* cleanup the code for mergingtermie2011-05-251-13/+10
* lots of fixes for rpc and extra importsVishvananda Ishaya2011-05-251-4/+5
* almost everything working with fake_rabbittermie2011-05-251-6/+16
* Always create Service consumers no matter if report_interval is 0Chris Behrens2011-05-251-22/+24
* catch greenlet.GreenletExit when shutting service downChris Behrens2011-05-251-1/+5
* fix consumers to actually be deleted and clean up cloud testVishvananda Ishaya2011-05-251-5/+3
* pep8 and comment fixesChris Behrens2011-05-251-1/+0
* Add a connection pool for rpc cast/callChris Behrens2011-05-251-9/+12
* Merged with trunkJustin SB2011-05-191-45/+38
|\
| * docstring cleanup, nova dirtermie2011-04-201-45/+38
* | Store socket_info as a dictionary rather than an arrayJustin Santa Barbara2011-03-301-7/+7
* | Start up nova-api service on an unused port if 0 is specified. Fixes bug 744150Justin Santa Barbara2011-03-281-0/+6
|/
* trunk mergeSandy Walsh2011-03-211-1/+1
|\
| * disable-msg -> disableBrian Lamar2011-03-181-1/+1
* | merge with trunk. moved scheduler_manager into manager. fixed testsSandy Walsh2011-03-171-0/+3
|\|
| * merged to trunk rev781Kei Masumoto2011-03-101-0/+88
| |\
| * \ 1. merged trunk rev749Kei Masumoto2011-03-011-20/+25
| |\ \
| * \ \ 1. Merged to rev654(?)Kei Masumoto2011-02-101-18/+7
| |\ \ \
| * | | | fixed pep8 errorKei Masumoto2011-01-201-4/+4
| * | | | merged trunk rev569Kei Masumoto2011-01-171-5/+5
| |\ \ \ \
| * | | | | merged to rev 561 and fixed based on reviewer's commentKei Masumoto2011-01-161-26/+3
| * | | | | merge trunk rev560masumotok2011-01-141-1/+3
| |\| | | |
| * | | | | Get reviewed and fixed based on comments.masumotok2011-01-141-13/+23
| |\ \ \ \ \
| * | | | | | Add support for EBS volumes to the live migration feature.Muneyuki Noguchi2011-01-111-1/+1
| * | | | | | merge recent revision(version of 2010/12/28)masumotok2010-12-311-34/+73
| |\ \ \ \ \ \
| * | | | | | | nova.compute.managerがこれまでの修正でデグレしていたので修正root2010-12-241-5/+12
| * | | | | | | Hostテーブルのカラム名を修正masumotok2010-12-161-4/+4
| * | | | | | | コメントを除去masumotok2010-12-081-2/+0
| * | | | | | | rev439ベースにライブマイグレーションの機能をマージmasumotok2010-12-071-0/+22
* | | | | | | | merge with zones2 fixes and trunkSandy Walsh2011-02-251-0/+88
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Added documentation about needed flagsJustin Santa Barbara2011-03-081-1/+6
| * | | | | | | Renamed FLAG.paste_config -> FLAG.api_paste_configJustin Santa Barbara2011-03-081-4/+4
| * | | | | | | Moved FLAGS.paste_config to its re-usable locationJustin Santa Barbara2011-03-071-3/+7
| * | | | | | | A few formatting nicetiesJustin Santa Barbara2011-03-071-5/+6