aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/cli/commands/cmd_project.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-08-28 01:54:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-28 01:54:21 +0000
commitac3c3a04ccd90a971736fb002d98611ec43b3b24 (patch)
tree5e22e3cdc29888d8753ab9a5d2845453af153f7b /qtip/cli/commands/cmd_project.py
parente8e46c97c8e3b7b77a598cd39e1f938e0bbef3c0 (diff)
parent9eb2005c087a6c064fd2880edd253028e3ea1513 (diff)
Merge "Refactor storperf testing scripts into ansible role"
Diffstat (limited to 'qtip/cli/commands/cmd_project.py')
-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',