summaryrefslogtreecommitdiffstats
path: root/newton
AgeCommit message (Collapse)AuthorFilesLines
2017-03-01Implement tenants API for newtonBin Yang2-1/+86
Change-Id: Ic2060927803b0d34dbf54c95430ab558bc4f076d Issue-Id: MULTIVIM-19 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-03-01Implement hosts API for newtonBin Yang2-0/+83
Change-Id: I2ae54e88050f65ae0a057f423c29c2db7aae9d4b Issue-Id: MULTIVIM-19 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-03-01Implement limits API for newtonBin Yang2-0/+71
Change-Id: Ie7063c484af69686f6acd7085e73c16f2f84bf0d Issue-Id: MULTIVIM-19 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-02-28Populate the 'reverse' parameter to replace_a_keyLitao Gao1-1/+1
Change-Id: Id0313c385b9e6e974abb23abef4191ede32d57ad Issue-Id: MULTIVIM-47 Signed-off-by: Litao Gao <litao.gao@windriver.com>''
2017-02-28openstak newton version vim driver implementationLitao Gao8-183/+247
1. change to use keystoneauth1 for auth and transport 2. add neutron network creation and deletion handling 3. some modification for refactoring Change-Id: Ibaa3f33ae89c57bcb5a5e603b63355ed7ca4c52b Issue-Id: MULTIVIM-47 Signed-off-by: Litao Gao <litao.gao@windriver.com>
2017-02-24openstak newton version vim driver implementationLitao Gao10-26/+295
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>
2017-02-24Remove dependency on mysqlBin Yang2-18/+3
Change-Id: I9bbecf8e22b1ee59ab8d80d808c4e8f0bd1a7421 Issue-Id: MULTIVIM-48 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-02-23Fix bug of unittest: missing logs dirBin Yang11-10/+10
Fix a bug resulting unittest failure:missing logs dir in git repo. Rename tag to be more generic as well. Change-Id: I5cf4460a0a606ce9d0a313856e1655d2c0c9d88f Issue-Id: MULTIVIM-42 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-02-22Setup micro-service of newton driverBin Yang50-0/+6986
Change-Id: I86dd5d3032eb70d0c1c1c23d179de2a0a2a1fdeb Issue-Id: MULTIVIM-18 Signed-off-by: Bin Yang <bin.yang@windriver.com>