blob: 43ee57fe0e72a01f6c03a44d3b2510876a20befd (
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/index>` (the :mod:`glanceclient` module) and a
:doc:`command-line script <cli/glance>` (installed as
:program:`glance`).
.. toctree::
:maxdepth: 2
reference/index
cli/index
|