From 8eacf0c98cfe74d57f1dae4664173b6d83e609fc Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Thu, 25 Feb 2016 22:19:22 -0800 Subject: [PATCH] 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 --- doc/source/installing.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/source/installing.rst b/doc/source/installing.rst index ea74447c97..b00ac6d29f 100644 --- a/doc/source/installing.rst +++ b/doc/source/installing.rst @@ -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`.