You can check up to date required packages from “requirements.txt”
Follow these instructions if your OpenStack controller nodes are installed on Ubuntu or Debian based Linux distros
Install required packages first:
sudo apt-get install python-dev python-pip git openssl gcc make automake
Clone proper branch of Freezer Client with git:
git clone -b [branch] https://github.com/openstack/freezer.git
Install requirements with pip:
cd freezer/
sudo pip install -r requirements.txt
Install freezer from source:
sudo python setup.py install
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.