From 9ee559cd18e83030c01fde78cc55e358dd10addb Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Wed, 4 Sep 2013 16:14:37 -0500 Subject: [PATCH] Deprecation warning should be 'pending' Until python-openstackclient is ready for more mainstream users. Change-Id: Ic90daa38cd7e8e2f6d6b23c30c3d83935cf6c1a6 --- keystoneclient/shell.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keystoneclient/shell.py b/keystoneclient/shell.py index 1c6c85623..1c3427370 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. """