Merge "[cli-ref] unlink the openstack command"

This commit is contained in:
Jenkins 2016-12-16 06:27:31 +00:00 committed by Gerrit Code Review
commit 68ca7ae76f
1 changed files with 0 additions and 3 deletions

View File

@ -96,9 +96,6 @@ def generate_heading(os_command, api_name, title,
os_file.write(".. warning::\n\n")
os_file.write(" The " + os_command + " CLI is deprecated\n")
os_file.write(" in favor of python-openstackclient.\n")
os_file.write(" For more information, see :doc:`openstack`.\n")
os_file.write(" For a Python library, continue using\n")
os_file.write(" python-" + os_command + "client.\n\n")
os_file.write("The " + os_command + " client is the command-line ")
os_file.write("interface (CLI) for\n")