stable/newton uses pypowervm 1.0.0.4

The stable/newton release needs to use pypowervm 1.0.0.4.

Closes-Bug: #1636968

Change-Id: I2e7184d4eeacef5bb10e46e63f6adb7fc580bd1c
This commit is contained in:
Eric Fried 2016-10-26 14:30:06 -05:00
parent f96518c423
commit b831e5991b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setenv =
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/nova@stable/newton#egg=nova
-egit+https://github.com/powervm/pypowervm@develop#egg=pypowervm
-egit+https://github.com/powervm/pypowervm@release/1.0.0.4#egg=pypowervm
whitelist_externals = bash
commands = bash tools/pretty_tox.sh '{posargs}'