Jira ESCALATOR-41:get cluster list from installer 37/29837/14
authorJing Sun <sun.jing22@zte.com.cn>
Mon, 6 Mar 2017 09:11:21 +0000 (17:11 +0800)
committerJing Sun <sun.jing22@zte.com.cn>
Sat, 11 Mar 2017 06:52:33 +0000 (06:52 +0000)
commit3e90898f667afa508137e7be885daa62fbdb86d9
tree189c76039b5463880055c59f866eec3a071017ac
parenta0625dbf2ffef08a492ffdaed641e62b90aa6ad6
Jira ESCALATOR-41:get cluster list from installer

Change-Id: Ie3cd22b2f8398ec893686445ac85da7e69ffffb7
Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
api/escalator/api/v1/clusters.py [new file with mode: 0644]
api/escalator/api/v1/controller.py [new file with mode: 0644]
api/escalator/api/v1/router.py
api/escalator/installer/__init__.py [new file with mode: 0644]
api/escalator/installer/daisy/__init__.py [new file with mode: 0644]
api/escalator/installer/daisy/api.py [new file with mode: 0644]
client/escalatorclient/v1/client.py
client/escalatorclient/v1/clusters.py [new file with mode: 0644]
client/escalatorclient/v1/shell.py