Ensure that tox.ini uses nova at stable/rocky

This commit is in the stable/rocky branch, and the patch ensures that
unit tests in this branch test against the stable/rocky nova branch.
Otherwise unit tests may fail as it was testing against the master
branch.

Change-Id: I12dfab6568ee673ee5222ea549b42b9f801ba4f5
This commit is contained in:
Alex Kavanagh 2019-03-01 10:58:21 +01:00
parent 4b935f860c
commit 7e70d3bd59
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ setenv =
LC_ALL=en_US.utf-8
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/nova.git#egg=nova
-egit+https://github.com/openstack/nova.git@stable/rocky#egg=nova
whitelist_externals =
bash
find