diff --git a/README.rst b/README.rst index e9e167f1..9e34cc47 100644 --- a/README.rst +++ b/README.rst @@ -211,7 +211,7 @@ Dependencies * Builds on top of the `pypowervm library`_. This is a prerequisite to utilizing the driver. -.. _pypowervm library: https://github.com/pypowervm +.. _pypowervm library: https://github.com/powervm/pypowervm Testing ======= diff --git a/devstack/powervm-functions.sh b/devstack/powervm-functions.sh index 1d5606c1..62977390 100644 --- a/devstack/powervm-functions.sh +++ b/devstack/powervm-functions.sh @@ -3,7 +3,7 @@ # devstack/powervm-functions.sh # Functions to control the installation and configuration of the PowerVM compute services -GITREPO["pypowervm"]=${PYPOWERVM_REPO:-https://github.com/pypowervm/pypowervm} +GITREPO["pypowervm"]=${PYPOWERVM_REPO:-https://github.com/powervm/pypowervm} GITBRANCH["pypowervm"]=${PYPOWERVM_BRANCH:-master} GITDIR["pypowervm"]=$DEST/pypowervm diff --git a/doc/source/devref/development_environment.rst b/doc/source/devref/development_environment.rst index 2fc11b06..be573065 100644 --- a/doc/source/devref/development_environment.rst +++ b/doc/source/devref/development_environment.rst @@ -52,4 +52,4 @@ via the requirements. Additional project requirements may be found in the requirements.txt file. -.. _pypowervm: https://github.com/pypowervm/pypowervm +.. _pypowervm: https://github.com/powervm/pypowervm diff --git a/tox.ini b/tox.ini index 71261d43..0e2aff58 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+https://github.com/pypowervm/pypowervm@develop#egg=pypowervm + -egit+https://github.com/powervm/pypowervm@develop#egg=pypowervm commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8]