Updated Keystone development install instructions for Ubuntu

Closes-bug:#1205943

Change-Id: I5d18d543126ac4cf8e4fa4d3b2d1f37f9c87e6f8
This commit is contained in:
Chandan kumar 2013-12-20 12:56:39 +05:30
parent 5fe660232d
commit 816e82bc40

View File

@ -32,7 +32,7 @@ Prerequisites
This document assumes you are using:
- Ubuntu 11.10, Fedora 15, or Mac OS X Lion
- Ubuntu 12.04, Fedora 15, or Mac OS X Lion
- `Python 2.7`_
.. _`Python 2.7`: http://www.python.org/
@ -80,9 +80,10 @@ extension, PyPi) cannot satisfy. These dependencies should be installed
prior to using `pip`, and the installation method may vary depending on
your platform.
Ubuntu 11.10::
Ubuntu 12.04::
$ sudo apt-get install python-dev libxml2-dev libxslt1-dev libsasl2-dev libsqlite3-dev libssl-dev libldap2-dev libffi-dev
$ sudo apt-get install python-dev libxml2-dev libxslt1-dev libsasl2-dev libsqlite3-dev libssl-dev libldap2-dev
Fedora 15::