Correct installation command to include upper-constraints

Change-Id: I7856275f0bdb92851f87d1fc4235dbed3c755894
Fixes-Bug: 1640620
(cherry picked from commit 3d042a26ed)
This commit is contained in:
Richard Jones 2016-11-10 10:35:42 +11:00
parent a71228ff10
commit bc8fb21a3c

View File

@ -48,7 +48,10 @@ Installation
2. Install the horizon python module into your system. Run the following
in the top directory::
$ sudo pip install .
$ sudo pip install -c http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/<release> .
Where "<release>" is the release you are installing (eg. "newton",
"ocata", ...)
3. Create ``openstack_dashboard/local/local_settings.py``.
It is usually a good idea to copy