aboutsummaryrefslogtreecommitdiffstats
path: root/qtip
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-08-24 17:07:50 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-08-26 02:24:07 +0000
commit9eb2005c087a6c064fd2880edd253028e3ea1513 (patch)
treef08671811e0c70e5c29173ea4ef4ea2aea37332b /qtip
parent73f6ca735e00902f9b71a9110eb97c7b008d8e94 (diff)
Refactor storperf testing scripts into ansible role
Change-Id: Ifbfe0818a528dbd9b2c176acf39450ca480e931a Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'qtip')
-rw-r--r--qtip/cli/commands/cmd_project.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtip/cli/commands/cmd_project.py b/qtip/cli/commands/cmd_project.py
index b32e71cd..325594ad 100644
--- a/qtip/cli/commands/cmd_project.py
+++ b/qtip/cli/commands/cmd_project.py
@@ -41,7 +41,8 @@ def cli():
@cli.command(help="Create new testing project")
@click.argument('project_name')
@click.option('--project-template',
- type=click.Choice(['compute', 'doctor']),
+ # TODO(yujunz) create template list by directory name
+ type=click.Choice(['compute', 'doctor', 'storage']),
default='compute',
help='Choose project template')
@click.option('--pod-name',