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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtip/cli/commands/cmd_project.py b/qtip/cli/commands/cmd_project.py
index 325594ad..2836fa69 100644
--- a/qtip/cli/commands/cmd_project.py
+++ b/qtip/cli/commands/cmd_project.py
@@ -50,7 +50,7 @@ def cli():
default='opnfv-pod',
help='Name of pod under test')
@click.option('--installer-type',
- type=click.Choice(['apex', 'fuel', 'manual']),
+ type=click.Choice(['apex', 'fuel', 'manual', 'mcp']),
prompt='OPNFV Installer Type',
default='manual',
help='OPNFV installer')