Update identity service management for keystone-all deprecation
Using keystone-all to start the Identity service is deprecated in favor of the keystone WSGI services. Change-Id: Ia71a0d01816f3f7354c508fc4fd7c9a0cfe4f5ad
This commit is contained in:
parent
8e892da2bf
commit
101da047d5
@ -10,10 +10,12 @@
|
|||||||
It consists of:</para>
|
It consists of:</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><systemitem class="service">keystone-all</systemitem>.
|
<para><systemitem class="service">keystone Web Server Gateway
|
||||||
Starts both the service and administrative APIs in a
|
Interface (WSGI) service</systemitem>. Can be run in a
|
||||||
single process to provide Catalog, Authorization, and
|
WSGI-capable web server such as Apache httpd to provide the
|
||||||
Authentication services for OpenStack.</para>
|
Identity Service. The service and administrative APIs are run as
|
||||||
|
separate instances of the WSGI service.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Identity Service functions. Each has a pluggable back
|
<para>Identity Service functions. Each has a pluggable back
|
||||||
@ -21,6 +23,13 @@
|
|||||||
service. Most support standard back ends like LDAP or
|
service. Most support standard back ends like LDAP or
|
||||||
SQL.</para>
|
SQL.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para><systemitem class="service">keystone-all</systemitem>.
|
||||||
|
Starts both the service and administrative APIs in a
|
||||||
|
single process. Using federation with keystone-all is not
|
||||||
|
supported. keystone-all is deprecated in favor of the WSGI
|
||||||
|
service.</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
<para>The Identity Service also maintains a user that
|
<para>The Identity Service also maintains a user that
|
||||||
corresponds to each service, such as, a user named
|
corresponds to each service, such as, a user named
|
||||||
|
Loading…
Reference in New Issue
Block a user