From 32a3130cab0a326e6dd94cfd5c983c910669fd2d Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Mon, 23 May 2016 13:01:23 +0900 Subject: [PATCH] [cli-ref] Mark heat CLI as deprecated Change-Id: Iaad7604bbe77f851b8f1879c314113994e98d7c2 Partial-Bug: 1581726 --- doc/cli-reference/source/heat.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/cli-reference/source/heat.rst b/doc/cli-reference/source/heat.rst index 8c2942e627..0969158f46 100644 --- a/doc/cli-reference/source/heat.rst +++ b/doc/cli-reference/source/heat.rst @@ -6,6 +6,14 @@ Orchestration service command-line client ========================================= +.. warning:: + + The heat CLI is deprecated + in favor of python-openstackclient. + For more information, see :doc:`openstack`. + For a Python library, continue using + python-heatclient. + The heat client is the command-line interface (CLI) for the Orchestration service API and its extensions.