aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/cli/commands/cmd_project.py
diff options
context:
space:
mode:
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',