summaryrefslogtreecommitdiffstats
path: root/bin/nova-api
Commit message (Expand)AuthorAgeFilesLines
* Delete unused bin directoryJoe Gordon2013-06-031-22/+0
* Move console scripts to entrypoints.Monty Taylor2013-04-041-57/+14
* Remove gettext.install() from nova/__init__.pyMark McLoughlin2013-04-011-0/+2
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Increase maximum URI size for EC2 API to 16kBurt Holzman2013-01-241-1/+5
* Adds SSL support for API server.Ilya Alekseyev2013-01-231-1/+4
* Move enabled_apis option into nova.serviceMark McLoughlin2013-01-091-1/+1
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-0/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+2
* Remove nova.flags imports from bin/*Chris Behrens2012-11-151-1/+0
* Switch from FLAGS to CONF in binMark McLoughlin2012-11-041-1/+3
* Move parse_args to nova.configMark McLoughlin2012-11-041-1/+2
* 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