summaryrefslogtreecommitdiffstats
path: root/api/escalator/cmd
AgeCommit message (Collapse)AuthorFilesLines
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-03Revert "escalator should use oslo.xxx instead of oslo-xxx"kong wei1-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 wei1-3/+3
Change-Id: I2a3b9775044d389413e113a2ed73fbab02ea9dd9 Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2016-12-21There are some flake8 errors. Clear them before other work.kong wei1-2/+0
Change-Id: Ied9ce8cd0d3c3537c34713ea26cc596914caca85 Signed-off-by: kongwei <kong.wei2@zte.com.cn>
2016-11-28add escalator frameJing Sun2-0/+105
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>