diff options
author | 2016-08-14 20:51:18 +0200 | |
---|---|---|
committer | 2016-08-14 20:51:18 +0200 | |
commit | c8d1403f2b7f6e59799755cfbcbc1555657eedba (patch) | |
tree | 93ef55ba5e15c2b5b0faa9c419450560ceffe591 | |
parent | 620dcd96c894db770a7264f6e98da15c7448f9ba (diff) |
add README
Change-Id: I466f1aded9871cb455f4b872755d521baa56bf9c
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
-rw-r--r-- | README.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..89a6e035 --- /dev/null +++ b/README.rst @@ -0,0 +1,29 @@ +MOON OPNFV Repo +=============== + +keystone-moon +------------- + +this is a fork of OpenStack/keystone which adds an extension to Keystone for access control policy + +keystonemiddleware-moon +----------------------- + +this is a fork of OpenStack/keystonemiddleware which enables access control policy enforcement of keystone-moon + + +moonclient +---------- + +this is a command-line interface to manipulate keystone-moon + + +odl-aaa-moon +------------ + +this is a fork of OpenDaylight/aaa which adds a shiro filter/realm to delegate OpenDaylight authenticaiton to keystone-moon + +tests +----- + +this contains tests for OPNFV/CI tests integration
\ No newline at end of file |