blob: cc14818eaf57229157741738e443fd21fcc5620a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
===========================================
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
reference/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
|