summaryrefslogtreecommitdiffstats
path: root/client/escalatorclient/v1
AgeCommit message (Collapse)AuthorFilesLines
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-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-03Revert "escalator should use oslo.xxx instead of oslo-xxx"kong wei2-3/+3
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 wei2-3/+3
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-03ESCALATOR-42 Get available version listliguomin2-2/+9
Change-Id: Ib1d0743b752ac81587ea6f8b7830b79abe09f8f0 Signed-off-by: liguomin <li.guomin3@zte.com.cn>
2016-12-21There are some flake8 errors. Clear them before other work.kong wei1-4/+0
Change-Id: Ied9ce8cd0d3c3537c34713ea26cc596914caca85 Signed-off-by: kongwei <kong.wei2@zte.com.cn>
2016-11-28add escalator cli frameworkZhou Ya4-0/+528
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>