Remove '--allow-all-external' from pip install for nailgun

Change-Id: I7172d177bd3e2e4f83efd455030617117ece1d7b
Closes-Bug: #1583509
This commit is contained in:
Stanislaw Bogatkin 2016-05-19 12:09:50 +03:00
parent 3541751c30
commit 3a91d063bd
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Preparing Development Environment
sudo apt-get install --yes git
git clone https://github.com/openstack/fuel-web.git
cd fuel-web
pip install --allow-all-external -r nailgun/test-requirements.txt
pip install -r nailgun/test-requirements.txt
#. Install Nailgun in the developers mode by running the command below in the
`nailgun` folder. Thanks to that, Nailgun extensions will be discovered::