Change in openstack CLI keystone-warning message

Change-Id: I70224139da8dc86c8230e66df630b8bd2eedb484
Closes-Bug:#1494753
This commit is contained in:
syed ahsan shamim zaidi 2015-10-14 07:20:54 +00:00
parent 10aacc6bce
commit 704dc90d9a
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 = """
<warning>
<para>The %(os_command)s CLI is deprecated in favor of
python-openstackclient. For a Python library, continue using
python-%(os_command)sclient.</para>
python-openstackclient. For more information on
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"""
else:
header_deprecation = None