diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2013-09-03 10:07:03 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2013-09-03 10:52:30 -0500 |
| commit | 661d6cf783d1586e435196f38ffb1b2361b8fe25 (patch) | |
| tree | 8ce7984e5641ed3828b462f4611d5347b8646940 /keystoneclient/shell.py | |
| parent | d6eb5021edec7ecafb1fa7e84a8c43480a4ba3e1 (diff) | |
| download | python-keystoneclient-661d6cf783d1586e435196f38ffb1b2361b8fe25.tar.gz | |
Deprecation warning for the CLI
keystoneclient/shell.py's docstr is rendered by argparse as the
description for:
$ keystone --help
Change-Id: I7355cdf533800086027824fb729eb52cdd8bbc33
Diffstat (limited to 'keystoneclient/shell.py')
| -rw-r--r-- | keystoneclient/shell.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/keystoneclient/shell.py b/keystoneclient/shell.py index c59dc68..1c6c856 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 |
