Merge "[config-ref] add Image API status"

This commit is contained in:
Jenkins 2016-06-23 05:28:38 +00:00 committed by Gerrit Code Review
commit f5df9ae0d3

@ -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.