summaryrefslogtreecommitdiffstats
path: root/client/escalatorclient/v1/versions.py
AgeCommit message (Collapse)AuthorFilesLines
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 wei1-2/+2
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 wei1-2/+2
Change-Id: I2a3b9775044d389413e113a2ed73fbab02ea9dd9 Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2017-03-03use command escalator version and tox genconfigYao Lu1-78/+2
Change-Id: I78e15e4224b362c6737786a7f6a7d127b82596ce Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2017-02-03ESCALATOR-42 Get available version listliguomin1-1/+8
Change-Id: Ib1d0743b752ac81587ea6f8b7830b79abe09f8f0 Signed-off-by: liguomin <li.guomin3@zte.com.cn>
2016-11-28add escalator cli frameworkZhou Ya1-0/+294
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>