summaryrefslogtreecommitdiffstats
path: root/multivimbroker/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-03-21 Fix framework logging formatliangke1-1/+1
Update the logging format. Add context middleware to set MDC attributes. Allow framework to transmit request headers,So backend plugin could get "TransactionID" from framework. Change-Id: Ib918489a4a3e2069046471b42810fe4d1cbcb374 Issue-ID: MULTICLOUD-151 Signed-off-by: liangke <lokyse@163.com>
2018-03-05 Update log setting of multivimbrokerliangke1-0/+3
Change-Id: I6d666ed07c5c28edc3337028c29c502d4fbeb3dd Issue-ID: MULTICLOUD-151 Signed-off-by: liangke <lokyse@163.com>
2017-09-01Add code coverage for multicloud frameworkHong Hui Xiao1-0/+1
Since multicloud projects are Django projects essentially, use the mechanism from Django to check code coverage. Change-Id: I850e64e601f9cf4d26222a2a2295ec005dfea474 Issue-Id: MULTICLOUD-71 Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
2017-02-24Implements NBIs of multivimbrokerLitao Gao1-3/+0
This Implementation accept the NB request and route the request to corresponding vim driver according to the vimid specified. Change-Id: Iccaf1204245bf15cad77f1bb0d47fab499e5f8cf Issue-Id: MULTIVIM-21 Signed-off-by: Litao Gao <litao.gao@windriver.com>
2017-02-22Setup micro-service of multivim brokerBin Yang1-0/+26
Change-Id: I692cd7f79460ac2a782e995031196ea8396e68ca Issue-Id: MULTIVIM-16 Signed-off-by: Bin Yang <bin.yang@windriver.com>