Merge "Fix README.rst error"

This commit is contained in:
Zuul 2018-11-01 09:11:39 +00:00 committed by Gerrit Code Review
commit 5eff734595
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ Requirements
Freezer Dashboard requires a freezer API client to be installed in the same environment as horizon:: Freezer Dashboard requires a freezer API client to be installed in the same environment as horizon::
git clone https://github.com/openstack/freezer git clone https://github.com/openstack/python-freezerclient
cd freezer cd python-freezerclient
python setup.py install (is important that freezer is installed from source and not with pip and python setup.py install (is important that freezer API client is installed from source and not with pip and
is installed on horizon virtual environment) is installed on horizon virtual environment)
Freezer Dashboard requires a freezer API endpoint which you can install following this steps: Freezer Dashboard requires a freezer API endpoint which you can install following this steps: