diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2014-05-13 09:47:03 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2014-05-13 09:50:32 -0500 |
| commit | 80db4f76874bc8557690988083aa8bbbcdfe6336 (patch) | |
| tree | dcc0a9b916819239f8a7e72186a98bd18d22e7f4 /keystoneclient/v2_0 | |
| parent | 3d6d749e6f0fef682a88758e1a2f6c9e8e7bd23c (diff) | |
| download | python-keystoneclient-80db4f76874bc8557690988083aa8bbbcdfe6336.tar.gz | |
add docstr to v2 shell module regarding CLI deprecation
Change-Id: Iaafd00671c634ab64352c5cfab0470dae0b53c35
Diffstat (limited to 'keystoneclient/v2_0')
| -rwxr-xr-x | keystoneclient/v2_0/shell.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keystoneclient/v2_0/shell.py b/keystoneclient/v2_0/shell.py index e5cd32d..297bdb9 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 |
