Model-Driven, Extensible Framework for L3 Networking Service
Go to file
JinLi 8fefd47b22 Rule to code
This patch only moves rule definitions from policy.json to code.
Policies definitions e.g. "create_ports" or "get_ports" will
still be defined in the policy.json file.

In the future, policy definitions will be auto generated from model's
yaml files[1]. Then policy definitions will be removed from the
policy.json file.

[1] https://github.com/openstack/gluon/blob/master/doc/source/devref/gluon-auth.rst#defining-authorization-rules

Change-Id: I266ea81d1df198e775a93902984d9865fc6201a0
2017-07-13 17:07:51 -07:00
doc Merge "Update documentation for Contrail installation" 2017-07-07 13:35:34 +00:00
etc Moving hardcoded constants to config file 2017-06-13 12:21:14 -07:00
gluon Rule to code 2017-07-13 17:07:51 -07:00
releasenotes Merge "Fix the module-name typos" 2017-03-01 19:25:03 +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 Fix doc gate failure 2017-05-31 03:42:37 -05:00
.gitreview Added .gitreview 2016-06-28 08:42:11 +00: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
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 Moving hardcoded constants to config file 2017-06-13 12:21:14 -07: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 Moving hardcoded constants to config file 2017-06-13 12:21:14 -07: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.