Merge "Added information about admin_token being deprecated in the Identity management section"

This commit is contained in:
Jenkins 2014-12-02 15:25:48 +00:00 committed by Gerrit Code Review
commit 67cb419514

View File

@ -180,12 +180,9 @@ keystone --username admin --password secrete --tenant_name admin tenant-create -
password</title>
<para>You can also configure Identity authentication
middleware using the <option>admin_user</option> and
<option>admin_password</option> options. When using the
<option>admin_user</option> and
<option>admin_password</option> options the
<option>admin_token</option> parameter is optional. If
<option>admin_token</option> is specified, it is used only if
the specified token is still valid.</para>
<option>admin_password</option> options.</para>
<note><para>The <option>admin_token</option> parameter is deprecated,
and no longer used for configuring auth_token middleware.</para></note>
<para>For services that have a separate paste-deploy .ini file,
you can configure the authentication middleware in the
<literal>[keystone_authtoken]</literal> section of the main