[config-ref] add Image API status

Change-Id: I9ba67bd3329c94408859146a711f6b5df9f1c52e
Closes-Bug: #1594625
This commit is contained in:
KATO Tomoyuki 2016-06-22 07:37:28 +09:00 committed by Olena Logvinova
parent cf3e2143d5
commit eb859729c7

@ -5,12 +5,17 @@ Configure the API
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 and v2. It is
possible to 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.
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>`_.
Tables of all the options used to configure the APIs, including enabling
SSL and modifying WSGI settings are found below.