Deprecate options not sourceable to environment via Python. 81/28781/2
authorTaseer Ahmed <taseer94@gmail.com>
Thu, 16 Feb 2017 06:42:47 +0000 (11:42 +0500)
committerTaseer Ahmed <taseer94@gmail.com>
Thu, 16 Feb 2017 12:18:16 +0000 (17:18 +0500)
JIRA: QTIP-205

Change-Id: I991ba64e95227fd61b5809393439ef5e7fe05be2
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
qtip/cli/commands/cmd_plan.py

index 0c0a3c1..c1dd7cf 100644 (file)
@@ -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