From 704dc90d9ac777263379685f0ebc4a1314d36491 Mon Sep 17 00:00:00 2001 From: syed ahsan shamim zaidi Date: Wed, 14 Oct 2015 07:20:54 +0000 Subject: [PATCH] Change in openstack CLI keystone-warning message Change-Id: I70224139da8dc86c8230e66df630b8bd2eedb484 Closes-Bug:#1494753 --- os_doc_tools/commands.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/os_doc_tools/commands.py b/os_doc_tools/commands.py index 16acc526..4d6281df 100644 --- a/os_doc_tools/commands.py +++ b/os_doc_tools/commands.py @@ -114,8 +114,12 @@ def generate_heading(os_command, api_name, title, os_file): header_deprecation = """ The %(os_command)s CLI is deprecated in favor of - python-openstackclient. For a Python library, continue using - python-%(os_command)sclient. + python-openstackclient. For more information on + python-openstackclient, please see + and + . + For a Python library, continue + using python-%(os_command)sclient. \n""" else: header_deprecation = None