add docstr to v2 shell module regarding CLI deprecation
Change-Id: Iaafd00671c634ab64352c5cfab0470dae0b53c35
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user