2f4e01d513
Change-Id: Iaa3a12ed9e428181f7f1bca56423ff9356a78ea2
28 lines
1.1 KiB
ReStructuredText
28 lines
1.1 KiB
ReStructuredText
=======================
|
|
Image API configuration
|
|
=======================
|
|
|
|
The Image service has two APIs: the user-facing API, and the registry
|
|
API, which is for internal requests that require access to the database.
|
|
|
|
Both of the APIs currently have two major versions: v1 (SUPPORTED) and
|
|
v2 (CURRENT). You can run either or both versions by setting
|
|
appropriate values of ``enable_v1_api``, ``enable_v2_api``,
|
|
``enable_v1_registry``, and ``enable_v2_registry``.
|
|
If the v2 API is used, running ``glance-registry`` is optional,
|
|
as v2 of ``glance-api`` can connect directly to the database.
|
|
|
|
To assist you in formulating your deployment strategy for the Image APIs,
|
|
the Glance team has published a statement concerning the status and
|
|
development plans of the APIs: `Using public Image API
|
|
<http://docs.openstack.org/developer/glance/glanceapi.html>`_.
|
|
|
|
Configuration options
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Tables of all the options used to configure the APIs, including enabling
|
|
SSL and modifying WSGI settings are found below.
|
|
|
|
.. include:: ../tables/glance-api.rst
|
|
.. include:: ../tables/glance-ca.rst
|