Include docker python install

Change-Id: I5a55f6798d73b289b02232dd26f5e5fb72da9e4c
This commit is contained in:
Gerard Braad — 吉拉德 2016-03-10 04:12:47 +00:00 committed by Gerard Braad
parent 35fda60255
commit 4d58ef5d43

View File

@ -71,7 +71,8 @@ Make sure the "pip" package manager is installed before proceeding:
:: ::
# Centos 7 # Centos 7
easy_install pip yum install epel-release
yum install python-pip
# Ubuntu 14.04 LTS # Ubuntu 14.04 LTS
apt-get install python-pip apt-get install python-pip
@ -123,6 +124,16 @@ For Ubuntu 14.04 which uses upstart instead of systemd, run the following:
mount --make-shared /run mount --make-shared /run
On the target hosts you also need an updated version of the Docker python
libraries. CentOS currently ships with an older version. Using pip it is
easy to install a newer version:
::
pip install -U docker-py
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