Merge "Minor edits to the installation doc"

This commit is contained in:
Jenkins 2016-03-08 23:39:46 +00:00 committed by Gerrit Code Review
commit 45ffe4ee20
1 changed files with 3 additions and 5 deletions

View File

@ -99,8 +99,7 @@ bash script called `lib/keystone`_
Installing from packages: Ubuntu Installing from packages: Ubuntu
-------------------------------- --------------------------------
Ubuntu is providing packages for Keystone for Precise. To install keystone To install keystone on Ubuntu:
on Ubuntu:
.. code-block:: bash .. code-block:: bash
@ -108,9 +107,8 @@ on Ubuntu:
In using Ubuntu's packages, the packages will set up a user account for In using Ubuntu's packages, the packages will set up a user account for
the Keystone service (`keystone`), and place default configurations in the Keystone service (`keystone`), and place default configurations in
``/etc/keystone``. The Debian installer will also ask you about configuration ``/etc/keystone``. As of this writing, the defaults for Keystone backends are
options for setting up and running Keystone. As of this writing, the defaults all SQL based, stored locally in SQLite.
for Keystone backends are all SQL based, stored locally in a SQLite.
Once installed, you still need to initialize data in Keystone, which you can Once installed, you still need to initialize data in Keystone, which you can
find described in :doc:`configuringservices`. find described in :doc:`configuringservices`.