[admin-guide-cloud]Fix the keystone wrong config path

keystone_configure_with_SSL.rst and identity_management.rst
use the /etc/keystone.conf as config path,
the config path should /etc/keystone/keystone.conf

Change-Id: Icdb399854437628691376f0713d81ac80942796a
Closes-bug: #1502150
This commit is contained in:
zhu.rong
2015-10-02 21:44:20 +08:00
parent 1e82be0a3e
commit 6f0750334d
2 changed files with 6 additions and 5 deletions

View File

@@ -6,9 +6,10 @@ Identity management
OpenStack Identity, code-named keystone, is the default identity
management system for OpenStack. After you install Identity, you
configure it through the :file:`/etc/keystone.conf` configuration file and,
possibly, a separate logging configuration file. You initialize data
into Identity by using the ``keystone`` command-line client.
configure it through the :file:`/etc/keystone/keystone.conf`
configuration file and, possibly, a separate logging configuration
file. You initialize data into Identity by using the ``keystone``
command-line client.
.. toctree::
:maxdepth: 1

View File

@@ -36,8 +36,8 @@ Client authentication with keystone-all
When running ``keystone-all``, the server can be configured to enable SSL
with client authentication using the following instructions. Modify the
``[eventlet_server_ssl]`` section in the :file:`/etc/keystone.conf` file. The
following SSL configuration example uses the included sample
``[eventlet_server_ssl]`` section in the :file:`/etc/keystone/keystone.conf`
file. The following SSL configuration example uses the included sample
certificates:
.. code-block:: ini