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
32 lines
718 B
ReStructuredText
32 lines
718 B
ReStructuredText
===========================================
|
|
Python Bindings to the OpenStack Ironic API
|
|
===========================================
|
|
|
|
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``
|
|
(deprecated, please use ``openstack baremetal`` instead).
|
|
|
|
Contents
|
|
========
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
api_v1
|
|
cli/index
|
|
user/create_command
|
|
contributor/index
|
|
Release Notes <https://docs.openstack.org/releasenotes/python-ironicclient/>
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
|
|
.. _Ironic: https://wiki.openstack.org/wiki/Ironic
|