Ceilometer newton-eol

Change the test-requirements to use the newton-eol branch, as
the stable/newton branch no longer exists in Ceilometer.
Also limit the oslotest to < 2.0.0 to avoid a mockpatch issue
in ceilometer's db.py unit test.

Note this change should soon be replaced by a move to Pike, but
want to update this as a solid starting point before further work.

Change-Id: I06b860bb72c3397e276311bd57291e9c3164a7e4
This commit is contained in:
Joseph Davis 2017-11-07 15:15:22 -08:00
parent d59bb01532
commit 031a8b6c87
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
git+https://github.com/openstack/ceilometer.git@stable/newton#egg=ceilometer
git+https://github.com/openstack/ceilometer.git@newton-eol#egg=ceilometer
mock>=1.2
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
# update oslotest version after ceilometer newton
oslotest>=1.10.0,<2.0.0 # Apache-2.0
oslo.vmware>=1.16.0,<2.17.0 # Apache-2.0
# Use lower versions of config and utils since
# Keystone client depends on it