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::
|
2017-07-04 17:25:27 +07:00
|
|
|
:maxdepth: 2
|
2014-04-01 20:28:46 +00:00
|
|
|
|
2014-04-03 16:49:31 +00:00
|
|
|
api_v1
|
2017-07-04 17:25:27 +07:00
|
|
|
cli/index
|
|
|
|
user/create_command
|
|
|
|
contributor/index
|
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
|