Skip to content

Instantly share code, notes, and snippets.

@jeanlouisferey
Last active April 30, 2018 09:32
Show Gist options
  • Save jeanlouisferey/54e17e26551859afecc7b94d1945210b to your computer and use it in GitHub Desktop.
Save jeanlouisferey/54e17e26551859afecc7b94d1945210b to your computer and use it in GitHub Desktop.
How to install Shade, required by Ansible to manage Openstack, on Ubuntu
1- Install some dependencies:
apt-get install build-essential libssl-dev libffi-dev python-dev
2- Install pip:
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
3- Install shade
pip install shade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment