From bc8fb21a3cb6e7ccbbd42920de2635c9a65cadf9 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 10 Nov 2016 10:35:42 +1100 Subject: [PATCH] Correct installation command to include upper-constraints Change-Id: I7856275f0bdb92851f87d1fc4235dbed3c755894 Fixes-Bug: 1640620 (cherry picked from commit 3d042a26ed8baec83d585e2d48acbba8926a7a99) --- doc/source/topics/install.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/topics/install.rst b/doc/source/topics/install.rst index d308f84a9a..129791943b 100644 --- a/doc/source/topics/install.rst +++ b/doc/source/topics/install.rst @@ -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/ . + + Where "" 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