Merge "Change in openstack CLI keystone-warning message"

This commit is contained in:
Jenkins 2015-10-15 03:19:00 +00:00 committed by Gerrit Code Review
commit 512d64fd78
1 changed files with 6 additions and 2 deletions

View File

@ -114,8 +114,12 @@ def generate_heading(os_command, api_name, title, os_file):
header_deprecation = """ header_deprecation = """
<warning> <warning>
<para>The %(os_command)s CLI is deprecated in favor of <para>The %(os_command)s CLI is deprecated in favor of
python-openstackclient. For a Python library, continue using python-openstackclient. For more information on
python-%(os_command)sclient.</para> python-openstackclient, please see
<xref linkend="openstack_cli_identity_api_v2" /> and
<xref linkend="openstack_cli_with_identity_api_v3" />.
For a Python library, continue
using python-%(os_command)sclient.</para>
</warning>\n""" </warning>\n"""
else: else:
header_deprecation = None header_deprecation = None