summaryrefslogtreecommitdiffstats
path: root/newton/newton/urls.py
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Add event/alert check api for newtonYun Huang1-0/+4
Change-Id: Id4df5346d2d316adaf17fad2bd15cdc454cc027a Issue-ID: MULTICLOUD-204 Signed-off-by: Yun Huang <yun.huang@windriver.com>
2018-03-21Add capacity_check to newton pluginYun Huang1-0/+4
Change-Id: I6833d15083b296ee95595e33dfe788e4b05194de Issue-ID: MULTICLOUD-168 Signed-off-by: Yun Huang <yun.huang@windriver.com>
2018-03-10newton use share libraryHuang Haibin1-1/+1
Change-Id: I0ed8ced042862edf8afa87fec3b457d019e811b4 Issue-ID: MULTICLOUD-138 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-03-06Update Newton license headerYun Huang1-3/+6
Change-Id: I2ee874ab6a4f13e7a5b2fe32f80ba0225d086a9f Issue-ID: MULTICLOUD-140 Signed-off-by: Yun Huang <yun.huang@windriver.com>
2017-09-21Fix url pattern errorBin Yang1-1/+1
Change-Id: Ic7aa3c1791482be38ee9debcedb52bbf57add96e Issue-Id: MULTICLOUD-89 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-08-29Add OpenStack proxy for newtonBin Yang1-10/+11
refactor seed code for newton add proxy for identiy,service, add registration, extension management Issue-Id: MULTICLOUD-58 Change-Id: I6a7a21427af4c88b7f060470c1176009c13fc19e Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-03-01Implement tenants API for newtonBin Yang1-1/+6
Change-Id: Ic2060927803b0d34dbf54c95430ab558bc4f076d Issue-Id: MULTIVIM-19 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-02-24openstak newton version vim driver implementationLitao Gao1-3/+6
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-22Setup micro-service of newton driverBin Yang1-0/+25
Change-Id: I86dd5d3032eb70d0c1c1c23d179de2a0a2a1fdeb Issue-Id: MULTIVIM-18 Signed-off-by: Bin Yang <bin.yang@windriver.com>