2014-04-01 20:28:46 +00:00
|
|
|
===========================================
|
|
|
|
Python Bindings to the OpenStack Ironic API
|
|
|
|
===========================================
|
|
|
|
|
|
|
|
This is a client for OpenStack `Ironic`_ API. There's a Python API
|
2014-04-08 19:14:04 +00:00
|
|
|
(the `ironicclient` modules), and a command-line interface (installed as
|
2014-04-01 20:28:46 +00:00
|
|
|
`ironic`).
|
|
|
|
|
|
|
|
Contents
|
|
|
|
========
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2014-04-03 16:49:31 +00:00
|
|
|
api_v1
|
2014-04-08 19:14:04 +00:00
|
|
|
cli
|
2014-04-03 16:16:31 +00:00
|
|
|
contributing
|
2015-11-02 16:16:59 +02:00
|
|
|
testing
|
2016-07-14 22:43:13 -07:00
|
|
|
Release Notes <http://docs.openstack.org/releasenotes/python-ironicclient/>
|
2014-04-01 20:28:46 +00:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|
|
|
|
|
|
|
|
.. _Ironic: https://wiki.openstack.org/wiki/Ironic
|