blob: 67dc6ee8a372cce63a6a1d5ed338e155be2be684 (
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
|
===========================================
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
* command-line interface: ``openstack baremetal``
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
|