From 4cd7ffff4aa300d4c5548f0edf2c7215a466cd6c Mon Sep 17 00:00:00 2001 From: Drew Thorstensen Date: Fri, 16 Jan 2015 15:42:20 -0600 Subject: [PATCH] Update nova-powervm to use new pypowervm path Updating the project to refer to an updated pypowervm path. Change-Id: I6785435f660060e4c7773ec7efd551050129b9c3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 524bf8f6..1cfe3f53 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -egit+https://github.com/openstack/nova#egg=nova - -egit+ssh://***REMOVED***:29418/python-powervm.git#egg=python-powervm + -egit+ssh://***REMOVED***:29418/pypowervm.git#egg=pypowervm commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8]