Switch to upstream fuel-web repository

Change-Id: I994304bdc8eaf7e4da175981cb721d41a286fed0
Depends-On: Id0bc78478cf3f40767fed760cd54e487a934fa10
This commit is contained in:
Nikita Zubkov 2016-07-19 18:24:42 +03:00
parent d4db5ba78c
commit 3cac9b551c
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ envlist = pep8,py27
skipsdist = True skipsdist = True
[base] [base]
NAILGUN_REPO = git+https://github.com/zubchick/fuel-web.git NAILGUN_REPO = git+https://github.com/openstack/fuel-web.git
NAILGUN_CONFIG = {toxinidir}/nailgun-test-settings.yaml NAILGUN_CONFIG = {toxinidir}/nailgun-test-settings.yaml
NAILGUN_BRANCH={env:ZUUL_BRANCH:master} NAILGUN_BRANCH={env:ZUUL_BRANCH:stable/mitaka}
[testenv] [testenv]
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt