diff --git a/README.rst b/README.rst index 117f9da..adfd743 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ stack through `pypowervm`_, an open source python project. This inspector requires that the PowerVM system be configured for management via `NovaLink`_. -.. _pypowervm: https://github.com/pypowervm/pypowervm +.. _pypowervm: https://github.com/powervm/pypowervm .. _NovaLink: http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=AN&subtype=CA&htmlfid=897/ENUS215-262&appname=USN @@ -100,7 +100,7 @@ References - Ceilometer Architecture: http://docs.openstack.org/developer/ceilometer/architecture.html -- pypowervm: https://github.com/pypowervm/pypowervm +- pypowervm: https://github.com/powervm/pypowervm - NovaLink: http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=AN&subtype=CA&htmlfid=897/ENUS215-262&appname=USN diff --git a/devstack/powervm-functions.sh b/devstack/powervm-functions.sh index 1d5606c..6297739 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 44bca94..397fd61 100644 --- a/doc/source/devref/development_environment.rst +++ b/doc/source/devref/development_environment.rst @@ -53,4 +53,4 @@ into a virtualenv. 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 9edb467..cb7dd3b 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -egit+https://github.com/openstack/ceilometer#egg=ceilometer - -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}" downloadcache = {toxworkdir}/_download