Added api directory to the repository 15/26415/1
authorrl001m <ruilu@research.att.com>
Sun, 17 Dec 2017 14:28:53 +0000 (09:28 -0500)
committerrl001m <ruilu@research.att.com>
Sun, 17 Dec 2017 14:29:01 +0000 (09:29 -0500)
commit0397d6f1236e17eea9bb8492ed7b9df8a21c4002
tree898e14eeebc34c0daf686f34d765cf87c8479ac9
parent22cff5d3b51d9aa2d4fd11f657264e41063add1c
Added api directory to the repository

Added the HAS-API module in ONAP

Change-Id: Ie4a3b3d2f478abbf4878a4c618a568d7f07c4fa3
Issue-ID: OPTFRA-15
Signed-off-by: rl001m <ruilu@research.att.com>
13 files changed:
conductor/conductor/api/__init__.py [new file with mode: 0644]
conductor/conductor/api/app.py [new file with mode: 0644]
conductor/conductor/api/app.wsgi [new file with mode: 0644]
conductor/conductor/api/controllers/__init__.py [new file with mode: 0644]
conductor/conductor/api/controllers/errors.py [new file with mode: 0644]
conductor/conductor/api/controllers/root.py [new file with mode: 0644]
conductor/conductor/api/controllers/v1/__init__.py [new file with mode: 0644]
conductor/conductor/api/controllers/v1/plans.py [new file with mode: 0644]
conductor/conductor/api/controllers/v1/root.py [new file with mode: 0644]
conductor/conductor/api/controllers/validator.py [new file with mode: 0644]
conductor/conductor/api/hooks.py [new file with mode: 0644]
conductor/conductor/api/middleware.py [new file with mode: 0644]
conductor/conductor/api/rbac.py [new file with mode: 0644]