Change ceilometer branch to stable/newton

Update the ceilometer-powervm stable/newton branch to build off of
ceilometer's stable/newton.

Change-Id: I4395705eaf103c6060849402895d0d11e9e53163
Closes-Bug: #1632718
This commit is contained in:
Drew Thorstensen 2016-10-12 09:49:00 -04:00
parent fe9cff5218
commit a0dba626d7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ 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/newton#egg=ceilometer
-egit+https://github.com/powervm/pypowervm@develop#egg=pypowervm
whitelist_externals = bash
commands = bash tools/pretty_tox.sh '{posargs}'