From 661d6cf783d1586e435196f38ffb1b2361b8fe25 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Tue, 3 Sep 2013 10:07:03 -0500 Subject: [PATCH] Deprecation warning for the CLI keystoneclient/shell.py's docstr is rendered by argparse as the description for: $ keystone --help Change-Id: I7355cdf533800086027824fb729eb52cdd8bbc33 --- keystoneclient/shell.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/keystoneclient/shell.py b/keystoneclient/shell.py index c59dc68a8..1c6c85623 100644 --- a/keystoneclient/shell.py +++ b/keystoneclient/shell.py @@ -15,7 +15,11 @@ # under the License. """ -Command-line interface to the OpenStack Identity API. +DEPRECATED: Command-line interface to the OpenStack Identity API. + +For a CLI, use python-openstackclient instead. For a Python library, continue +using python-keystoneclient. + """ from __future__ import print_function