f368a64810
Full outline finished. Keystone, Glance, and most of Nova complete Changes to Common: * Separate "Getting Started" content into separate files, so they can be included individually where needed in the install guide * separated "Keystone Concepts" so that a smaller subset of that can be used in the install guide Change-Id: I583349443685e3022f4c4c1893c2c07d1d2af1d5
34 lines
1.5 KiB
XML
34 lines
1.5 KiB
XML
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="keystone-service-mgmt">
|
|
<title>Service management</title>
|
|
<para>The Identity Service provides
|
|
identity, token, catalog, and policy services.
|
|
It consists of:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><systemitem class="service">keystone-all</systemitem>.
|
|
Starts both the service and administrative APIs in a
|
|
single process to provide Catalog, Authorization, and
|
|
Authentication services for OpenStack.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Identity Service functions. Each has a pluggable back
|
|
end that allows different ways to use the particular
|
|
service. Most support standard back ends like LDAP or
|
|
SQL.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<para>The Identity Service also maintains a user that
|
|
corresponds to each service, such as, a user named
|
|
<emphasis>nova</emphasis> for the Compute service, and
|
|
a special service tenant called
|
|
<emphasis>service</emphasis>.</para>
|
|
<para>For information about how to create services and
|
|
endpoints, see the <link
|
|
xlink:href="http://docs.openstack.org/user-guide-admin/content/index.html"
|
|
><citetitle>OpenStack Admin User
|
|
Guide</citetitle></link>.</para>
|
|
</section>
|