Merge "Modify QSG to install dependencies needed to build code with pip"
This commit is contained in:
commit
fcfe28b5ac
@ -121,6 +121,16 @@ before proceeding:
|
|||||||
pip -V
|
pip -V
|
||||||
|
|
||||||
|
|
||||||
|
Install dependencies needed to build the code with ``pip`` package manager.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
# Ubuntu
|
||||||
|
apt-get install python-dev libffi-dev gcc
|
||||||
|
|
||||||
|
# CentOS 7
|
||||||
|
yum install python-devel libffi-devel gcc
|
||||||
|
|
||||||
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.
|
||||||
packaged version of Docker for maximum stability and compatibility with the
|
packaged version of Docker for maximum stability and compatibility with the
|
||||||
@ -276,8 +286,7 @@ On CentOS or RHEL systems, this can be done using:
|
|||||||
yum install ansible
|
yum install ansible
|
||||||
|
|
||||||
Many DEB based systems do not meet Kolla's Ansible version requirements. It is
|
Many DEB based systems do not meet Kolla's Ansible version requirements. It is
|
||||||
recommended to use pip to install Ansible >2.0. Finally Ansible >2.0 may be
|
recommended to use pip to install Ansible >2.0. Finally Ansible >2.0 may be installed using:
|
||||||
installed using:
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
@ -351,17 +360,8 @@ Install Python Clients
|
|||||||
On the system where the OpenStack CLI/Python code is run, the Kolla community
|
On the system where the OpenStack CLI/Python code is run, the Kolla community
|
||||||
recommends installing the OpenStack python clients if they are not installed.
|
recommends installing the OpenStack python clients if they are not installed.
|
||||||
This could be a completely different machine then the deployment host or
|
This could be a completely different machine then the deployment host or
|
||||||
deployment targets. The following requirements are needed to build the
|
deployment targets. Install dependencies needed to build the code with ``pip``
|
||||||
client code:
|
package manager as explained earlier.
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
# Ubuntu
|
|
||||||
apt-get install python-dev libffi-dev libssl-dev gcc
|
|
||||||
|
|
||||||
# CentOS 7
|
|
||||||
yum install python-devel libffi-devel openssl-devel gcc
|
|
||||||
|
|
||||||
|
|
||||||
To install the clients use:
|
To install the clients use:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user