From 3e37e4108c95100a7b7944e011f2a2cba11ffa4e Mon Sep 17 00:00:00 2001 From: Taseer Ahmed Date: Mon, 16 Oct 2017 14:47:28 +0500 Subject: Add support for Mirantis Cloud Platform. JIRA: QTIP-261 Change-Id: Ied9c3d91b25bc8dad7deb0cf30f83cd2b7855a92 Signed-off-by: Taseer Ahmed --- qtip/cli/commands/cmd_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtip/cli') 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') -- cgit 1.2.3-korg