summaryrefslogtreecommitdiffstats
path: root/bin/nova-api
Commit message (Expand)AuthorAgeFilesLines
* Switch to common logging.Andrew Bogott2012-07-021-2/+2
* Add multi-process support for API servicesJohannes Erdfelt2012-06-281-5/+5
* Revert "blueprint <multi-process-api-service>"James E. Blair2012-06-041-1/+1
* blueprint <multi-process-api-service>Zhiteng Huang2012-06-021-1/+1
* Use cfg's new global CONF objectMark McLoughlin2012-05-301-2/+1
* Remove old flagfile support.Ghe Rivero2012-05-101-1/+1
* Merged with trunkwNachi Ueno2011-08-191-27/+16
|\
| * more cleanup of binaries per reviewVishvananda Ishaya2011-08-181-5/+3
| * Make all services use the same launching strategyVishvananda Ishaya2011-08-171-27/+17
* | Added monkey patching notification code functionNachi Ueno2011-08-191-1/+1
|/
* Add a flag to disable ec2 or osapi.Josh Kearney2011-07-081-5/+9
* PEP8 passed.Nikolay Sokolov2011-07-061-2/+3
* Formatting fix.Nikolay Sokolov2011-07-061-0/+1
* Signal handler cleanup, proper ^C handling.Nikolay Sokolov2011-07-061-8/+6
* Gracefull shutdown of nova-api.Nikolay Sokolov2011-07-041-5/+9
* Use milestone cut.Josh Kearney2011-06-281-0/+6
* Created Bootstrapper to handle Nova bootstrapping logic.Brian Lamar2011-06-231-2/+3
* run launcher first since it initializes global flags and loggingMark Washenberger2011-06-221-1/+2
* Removed unneeded import.Brian Lamar2011-06-211-1/+0
* Tests for WSGI/LauncherBrian Lamar2011-06-211-2/+2
* Removed logging logic from __init__, added concept of Launcher...no tests for...Brian Lamar2011-06-201-29/+11
* pep8 fixesBrian Lamar2011-06-201-2/+0
* Cleanup and addition of tests for WSGI server.Brian Lamar2011-06-201-1/+1
* Introduced Loader concept, for paste decouple.Brian Lamar2011-06-191-0/+2
* Cleanup of the cleanup.Brian Lamar2011-06-191-4/+2
* Further nova-api cleanup.Brian Lamar2011-06-191-26/+37
* Cleaned up nova-api binary and logging a bit.Brian Lamar2011-06-191-23/+9
* Removed debugging, made objectstore tests pass again.Brian Lamar2011-06-191-3/+0
* General cleanup and refactor of a lot of the API/WSGI service code.Brian Lamar2011-06-181-2/+16
* disable-msg -> disableBrian Lamar2011-03-181-1/+1
* Sorted imports correctlyJustin Santa Barbara2011-03-081-1/+1
* Moved FLAGS.paste_config to its re-usable locationJustin Santa Barbara2011-03-071-11/+3
* Merged with trunk and fixed conflict. Sigh.Justin Santa Barbara2011-03-071-2/+5
|\
| * Create --paste_config flag defaulting to api-paste.ini and mv etc/nova-api.co...Kevin L. Mitchell2011-03-071-2/+5
* | Converted tabs to spaces in bin/nova-apiJustin Santa Barbara2011-03-071-1/+1
* | Merge with trunk, resolve conflicts and refactorJustin Santa Barbara2011-03-071-2/+15
|\|
| * use default flagfile in nova-apiVishvananda Ishaya2011-02-251-0/+2
| * add help back to the scripts that don't use service.pytermie2011-02-231-0/+3
* | Alphabetize importsJustin Santa Barbara2011-02-231-1/+1
* | Removed unused import & formatting cleanupsJustin Santa Barbara2011-02-221-1/+0
* | Exit with exit code 1 if conf cannot be readJustin Santa Barbara2011-02-221-0/+1
* | Support service-like wait behaviour for API serviceJustin Santa Barbara2011-02-221-1/+2
* | Refactoring nova-api to be a service, so that we can reuse it in testsJustin Santa Barbara2011-02-221-45/+5
|/
* Merged trunkThierry Carrez2011-02-221-9/+9
|\
| * Add flags for listen_port to nova-api. This allows us to listen on one port,...Vishvananda Ishaya2011-02-221-2/+4
| |\
| | * use a different flag for listen port for apisVishvananda Ishaya2011-02-211-2/+4
| * | switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-211-1/+1
| * | fix nova-api as wellVishvananda Ishaya2011-02-211-1/+1
| * | remove extra references to logging.basicConfigVishvananda Ishaya2011-02-201-2/+2
| |/
* | PEP8 fixThierry Carrez2011-02-181-0/+1