From 148ed7ee1cb6ce7fd9cc62efa2cc6ece7ffc35a7 Mon Sep 17 00:00:00 2001 From: Taseer Ahmed Date: Thu, 16 Feb 2017 11:42:47 +0500 Subject: Deprecate options not sourceable to environment via Python. JIRA: QTIP-205 Change-Id: I991ba64e95227fd61b5809393439ef5e7fe05be2 Signed-off-by: Taseer Ahmed --- qtip/cli/commands/cmd_plan.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'qtip') diff --git a/qtip/cli/commands/cmd_plan.py b/qtip/cli/commands/cmd_plan.py index 0c0a3c12..c1dd7cf6 100644 --- a/qtip/cli/commands/cmd_plan.py +++ b/qtip/cli/commands/cmd_plan.py @@ -24,11 +24,8 @@ def cli(ctx): @cli.command('init', help='Initialize Environment') -@click.option('--inst_type', prompt='Installer Type') -@click.option('--inst_ip', prompt='Installer IP') -@click.option('--ext_net', prompt='Openstack External Network') @pass_context -def init(ctx, inst_type, inst_ip, ext_net): +def init(ctx): pass -- cgit 1.2.3-korg