[glossary] Consolidate project codenames [glance]

- Combine "Image service" entry with "glance" entry
  - Rename "Image service" to "Image service (glance)"
  - Link "glance" to "Image service (glance)"
  - Make sure description matches project.yaml
- Remove the duplicate entry Image API, keep Image server API
  - Link "Glance API server" to "Image API"
- Combine Image registry entry with "glance registry"

Change-Id: I37cc324cf6783d13a4bcefb8cb1e8043d4732365
Implements: bp improve-glossary-usage
This commit is contained in:
Emma Foley 2016-09-23 15:38:10 +01:00 committed by Matthew Kassawara
parent 2a38e25e7a
commit f567f0a81c
5 changed files with 17 additions and 19 deletions

View File

@ -178,7 +178,7 @@ includes the typical OpenStack components:
* :term:`Compute service (nova)` * :term:`Compute service (nova)`
* :term:`Image service` (glance) * :term:`Image service (glance)`
* :term:`Identity service (keystone)` * :term:`Identity service (keystone)`

View File

@ -348,7 +348,7 @@ OpenStack core services recommended in a general purpose cloud are:
* :term:`Networking service (neutron)` * :term:`Networking service (neutron)`
* :term:`Image service` (:term:`glance`) * :term:`Image service (glance)`
* :term:`Identity service (keystone)` * :term:`Identity service (keystone)`

View File

@ -1582,17 +1582,15 @@ G
glance glance
A core project that provides the OpenStack Image service. Codename for the :term:`Image service<Image service (glance)>`.
glance API server glance API server
Processes client requests for VMs, updates Image service Alternative name for the :term:`Image API`.
metadata on the registry server, and communicates with the store
adapter to upload VM images from the back-end store.
glance registry glance registry
Alternative term for the Image service image registry. Alternative term for the Image service :term:`image registry`.
global endpoint template global endpoint template
@ -1839,6 +1837,9 @@ I
The Image service API endpoint for management of VM The Image service API endpoint for management of VM
images. images.
Processes client requests for VMs, updates Image service
metadata on the registry server, and communicates with the store
adapter to upload VM images from the back-end store.
image cache image cache
@ -1866,15 +1867,12 @@ I
A list of VM images that are available through Image A list of VM images that are available through Image
service. service.
Image service Image service (glance)
An OpenStack core project that provides discovery, registration, The OpenStack service that provide services and associated libraries
and delivery services for disk and server images. The project name of to store, browse, share, distribute and manage bootable disk images,
the Image service is glance. other data closely associated with initializing compute resources,
and metadata definitions.
Image service API
Alternative name for the glance image API.
image status image status

View File

@ -149,7 +149,7 @@ the distributed file system.
Acknowledging that many small-scale deployments see running Object Acknowledging that many small-scale deployments see running Object
Storage just for the storage of virtual machine images as too costly, we Storage just for the storage of virtual machine images as too costly, we
opted for the file back end in the OpenStack :term:`Image service` (Glance). opted for the file back end in the OpenStack :term:`Image service (Glance)`.
If your cloud will include Object Storage, you can easily add it as a back If your cloud will include Object Storage, you can easily add it as a back
end. end.

View File

@ -27,9 +27,9 @@ in :ref:`sql_backend`.
OpenStack Image service OpenStack Image service
~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
OpenStack :term:`Image service` can be slowed down by things related to the OpenStack :term:`Image service <Image service (glance)>` can be slowed down
Identity service, but the Image service itself can be slowed down if by things related to the Identity service, but the Image service itself can be
connectivity to the back-end storage in use is slow or otherwise slowed down if connectivity to the back-end storage in use is slow or otherwise
problematic. For example, your back-end NFS server might have gone down. problematic. For example, your back-end NFS server might have gone down.
OpenStack Block Storage service OpenStack Block Storage service