diff options
author | Nikita Zubkov <nzubkov@mirantis.com> | 2016-07-19 18:24:42 +0300 |
---|---|---|
committer | Nikita Zubkov <nzubkov@mirantis.com> | 2016-08-22 11:01:44 +0000 |
commit | 3cac9b551cdecaf9148800cc6fd9b81fbb3149c5 (patch) | |
tree | c27eeb38a28e9292a6bf577d9b9ac88dcf91a0f4 | |
parent | d4db5ba78ccefd08e465cd30116094678c5cb35f (diff) |
Switch to upstream fuel-web repository
Change-Id: I994304bdc8eaf7e4da175981cb721d41a286fed0
Depends-On: Id0bc78478cf3f40767fed760cd54e487a934fa10
Notes
Notes (review):
Code-Review+2: Ilya Kharin <akscram@gmail.com>
Code-Review+2: Sergey Abramov <sabramov@mirantis.com>
Workflow+1: Sergey Abramov <sabramov@mirantis.com>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Mon, 22 Aug 2016 15:37:02 +0000
Reviewed-on: https://review.openstack.org/351202
Project: openstack/fuel-nailgun-extension-cluster-upgrade
Branch: refs/heads/stable/mitaka
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ envlist = pep8,py27 | |||
4 | skipsdist = True | 4 | skipsdist = True |
5 | 5 | ||
6 | [base] | 6 | [base] |
7 | NAILGUN_REPO = git+https://github.com/zubchick/fuel-web.git | 7 | NAILGUN_REPO = git+https://github.com/openstack/fuel-web.git |
8 | NAILGUN_CONFIG = {toxinidir}/nailgun-test-settings.yaml | 8 | NAILGUN_CONFIG = {toxinidir}/nailgun-test-settings.yaml |
9 | NAILGUN_BRANCH={env:ZUUL_BRANCH:master} | 9 | NAILGUN_BRANCH={env:ZUUL_BRANCH:stable/mitaka} |
10 | 10 | ||
11 | [testenv] | 11 | [testenv] |
12 | deps = -r{toxinidir}/test-requirements.txt | 12 | deps = -r{toxinidir}/test-requirements.txt |