c69c283bf8
Currently some keystone installation guide docs are part of general OpenStack-manuals. Migrating those docs to keystone documentation so that they can be reviewed effectively by keystone developers too. Added installation guides for Ubuntu, openSUSE and Red Hat Enterprise. The installation guides for Debian will be added once they are complete in openstack-manuals. Also changed the toctree structure in install-guides to include directives so that all sections appear on one page rather than just links. Partial-Bug #1694460 Change-Id: I03aecfd1544b559a8fbd1ab11c5474145cff9ff9
23 lines
803 B
ReStructuredText
23 lines
803 B
ReStructuredText
=================================
|
|
Keystone Installation Tutorial
|
|
=================================
|
|
|
|
The OpenStack system consists of several key services that are separately
|
|
installed. These services work together depending on your cloud
|
|
needs and include the Compute, Identity, Networking, Image, Block Storage,
|
|
Object Storage, Telemetry, Orchestration, and Database services. You
|
|
can install any of these projects separately and configure them stand-alone
|
|
or as connected entities.
|
|
|
|
This section describes how to install and configure the OpenStack
|
|
Identity service, code-named keystone, on the controller node. For
|
|
scalability purposes, this configuration deploys Fernet tokens and
|
|
the Apache HTTP server to handle requests.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
index-obs
|
|
index-rdo
|
|
index-ubuntu
|