summaryrefslogtreecommitdiffstats
path: root/newton/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-10-18Add license for newton pluginHuang Haibin1-0/+14
Change-Id: I2e13b64a2a00a2165190318cb264da5e9038d989 Issue-ID: MULTICLOUD-384 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-05-04Add logging AOP middleware for newtonYun Huang1-1/+1
Change-Id: Id3a69e23f6b5898630c2737d5bf60e1f5ebf1153 Issue-ID: MULTICLOUD-220 Signed-off-by: Yun Huang <yun.huang@windriver.com>
2018-03-16Integrate uwsgi with djangoYun Huang1-0/+3
To enable parallel processing of plugin services Change-Id: I61e9934273a8448ee6a437c9832a45d1f75a7a60 Issue-ID: MULTICLOUD-187 Signed-off-by: Yun Huang <yun.huang@windriver.com>
2018-03-15Enable AOP for newton loggingYun Huang1-0/+4
Change-Id: I232b60b48fb678821502f1ee3b14022bab078aba Issue-ID: MULTICLOUD-177 Signed-off-by: Yun Huang <yun.huang@windriver.com>
2018-03-10newton use share libraryHuang Haibin1-7/+12
Change-Id: I0ed8ced042862edf8afa87fec3b457d019e811b4 Issue-ID: MULTICLOUD-138 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2017-12-19Add pbr as building toolBin Yang1-0/+2
PBR is a library that helps to build python project through configuration files simplifying the deployment for them. This change adds support for it. Change-Id: I77ac639d9ba2df7122cb6a9cec68ae7551bac89e Issue-ID: MULTICLOUD-83 Signed-off-by: Victor Morales <victor.morales@intel.com> Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-11-14Separate test modules from requirements.txtVictor Morales1-11/+6
The modules required for unit tests can be included in another file, this helps during the packaging process to avoid the addition of non-required dependencies. Change-Id: I3d1dc0c265a26e22be66d261f2de2ae939a1d6f8 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: MULTICLOUD-83
2017-08-29Add OpenStack proxy for newtonBin Yang1-0/+3
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-02-28openstak newton version vim driver implementationLitao Gao1-11/+2
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-24Remove dependency on mysqlBin Yang1-3/+0
Change-Id: I9bbecf8e22b1ee59ab8d80d808c4e8f0bd1a7421 Issue-Id: MULTIVIM-48 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-02-22Setup micro-service of newton driverBin Yang1-0/+26
Change-Id: I86dd5d3032eb70d0c1c1c23d179de2a0a2a1fdeb Issue-Id: MULTIVIM-18 Signed-off-by: Bin Yang <bin.yang@windriver.com>