Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
93421c6
)
Deprecate options not sourceable to environment via Python.
81/28781/2
author
Taseer Ahmed
<taseer94@gmail.com>
Thu, 16 Feb 2017 06:42:47 +0000
(11:42 +0500)
committer
Taseer 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
patch
|
blob
|
history
diff --git
a/qtip/cli/commands/cmd_plan.py
b/qtip/cli/commands/cmd_plan.py
index
0c0a3c1
..
c1dd7cf
100644
(file)
--- 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