Merge "Change in openstack CLI keystone-warning message"
This commit is contained in:
commit
512d64fd78
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user