kolla/docker/kolla-toolbox
Marcin Juszkiewicz 750a012d05 kolla-toolbox: fix os_config_client path for Debian
(venv-for-kolla) 12:04 (438s) linaro@c1n1:kolla$ docker run -it -u root haerwu/debian-source-kolla-toolbox:6.0.0 bash
()[root@f93a6cc8afb2 /]# find / -name defaults.json
/opt/ansible/lib/python2.7/site-packages/openstack/config/defaults.json
/opt/ansible/lib/python2.7/site-packages/os_client_config/defaults.json

And we were looking at wrong path:

Change-Id: I4fd403f0f0cff0628e93872d9f0d2f56591980f9
00:33:42.029 ERROR:kolla.common.utils.kolla-toolbox:The command '/bin/sh -c pip --no-cache-dir install --upgrade ansible==2.2.0.0 MySQL-python os-client-config==1.29.0 pbr==4.0.0 pymongo python-openstackclient==3.14.0 pytz pyudev shade==1.27.1     && mkdir -p /etc/ansible /usr/share/ansible     && echo 'localhost ansible_connection=local ansible_python_interpreter=/opt/ansible/bin/python' > /etc/ansible/hosts     && sed -i 's|  "identity_api_version": "2.0",|  "identity_api_version": "3",|' /usr/local/lib/python2.7/dist-packages/os_client_config/defaults.json' returned a non-zero code: 2
00:33:42.029 INFO:kolla.common.utils:Attempt number: 2 to run task: BuildTask(kolla-toolbox)
2018-05-21 12:05:16 +01:00
..
ansible_sudoers Add ansible sudo running for Debian family 2017-11-02 09:17:27 +01:00
ansible.cfg Make Ansible write its logs into "kolla_logs" 2016-02-19 21:49:21 +00:00
Dockerfile.j2 kolla-toolbox: fix os_config_client path for Debian 2018-05-21 12:05:16 +01:00
find_disks.py Use immutable journal path rather than device name 2017-08-14 10:18:45 +08:00
kolla_keystone_service.py Add None value to service.description attribute 2017-03-16 10:42:46 +00:00
kolla_keystone_user.py Make keystone_user module fully shade 2017-03-21 11:34:30 +00:00
kolla_sanity.py Clean up unused sanity check modules 2017-05-22 10:15:32 +00:00