kingbird/kingbird/cmd
XieYingYun d194bf597b Remove log translations
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: Icba5a60fff276b85e0c5df8b638d525f073faa2e
2017-03-21 20:45:47 +08:00
..
README.rst Kingbird config file should be generated from tox 2016-03-02 12:21:31 +01:00
__init__.py Add CLI for kingbird management 2016-02-24 12:05:31 +00:00
api.py Remove log translations 2017-03-21 20:45:47 +08:00
engine.py RPC refactoring 2016-07-05 11:32:19 +05:30
manage.py command of manage db_sync not executed 2016-04-14 11:11:32 +08:00

README.rst

cmd

Scripts to start the Kingbird API and Engine services

api.py:

start API service python api.py --config-file=/etc/kingbird.conf

engine.py:

start Engine service python engine.py --config-file=/etc/kingbird.conf

manage.py:

CLI interface for kingbird management kingbird-manage --config-file /etc/kingbird.conf db_sync kingbird-manage --config-file /etc/kingbird.conf db_version