Minor edits to the installation doc

* Removed referece to Ubuntu Precise. Mitaka packages are not
  available on Precise.
* Removed a false statement that apt-get would prompt the user for
  configuration options when installing the debian package.

Change-Id: Id588e99a4c17836156bb56b6c7322291f9f81af3
This commit is contained in:
Eric Brown 2016-02-25 22:19:22 -08:00
parent 05c58bb35e
commit 8eacf0c98c
1 changed files with 3 additions and 5 deletions

View File

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