Comment 4 for bug 1765411

Revision history for this message
JD Lester (jdlester8) wrote :

I got mine to work by removing system packages:
$ cd kolla-ansible
# pip uninstall -r requirements.txt

Then creating a virtualenv
(kolla-ansible) $ pip install -r requirements.txt
(kolla-ansible) $ pip install ansible
(kolla-ansible) $ python setup.py install
(kolla-ansible) $ kolla-ansible -i multinode deploy