summaryrefslogtreecommitdiffstats
path: root/api
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30support all cluster update optionliguomin3-0/+143
Change-Id: I0ff8951d9106535ed8ee0b1fbdba345c52a00dc8 Signed-off-by: liguomin <li.guomin2@zte.com.cn>
2017-03-13Merge "Jira ESCALATOR-41:get cluster list from installer"kong wei6-0/+157
2017-03-11Jira ESCALATOR-41:get cluster list from installerJing Sun6-0/+157
Change-Id: Ie3cd22b2f8398ec893686445ac85da7e69ffffb7 Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
2017-03-06The escalator-api error with 'NO LOG PATH':kong wei1-0/+1
[Errno 2] No such file or directory: '/var/log/escalator/api.log' Change-Id: I6f5ae124c50724b4bb0b1c72ae5e09803592c3ea Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2017-03-06Merge "There is warning message: Option "verbose" from group "DEFAULT" is ↵kong wei1-1/+0
deprecated for removal. Its value may be silently ignored in the future. So it should be removed from config file."
2017-03-04cmd can call oslo_i18n.enable_lazy directly.kong wei1-2/+3
Change-Id: I09949cd6a35fca1fff9568bf6608b29bb59ddb3d Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2017-03-04There is warning message:kong wei1-1/+0
Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future. So it should be removed from config file. Change-Id: I14319063bb6f7f68ce96998549299506f4661957 Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2017-03-03Revert "escalator should use oslo.xxx instead of oslo-xxx"kong wei15-41/+41
This reverts commit 71d4f906c1a52f5dcba114ff8aa70148dafffd24. Change-Id: I18a853c887b380b862554ff35ef8a8ddd76b5a58 Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2017-03-03escalator should use oslo.xxx instead of oslo-xxxkong wei15-41/+41
Change-Id: I2a3b9775044d389413e113a2ed73fbab02ea9dd9 Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2017-03-03use command escalator version and tox genconfigYao Lu4-7/+101
Change-Id: I78e15e4224b362c6737786a7f6a7d127b82596ce Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2017-02-19Merge "Fix the missing of configuration file"kong wei1-0/+4
2017-02-19Merge "ESCALATOR-40 add unittest framework"kong wei3-3/+33
2017-02-07Delete deprecated Hacking in tox.inizhuzeyu1-3/+1
Some hacking have been removed,so we can delete them. More details: https://github.com/openstack-dev/hacking/blob/master/setup.cfg Change-Id: Id7161b2679aaeafaacf447a76efe0adf38da9b87 Signed-off-by: zhuzeyu <zhu.zeyu@zte.com.cn>
2017-01-12ESCALATOR-40 add unittest frameworkliguomin3-3/+33
Change-Id: I0b7279eac25c1519a5c1bce29b3a2569262233a0 Signed-off-by: liguomin <li.guomin3@zte.com.cn>
2017-01-11Fix the missing of configuration filezeyu Zhu1-0/+4
When use pip install tarball, there is no configuration file in /etc/eacalator Change-Id: I58b6bedebd7d0d26d57a3fcaa238d4409089f773 Signed-off-by: zeyu Zhu <zhu.zeyu@zte.com.cn>
2016-12-21There are some flake8 errors. Clear them before other work.kong wei5-24/+7
Change-Id: Ied9ce8cd0d3c3537c34713ea26cc596914caca85 Signed-off-by: kongwei <kong.wei2@zte.com.cn>
2016-11-28add escalator frameJing Sun41-0/+5261
JIRA:ESCALATOR-35 This patch will support escalator service,and there is not real command can use. With this code, you can test with '/usr/bin/escalator-api' from command line.When service is up, you can use "curl http://127.0.0.1:19393" for verify the service. Change-Id: I5154328adf82ec70acb6e0ce12ef4b1701f7b710 Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>