
Adds some documentation on how to use the ironicclient API. Describes how to get a client object and has examples of a few ironic operations. The ironicclient modules are listed. Change-Id: Ic7c739fb5722b40c308b90c27178d937cad41028 Partial-Bug: #1300990
28 lines
512 B
ReStructuredText
28 lines
512 B
ReStructuredText
===========================================
|
|
Python Bindings to the OpenStack Ironic API
|
|
===========================================
|
|
|
|
This is a client for OpenStack `Ironic`_ API. There's a Python API
|
|
(the `ironicclient` modules), and a command-line interface (installed as
|
|
`ironic`).
|
|
|
|
Contents
|
|
========
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
api_v1
|
|
cli
|
|
contributing
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
|
|
.. _Ironic: https://wiki.openstack.org/wiki/Ironic
|