summaryrefslogtreecommitdiffstats
path: root/qtip/cli
diff options
context:
space:
mode:
authorTaseer Ahmed <taseer94@gmail.com>2017-02-16 11:42:47 +0500
committerTaseer Ahmed <taseer94@gmail.com>2017-02-16 17:18:16 +0500
commit148ed7ee1cb6ce7fd9cc62efa2cc6ece7ffc35a7 (patch)
treeb190dc27d3a2870902138e0568c5c5c1fa217278 /qtip/cli
parent93421c6375a450baa7bedb323e36b5efd238a58d (diff)
Deprecate options not sourceable to environment via Python.
JIRA: QTIP-205 Change-Id: I991ba64e95227fd61b5809393439ef5e7fe05be2 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'qtip/cli')
-rw-r--r--qtip/cli/commands/cmd_plan.py5
1 files changed, 1 insertions, 4 deletions
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