add docstr to v2 shell module regarding CLI deprecation

Change-Id: Iaafd00671c634ab64352c5cfab0470dae0b53c35
This commit is contained in:
Dolph Mathews
2014-05-13 09:47:03 -05:00
parent 3d6d749e6f
commit 80db4f7687

View File

@@ -14,6 +14,13 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # 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 argparse
import getpass import getpass