summaryrefslogtreecommitdiffstats
path: root/client
AgeCommit message (Collapse)AuthorFilesLines
2017-08-09Merge "support all cluster update option"kong wei3-0/+132
2017-04-27Merge "The keystoneclient.openstack.common is error path of exception. ↵kong wei1-1/+1
escalator should use keystoneclient.exception"
2017-03-30support all cluster update optionliguomin3-0/+132
Change-Id: I0ff8951d9106535ed8ee0b1fbdba345c52a00dc8 Signed-off-by: liguomin <li.guomin2@zte.com.cn>
2017-03-11Jira ESCALATOR-41:get cluster list from installerJing Sun3-0/+292
Change-Id: Ie3cd22b2f8398ec893686445ac85da7e69ffffb7 Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
2017-03-09The keystoneclient.openstack.common is error path of exception.kong wei1-1/+1
escalator should use keystoneclient.exception Change-Id: I63a3ad0a9eab9b47bf536cebf4c142b7df22d3c2 Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2017-03-06Merge "The escalator's port is 19393. The command 'escalator version' means ↵kong wei1-1/+2
get the version of escalator. So it should use the 'http://127.0.0.1:19393' to get this infomation.'"
2017-03-05The escalator's port is 19393.kong wei1-1/+2
The command 'escalator version' means get the version of escalator. So it should use the 'http://127.0.0.1:19393' to get this infomation.' Change-Id: Ib7b5254146201cdf178fbf50169822db9ff0b9ef Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2017-03-04The code using 'python-escalatorclient' as the client's package name. But ↵kong wei5-5/+5
the true name is 'escalatorclient'. Now, when the shell command 'escalator' was run, the system said: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name python-escalatorclient was given, but was not able to be found. Change-Id: Ie135038cec8a3475039f280e791a02b7308e39ae Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2017-03-03Revert "escalator should use oslo.xxx instead of oslo-xxx"kong wei9-17/+17
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 wei9-17/+17
Change-Id: I2a3b9775044d389413e113a2ed73fbab02ea9dd9 Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2017-03-03use command escalator version and tox genconfigYao Lu3-175/+5
Change-Id: I78e15e4224b362c6737786a7f6a7d127b82596ce Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2017-02-19Merge "ESCALATOR-42 Get available version list"kong wei2-2/+9
2017-02-19Merge "ESCALATOR-40 add unittest framework"kong wei2-3/+24
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-02-03ESCALATOR-42 Get available version listliguomin2-2/+9
Change-Id: Ib1d0743b752ac81587ea6f8b7830b79abe09f8f0 Signed-off-by: liguomin <li.guomin3@zte.com.cn>
2017-01-12ESCALATOR-40 add unittest frameworkliguomin2-3/+24
Change-Id: I0b7279eac25c1519a5c1bce29b3a2569262233a0 Signed-off-by: liguomin <li.guomin3@zte.com.cn>
2016-12-21There are some flake8 errors. Clear them before other work.kong wei3-8/+4
Change-Id: Ied9ce8cd0d3c3537c34713ea26cc596914caca85 Signed-off-by: kongwei <kong.wei2@zte.com.cn>
2016-11-28add escalator cli frameworkZhou Ya42-0/+5232
JIRA:ESCALATOR-36 This patch will support escalatorclient,and this is just the frame of escalatorclient,with this code you can use 'python setup.py sdist' to generate escalatorclient package. Change-Id: Id7b602345f7cb78bb548b589d1297a201056699a Signed-off-by: Zhou Ya <zhou.ya@zte.com.cn>