summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-09-30 22:39:59 +0000
committerGerrit Code Review <review@openstack.org>2015-09-30 22:40:00 +0000
commit030f9e3263fdc760766a47077456850d39a0a2e2 (patch)
tree310f3e2203a0b1c7d68a9cdaac029ae27af0b107 /openstackclient/shell.py
parentfe2d9f479fc869491131f94c5bc598fa11e143f3 (diff)
parent599905e51217aee686f5738ee778257a0fc1d6cc (diff)
downloadpython-openstackclient-030f9e3263fdc760766a47077456850d39a0a2e2.tar.gz
Merge "Release notes 1.7.1" into stable/liberty
Diffstat (limited to 'openstackclient/shell.py')
-rw-r--r--openstackclient/shell.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py
index d3a7d8a5..5b36b8b2 100644
--- a/openstackclient/shell.py
+++ b/openstackclient/shell.py
@@ -79,6 +79,10 @@ class OpenStackShell(app.App):
help.HelpCommand.auth_required = False
complete.CompleteCommand.auth_required = False
+ # Slight change to the meaning of --debug
+ self.DEFAULT_DEBUG_VALUE = None
+ self.DEFAULT_DEBUG_HELP = 'Set debug logging and traceback on errors.'
+
super(OpenStackShell, self).__init__(
description=__doc__.strip(),
version=openstackclient.__version__,