From 42f2a043bc376e791429957afd4d911575e32717 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Mon, 14 Apr 2014 20:37:28 +0800 Subject: [PATCH] Image config ref - rpc, api sections This change collects all RPC tables together to be more useful, and collects API tables together with some helpful notes about API versioning. Change-Id: I49414e6e8b514018600c5aa47699c8e986fb8a5c Closes-Bug: 1292588 --- doc/config-reference/ch_imageservice.xml | 10 ++------ .../section_image-service-api.xml | 24 +++++++++++++++++++ .../section_image-service-rpc.xml | 21 ++++++++++++++++ 3 files changed, 47 insertions(+), 8 deletions(-) create mode 100644 doc/config-reference/image-service/section_image-service-api.xml create mode 100644 doc/config-reference/image-service/section_image-service-rpc.xml diff --git a/doc/config-reference/ch_imageservice.xml b/doc/config-reference/ch_imageservice.xml index 3e410d4456..1450f4cae3 100644 --- a/doc/config-reference/ch_imageservice.xml +++ b/doc/config-reference/ch_imageservice.xml @@ -27,23 +27,17 @@ You can modify many options in the OpenStack Image Service. The following tables provide a comprehensive list. - - - - - - - - + + diff --git a/doc/config-reference/image-service/section_image-service-api.xml b/doc/config-reference/image-service/section_image-service-api.xml new file mode 100644 index 0000000000..fdb1ab755d --- /dev/null +++ b/doc/config-reference/image-service/section_image-service-api.xml @@ -0,0 +1,24 @@ +
+ 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 version, 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 options used to configure the APIs, including enabling + SSL and modifying WSGI settings are found below. + + + +
diff --git a/doc/config-reference/image-service/section_image-service-rpc.xml b/doc/config-reference/image-service/section_image-service-rpc.xml new file mode 100644 index 0000000000..944615cb92 --- /dev/null +++ b/doc/config-reference/image-service/section_image-service-rpc.xml @@ -0,0 +1,21 @@ +
+ Configure the RPC messaging system + OpenStack projects use an open standard for messaging + middleware known as AMQP. This messaging middleware enables the + OpenStack services that run on multiple servers to talk to each + other. The OpenStack common library project, oslo, supports three + implementations of AMQP: RabbitMQ, + Qpid, and + ZeroMQ. + The following tables contain settings to configure the + messaging middleware for the Image Service: + + + + + +
\ No newline at end of file