blob: 31b921c2d7838e6a0cdc076754b945c9f2436e6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
==============================================
Python Bindings for the OpenStack Images API
==============================================
This is a client for the OpenStack Images API. There's :doc:`a Python
API <reference/api/modules>` (the :mod:`glanceclient` module) and a
:doc:`command-line script <cli/glance>` (installed as
:program:`glance`).
.. toctree::
:maxdepth: 2
reference/index
cli/index
|