aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/cli
diff options
context:
space:
mode:
authorTaseer Ahmed <taseer94@gmail.com>2017-10-16 14:47:28 +0500
committerTaseer Ahmed <taseer94@gmail.com>2017-10-16 14:47:28 +0500
commit3e37e4108c95100a7b7944e011f2a2cba11ffa4e (patch)
tree4c629a222abf5b1d8e4bc239dd4cfd578efbb2cf /qtip/cli
parent583d7181b15ae6f8d6319c36bad6fd043f47c89f (diff)
Add support for Mirantis Cloud Platform.
JIRA: QTIP-261 Change-Id: Ied9c3d91b25bc8dad7deb0cf30f83cd2b7855a92 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'qtip/cli')
-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')