Model-Driven, Extensible Framework for L3 Networking Service
Go to file
Tin Lam 3830d6d27a Remove translation of log messages from gluon
The i18n team has decided not to translate the logs because it's not
very helpful.  See [1] and [2].  This removes the uses of _LE, _LI,
and _LW translation markers to simplify logging.  Currently these
markers are causing the gate to fail for gluon.

[1] http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I2ed70abf5d9cd6a762b724113c10bc6ca70b5188
(cherry picked from commit 25a8b1634d)
2017-04-06 18:34:58 +00:00
doc Cherry Pick - Update Gluon Installation Instruction 2017-03-04 17:19:26 +00:00
etc Config option for model handlers and backends 2017-01-16 23:30:44 +01:00
gluon Remove translation of log messages from gluon 2017-04-06 18:34:58 +00:00
releasenotes Cherry Pick - Fix the module-name typos 2017-03-01 19:20:37 +00:00
scripts Initial Gluon Code 2016-09-21 19:48:56 +00:00
.coveragerc Initial repo from cookiecutter 2016-06-29 14:26:40 -07:00
.gitignore Initial Gluon Code 2016-09-21 19:48:56 +00:00
.gitreview Update .gitreview for stable/ocata 2017-02-20 10:20:49 -05:00
.mailmap Initial repo from cookiecutter 2016-06-29 14:26:40 -07:00
.testr.conf Initial repo from cookiecutter 2016-06-29 14:26:40 -07:00
CONTRAIL.md Contrail ML2 mechanism driver info 2017-02-09 23:47:47 +00:00
CONTRIBUTING.rst Initial repo from cookiecutter 2016-06-29 14:26:40 -07:00
HACKING.rst Initial repo from cookiecutter 2016-06-29 14:26:40 -07:00
LICENSE Initial repo from cookiecutter 2016-06-29 14:26:40 -07:00
MANIFEST.in Initial repo from cookiecutter 2016-06-29 14:26:40 -07:00
README.rst Gluon Documentation Update 2017-02-15 07:58:18 -08:00
babel.cfg Initial repo from cookiecutter 2016-06-29 14:26:40 -07:00
requirements.txt Updated Requirements and py35 Support 2017-02-09 10:47:28 -08:00
setup.cfg Updated Requirements and py35 Support 2017-02-09 10:47:28 -08:00
setup.py Initial Gluon Code 2016-09-21 19:48:56 +00:00
test-requirements.txt Updated Requirements and py35 Support 2017-02-09 10:47:28 -08:00
tox.ini Fixing broken import statement 2017-04-01 01:23:09 +00:00

README.rst

Gluon

A Model-Driven, Extensible Framework for Networking APIs Gluon provides a framework for specifying, using a model file, APIs for network forwarding. It is intended to offer developers the possibility of quickly prototyping any networking forwarding system that describes how a packet moves from port to port or port to the outside world.