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:
@@ -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
|
||||
|
Reference in New Issue
Block a user