From 8c58b75e050395d622c791830ceedbb06b96a327 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Thu, 28 Sep 2017 12:14:12 -0400 Subject: Deprecate the ironic CLI The 'ironic' CLI is being deprecated; it is slated for removal in the S* release cycle. The 'openstack baremetal' CLI should be used instead. A message is printed out to that effect and the documentation is updated to reflect this. Change-Id: Ie6ac3c6222ec6a6231b9a9cb2949cac56b48967f Closes-Bug: 1700815 --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index a85b9b8..54157a3 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,8 @@ This is a client for the OpenStack `Ironic `_ API. It provides: * a Python API: the ``ironicclient`` module, and -* two command-line interfaces: ``openstack baremetal`` and ``ironic``. +* two command-line interfaces: ``openstack baremetal`` and ``ironic`` + (deprecated, please use ``openstack baremetal``). Development takes place via the usual OpenStack processes as outlined in the `developer guide `_. @@ -74,8 +75,11 @@ the subcommands available, run:: $ openstack help baremetal -``ironic`` CLI --------------- +``ironic`` CLI (deprecated) +--------------------------- + +This is deprecated and will be removed in the S* release. Please use the +``openstack baremetal`` CLI instead. This package will install the ``ironic`` command line interface that you can use to interact with the ``ironic`` API. -- cgit v1.2.1