Require the (soon-to-be) Rocky version of Horizon

... or at least the first published tarball which will lead to Rocky.
On the other side this means forcing the usage of mox as long as
there are tests that depends on it (the switch was already flipped
in Horizon, so it needs to be enabled here).

This allows us to depend on newer Horizon features, including changes
to the test suite that are useful for the mox removal effort.

Change-Id: I9af29e743d81e8cccdb797e8b406e94c3ede2b63
Signed-off-by: Charles Short <zulcss@gmail.com>
This commit is contained in:
Charles Short 2018-05-12 10:27:18 -04:00
parent 631f96cb05
commit 47e9606eba
3 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ msgpack==0.5.6
munch==2.2.0
netaddr==0.7.19
netifaces==0.10.6
nose==1.3.7
nose-exclude===0.5.0
nose==1.3.7
nosehtmloutput==0.0.3
nosexcover==1.0.10
openstack.nose-plugin==0.7

View File

@ -6,4 +6,4 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
python-designateclient>=2.7.0 # Apache-2.0
horizon>=13.0.0 # Apache-2.0
horizon>=14.0.0.0b1 # Apache-2.0

View File

@ -27,4 +27,4 @@ django-compressor>=2.0 # MIT
# OpenStack CI will install the following projects from git
# if they are in the required-projects list for a job:
horizon>=13.0.0 # Apache-2.0
horizon>=14.0.0.0b1 # Apache-2.0