From fd6e99793088aadbae86d4a5c17249f81b6806bb Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Thu, 5 Dec 2013 11:03:43 +1300 Subject: Add back --token-only for invocation compatibility This unused option should remain so that scripts that use it do not break. It is suppressed so it will not appear in the help. Closes-Bug:1250731 Change-Id: I1180d8797d1e4c79dba92952931311cce50a1d3f --- heatclient/shell.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'heatclient/shell.py') diff --git a/heatclient/shell.py b/heatclient/shell.py index d04a9d1..61e3c1a 100644 --- a/heatclient/shell.py +++ b/heatclient/shell.py @@ -176,6 +176,14 @@ class HeatShell(object): parser.add_argument('--os_endpoint_type', help=argparse.SUPPRESS) + # This unused option should remain so that scripts that + # use it do not break. It is suppressed so it will not + # appear in the help. + parser.add_argument('-t', '--token-only', + default=bool(False), + action='store_true', + help=argparse.SUPPRESS) + parser.add_argument('--include-password', default=bool(utils.env('HEAT_INCLUDE_PASSWORD')), action='store_true', -- cgit v1.2.1