Pulling kolla toolbox image task fails
Hi,
The task fails with the following error:
**TASK [common : Pulling kolla-toolbox image] ************************************
fatal: [localhost]: FAILED! => {"changed": true, "failed": true, "msg": "'Traceback (most recent call last):\\n File \"/tmp/ansible_wb5Hs9/ansible_module_kolla_docker.py\", line 777, in main\\n dw = DockerWorker(module)\\n File \"/tmp/ansible_wb5Hs9/ansible_module_kolla_docker.py\", line 214, in __init__\\n self.dc = docker.Client(**options)\\nAttributeError: \\'module\\' object has no attribute \\'Client\\'\\n'"}**
Following are the versions I am using for kolla pike installation:
**Docker python 1.10.6
Docker 2.5.1
Ansible 2.2.0
Python jinja 2.9.6**
Please, paste exact output of
pip freeze | grep -i docker
andrpm -qa | grep -i docker
. I think you have docker-py and docker libraries installed.The output for