Adding ldap dependencies to documentation
Change-Id: Icd713fc620986303c9e5b4bf87fb036828795d6d
This commit is contained in:
parent
e97ba80c80
commit
f55df97c55
@ -23,7 +23,8 @@ Installing system dependencies
|
||||
.. code-block:: bash
|
||||
|
||||
# Install dependencies required to build Barbican
|
||||
sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev libsqlite3-dev
|
||||
sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev libsqlite3-dev \
|
||||
libldap2-dev libsasl2-dev
|
||||
|
||||
# Install dependencies required for PyEnv
|
||||
sudo apt-get install -y git curl make build-essential zlib1g-dev libbz2-dev \
|
||||
|
@ -78,7 +78,8 @@ Installation
|
||||
|
||||
# Install system dependencies to start DevStack and install Barbican
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev git
|
||||
sudo apt-get install -y python-pip python-dev libffi-dev libssl-dev git \
|
||||
libldap2-dev libsasl2-dev
|
||||
|
||||
# Clone DevStack and Barbican
|
||||
git clone https://git.openstack.org/cgit/openstack-dev/devstack.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user