allow authentication to be disabled
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Fri, 20 Oct 2017 08:13:29 +0000 (16:13 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Fri, 20 Oct 2017 08:33:11 +0000 (16:33 +0800)
commit839c1468cbe2025e759458bbe82c2f99a5ea347f
tree27afeb860450ec588c858e8370a4819da3e0bc01
parentac50de317715d09a2b6583ecbecc212338df6df7
allow authentication to be disabled

in local deployment situation, authentication can be disabled by
setting authenticate=False of ui section in config.ini

JIRA: RELENG-324

Change-Id: I9157d1723851feb12435033dbdd59035e3eb5777
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
testapi/etc/config.ini
testapi/opnfv_testapi/cmd/server.py
testapi/opnfv_testapi/common/check.py
testapi/opnfv_testapi/tests/unit/common/test_config.py
testapi/opnfv_testapi/ui/auth/user.py