KATO Tomoyuki eb859729c7 [config-ref] add Image API status
Change-Id: I9ba67bd3329c94408859146a711f6b5df9f1c52e
Closes-Bug: #1594625
2016-06-22 19:57:30 +00:00

1.0 KiB

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

Tables of all the options used to configure the APIs, including enabling SSL and modifying WSGI settings are found below.