Comment 1 for bug 1597560

Revision history for this message
Shangzhong Zhu (zhusz) wrote :

The current freezer API README.rst: https://github.com/openstack/freezer-api
...
1. Installation

1.1 Install required packages

# git clone https://git.openstack.org/openstack/freezer-api.git
# cd freezer-api && sudo python setup.py install
1.2 Install freezer_api

# pip install -r requirements.txt
...