summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Set the default number of workers when running under eventletMorgan Fainberg2014-09-181-2/+15
* Add V3 JSON Home support to GET /Brant Knudson2014-09-101-2/+2
* Fix logging config twiceBrant Knudson2014-08-311-4/+0
* Use oslo.i18nBrant Knudson2014-07-131-10/+11
* Do not use lazy translation for keystone-manageBrant Knudson2014-07-111-7/+0
* enable multiple keystone-all worker processesPeter Feiner2014-06-131-14/+30
* Refactor service readiness notificationAlan Pevec2014-04-241-10/+2
* Isolate backend loadingJamie Lennox2014-04-161-2/+2
* explicitly import gettext functionDolph Mathews2014-03-201-0/+1
* Uses explicit imports for _Ilya Pekelny2014-03-182-9/+10
* Merge "Remove vim header"Jenkins2014-02-132-2/+0
|\
| * Remove vim headerEric Guo2014-02-082-2/+0
* | Merge "Update the default_log_levels defaults"Jenkins2014-02-111-0/+1
|\ \ | |/ |/|
| * Update the default_log_levels defaultsBrant Knudson2014-01-271-0/+1
* | Adds tcp_keepalive and tcp_keepidle config optionsEdward Hope-Morley2014-02-051-1/+3
|/
* Don't configure on importBrant Knudson2014-01-241-0/+1
* Enable lazy translationBrant Knudson2014-01-142-2/+2
* Resolve oauth dependency after paste pipeline is loadedSteve Martinelli2014-01-081-0/+3
* Use oslo.db sessionsBrant Knudson2013-12-181-0/+3
* Merge "Cleanup backend loading"Jenkins2013-12-151-0/+3
|\
| * Cleanup backend loadingBrant Knudson2013-12-141-0/+3
* | Refactor setup_loggingBrant Knudson2013-12-131-1/+1
|/
* use different bind addresses for admin and publicChen Li2013-11-111-2/+2
* Merge "Catch the socket exception and log it."Jenkins2013-10-301-4/+10
|\
| * Catch the socket exception and log it.Lei Zhang2013-10-081-4/+10
* | Disable lazy gettextMatt Odden2013-10-031-5/+1
|/
* Bump hacking to 0.7Zhongyue Luo2013-08-292-0/+29
* Fix translate static messages in responseBrant Knudson2013-08-222-8/+17
* Add support for API message localizationBrant Knudson2013-08-141-1/+4
* Initial implementation of unified-loggingLance Bragstad2013-08-131-1/+1
* Isolate eventlet code into environment.Jamie Lennox2013-06-182-8/+6
* Add KEYSTONE_LOCALEDIR env variableMark McLoughlin2013-05-292-1/+6
* separate paste-deploy configuration from parametersAlan Pevec2013-05-261-11/+1
* imports not in alphabetical order (flake8 H306)Dolph Mathews2013-05-241-2/+2
* Merge "Migrate to pbr."Jenkins2013-05-231-2/+2
|\
| * Migrate to pbr.Monty Taylor2013-05-231-2/+2
* | Satisfy flake8 import rules F401 and F403Dolph Mathews2013-05-231-1/+0
|/
* Consolidate eventlet codeBrant Knudson2013-05-211-4/+3
* Revert "Disable eventlet monkey-patching of DNS"Dan Prince2013-05-101-14/+1
* Disable eventlet monkey-patching of DNSBrant Knudson2013-05-091-1/+14
* keystone commands don't print any version informationDavanum Srinivas2013-03-221-1/+4
* add check for config-dir parameter (bug1101129)Gordon Chung2013-02-051-7/+12
* Adding a means to connect back to a pydevd debugger.John Bresnahan2012-12-211-0/+7
* Stop using cfg's internal implementation detailsMark McLoughlin2012-11-261-1/+1
* Various pep8 fixes for keystone.Dan Prince2012-11-091-1/+0
* Use the right subprocess based on os monkeypatchVishvananda Ishaya2012-11-091-5/+0
* monkeypatch cms PopenAdam Young2012-11-051-0/+6
* Command line switch for standard threads.Adam Young2012-09-281-1/+4
* Removed redundant / excessively verbose debugDolph Mathews2012-07-121-3/+0
* Merge "notify calling process we are ready to serve"Jenkins2012-07-091-3/+8
|\