Skip to content
Snippets Groups Projects
Commit 73bd4a68 authored by octopusZhang's avatar octopusZhang
Browse files

Install docker python module with pip

The docker-py python module is now called docker and has an
incompatible api. Running latest kolla-ansible with docker-py
will throw an error like this:
AttributeError: 'module' object has no attribute 'APIClient'

Change-Id: Idd10735c764717cf711f62b3243d39d8c8ed263f
parent 61da0467
No related branches found
No related tags found
No related merge requests found
...@@ -228,17 +228,8 @@ Restart Docker by executing the following commands: ...@@ -228,17 +228,8 @@ Restart Docker by executing the following commands:
systemctl daemon-reload systemctl daemon-reload
systemctl restart docker systemctl restart docker
On the target hosts you also need an updated version of the Docker python On the target hosts you also need to install the latest version of the Docker
libraries: python libraries with pip:
.. note:: The old docker-python is obsoleted by python-docker-py.
::
yum install python-docker-py
Or using ``pip`` to install the latest version:
:: ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment