leverage LFID authentication to pod creation 99/41499/7
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Mon, 11 Sep 2017 04:37:22 +0000 (12:37 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 12 Sep 2017 06:23:18 +0000 (14:23 +0800)
commitd3d8b624e4f7056910f2639f2ed9f5e66a79307f
tree9e87f8818c1a1d0d0d0adc2600be2d70fc5921e5
parent02e8765db17f2a28ef04aa28d10a3b28ad5eeb3f
leverage LFID authentication to pod creation

only valid linux foundation user is allowed to create the new pod
add owner field in pods to track the pod creator

Change-Id: Icada07152069f7c826bfa6122cb86db8c4e3bf68
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
utils/test/testapi/3rd_party/static/testapi-ui/components/pods/pods.html
utils/test/testapi/opnfv_testapi/common/check.py
utils/test/testapi/opnfv_testapi/common/message.py
utils/test/testapi/opnfv_testapi/resources/handlers.py
utils/test/testapi/opnfv_testapi/resources/pod_models.py
utils/test/testapi/opnfv_testapi/tests/unit/executor.py
utils/test/testapi/opnfv_testapi/tests/unit/fake_pymongo.py
utils/test/testapi/opnfv_testapi/tests/unit/resources/test_base.py
utils/test/testapi/opnfv_testapi/tests/unit/resources/test_pod.py
utils/test/testapi/opnfv_testapi/tests/unit/resources/test_result.py