freezer API document error in README.rst
Bug #1597560 reported by
Shangzhong Zhu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Backup/Restore and DR (Freezer) |
Fix Released
|
Low
|
Shangzhong Zhu |
Bug Description
Chapter "1 Installation" in the README.rst, the command "pip install -r requirements.txt" should be used for "1.1 Install required packages". For "1.2 Install freezer_api" should be used these command as follow:
# git clone https:/
# cd freezer-api && sudo python setup.py install
Changed in freezer: | |
assignee: | nobody → shangzhong.zhu (shangzhong.zhu) |
status: | New → In Progress |
tags: | added: low-hanging-fruit |
Changed in freezer: | |
milestone: | none → newton-2 |
importance: | Undecided → Low |
To post a comment you must log in.
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
...