Deprecation warning for the CLI

keystoneclient/shell.py's docstr is rendered by argparse as the
description for:

    $ keystone --help

Change-Id: I7355cdf533800086027824fb729eb52cdd8bbc33
This commit is contained in:
Dolph Mathews
2013-09-03 10:07:03 -05:00
parent d6eb5021ed
commit 661d6cf783

View File

@@ -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