6c1df0aaf6
Convert some image-service sections from DocBook XML to RST. Update image_service_ISO_support to use a generic description and not a distro specific one that might get outdated. Implements: blueprint config-ref-rst Change-Id: Id522f41c74c68a3b380fb14e512b45d25ed61cb9
756 B
756 B
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.
Tables of all the options used to configure the APIs, including enabling SSL and modifying WSGI settings are found below.