diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2013-09-04 16:14:37 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2013-09-05 10:01:35 -0500 |
| commit | 9ee559cd18e83030c01fde78cc55e358dd10addb (patch) | |
| tree | df36b8232b8d9fb101f84d7f68a00758731c58fa /keystoneclient/shell.py | |
| parent | 661d6cf783d1586e435196f38ffb1b2361b8fe25 (diff) | |
| download | python-keystoneclient-9ee559cd18e83030c01fde78cc55e358dd10addb.tar.gz | |
Deprecation warning should be 'pending'
Until python-openstackclient is ready for more mainstream users.
Change-Id: Ic90daa38cd7e8e2f6d6b23c30c3d83935cf6c1a6
Diffstat (limited to 'keystoneclient/shell.py')
| -rw-r--r-- | keystoneclient/shell.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keystoneclient/shell.py b/keystoneclient/shell.py index 1c6c856..1c34273 100644 --- a/keystoneclient/shell.py +++ b/keystoneclient/shell.py @@ -15,10 +15,10 @@ # under the License. """ -DEPRECATED: Command-line interface to the OpenStack Identity API. +Pending deprecation: Command-line interface to the OpenStack Identity API. -For a CLI, use python-openstackclient instead. For a Python library, continue -using python-keystoneclient. +This CLI is pending deprecation in favor of python-openstackclient. For a +Python library, continue using python-keystoneclient. """ |
