dependencies added to build code with pip in QSG

As discussed in https://review.openstack.org/#/c/384073/

Change-Id: Ic1d59ce477798a92d21c384a0306fa46d82bc2d7
This commit is contained in:
prameswar 2016-10-18 16:13:19 +05:30
parent 8f2f9642cd
commit d165cca4a3

View File

@ -126,10 +126,10 @@ Install dependencies needed to build the code with ``pip`` package manager.
:: ::
# Ubuntu # Ubuntu
apt-get install python-dev libffi-dev gcc apt-get install python-dev libffi-dev gcc libssl-dev
# CentOS 7 # CentOS 7
yum install python-devel libffi-devel gcc yum install python-devel libffi-devel gcc openssl-devel
Since Docker is required to build images as well as be present on all deployed Since Docker is required to build images as well as be present on all deployed
targets, the Kolla community recommends installing the official Docker, Inc. targets, the Kolla community recommends installing the official Docker, Inc.