openstak newton version vim driver implementation
authorLitao Gao <litao.gao@windriver.com>
Fri, 24 Feb 2017 10:05:00 +0000 (05:05 -0500)
committerLitao Gao <litao.gao@windriver.com>
Fri, 24 Feb 2017 10:05:24 +0000 (05:05 -0500)
commit69aafd35f48c98c4337c7c37d1eb4aab7d538fe7
tree43097c75edaee9f5fde2ca697502cb38bb8b78d5
parentd3cdec447d691553a1861a8ac8a2b7d0cf61def1
openstak newton version vim driver implementation

this commit includes the capability of accepting
the 'networks' get request from multivim broker
and do authorization and then send the proper
request to newton openstack instance and do
some converting work upon the response and then
send back the response to multivim borker

Change-Id: If4d3da0d5cc3865a831fa5f1b9effec4da56c3d3
Issue-Id: MULTIVIM-47
Signed-off-by: Litao Gao <litao.gao@windriver.com>
newton/newton/pub/exceptions.py
newton/newton/pub/msapi/extsys.py
newton/newton/pub/utils/restcall.py
newton/newton/pub/utils/share_lock.py [changed mode: 0755->0644]
newton/newton/requests/__init__.py [new file with mode: 0644]
newton/newton/requests/tests/__init__.py [new file with mode: 0644]
newton/newton/requests/tests/test_reqeust.py [new file with mode: 0644]
newton/newton/requests/urls.py [new file with mode: 0644]
newton/newton/requests/views.py [new file with mode: 0644]
newton/newton/urls.py