Check the right software versions are installed:
$ansible --version
ansible 2.2.0.0
$python --version
Python 2.7.5
Install 'shade' the python component used to pilot openstack.
$pip install shade
Note : if you use a company proxy, it's always useful to know the right pip synthax
$pip install --proxy proxy_ip:proxy_port shade