Update install.rst for Fedora

Remove refernces to Fedora 17, and link back to the official
install guide, and our documented configureservices.rst.

Change-Id: I500ce50340ef41de1393ce700e3fd59e47489ce0
Closes-Bug: 1426704
This commit is contained in:
Steve Martinelli 2015-03-25 01:04:14 -04:00
parent 2c50fb0b69
commit b7e847d737
1 changed files with 6 additions and 5 deletions

View File

@ -111,15 +111,16 @@ find described in :doc:`configuringservices`.
Installing from packages: Fedora
--------------------------------
Installing Keystone with Fedora 17 is documented at
http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17.
To install Keystone on Fedora refer to the steps found in the `OpenStack
Install Guide`_.
To install the packages:
.. code-block:: bash
$ sudo yum install --enablerepo=updates-testing openstack-keystone
$ sudo yum install openstack-keystone
Once installed, you can configure Keystone based on the instructions at:
Once installed, you still need to initialize data in Keystone, which you can
find described in :doc:`configuringservices`.
http://fedoraproject.org/wiki/Getting_started_with_OpenStack_on_Fedora_17#Configuring_Keystone_for_authentication
.. _`OpenStack Install Guide`: http://docs.openstack.org/juno/install-guide/install/yum/content/keystone-install.html