Update the ceilometer dependency to correct branch

For stable/ocata, the ceilometer dependency should
list the corresponding branch.

Change-Id: I50a6f6929d5c766125d55a075e518d6adcd3be51
Closes-Bug: #1677969
This commit is contained in:
Gautam Prasad 2017-04-03 07:08:04 -04:00 committed by gautpras
parent 7abfd20c90
commit 723f3d39b3
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ envlist = py34,py27,pep8
[testenv]
usedevelop = True
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/ceilometer#egg=ceilometer
-egit+https://github.com/openstack/ceilometer@stable/ocata#egg=ceilometer
whitelist_externals = bash
commands = bash tools/pretty_tox.sh '{posargs}'