[glossary] Consolodate project codenames [keystone]

- Rename "Identity service" to "Identity service (keystone)"
  - Link "keystone" to "Identity service (keystone)"
  - Make sure description matches project.yaml
- Resolve glossary references

Change-Id: Id828fce4d43fedcecbfb390d82f93380cffc372f
Implements: blueprint improve-glossary-usage
This commit is contained in:
Emma Foley 2016-09-02 10:22:59 +01:00
parent 4093606a2d
commit 1ac6401196
6 changed files with 17 additions and 16 deletions

View File

@ -180,7 +180,7 @@ includes the typical OpenStack components:
* :term:`Image service` (glance)
* :term:`Identity service` (keystone)
* :term:`Identity service (keystone)`
Also consider several specialized components:

View File

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

View File

@ -2,9 +2,9 @@
Identity service overview
=========================
The OpenStack :term:`Identity service` provides a single point of
integration for managing authentication, authorization, and a catalog of
services.
The OpenStack :term:`Identity service <Identity service (keystone)>` provides
a single point of integration for managing authentication, authorization, and
a catalog of services.
The Identity service is typically the first service a user interacts with. Once
authenticated, an end user can use their identity to access other OpenStack

View File

@ -1804,13 +1804,13 @@ I
name and password. It is a typical source of authentication
tokens.
Identity service
Identity service (keystone)
The OpenStack core project that provides a central directory of
users mapped to the OpenStack services they can access. It also
registers endpoints for OpenStack services. It acts as a common
authentication system. The project name of Identity is
keystone.
The project that facilitates API client authentication, service
discovery, distributed multi-tenant authorization, and auditing.
It provides a central directory of users mapped to the OpenStack
services they can access. It also registers endpoints for OpenStack
services and acts as a common authentication system.
Identity service API
@ -2115,7 +2115,7 @@ K
keystone
The project that provides OpenStack Identity services.
Codename of the :term:`Identity service <Identity service (keystone)>`.
Kickstart

View File

@ -26,7 +26,7 @@ to that specific host instead.
OpenStack Networking integrates with various OpenStack
components:
* OpenStack :term:`Identity service` (keystone) is used for authentication
* OpenStack :term:`Identity service (keystone)` is used for authentication
and authorization of API requests.
* OpenStack :term:`Compute service (nova)` is used to plug each virtual

View File

@ -16,9 +16,10 @@ designed to be an exhaustive list.
OpenStack Identity service
~~~~~~~~~~~~~~~~~~~~~~~~~~
If OpenStack :term:`Identity service` is responding slowly, it could be due
to the token table getting large. This can be fixed by running the
:command:`keystone-manage token_flush` command.
If OpenStack :term:`Identity service <Identity service (keystone)>` is
responding slowly, it could be due to the token table getting large.
This can be fixed by running the :command:`keystone-manage token_flush`
command.
Additionally, for Identity-related issues, try the tips
in :ref:`sql_backend`.