From 80db4f76874bc8557690988083aa8bbbcdfe6336 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Tue, 13 May 2014 09:47:03 -0500 Subject: [PATCH] add docstr to v2 shell module regarding CLI deprecation Change-Id: Iaafd00671c634ab64352c5cfab0470dae0b53c35 --- keystoneclient/v2_0/shell.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/keystoneclient/v2_0/shell.py b/keystoneclient/v2_0/shell.py index e5cd32dd2..297bdb97e 100755 --- a/keystoneclient/v2_0/shell.py +++ b/keystoneclient/v2_0/shell.py @@ -14,6 +14,13 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. +""" +This module is pending deprecation in favor of python-openstackclient. + +Bug fixes are welcome, but new features should be exposed to the CLI by +python-openstackclient after being added to the python-keystoneclient library. + +""" import argparse import getpass