From c86e558fd1d1f52be45622264b7d36206133101a Mon Sep 17 00:00:00 2001 From: adreznec Date: Wed, 18 Nov 2015 14:49:48 -0600 Subject: [PATCH] Change pypowervm repo location Update the pypowervm repo location in code and docs for the pypowervm->powervm github org rename Change-Id: I95a5593af76ed0b164ed60a9d14b82f3a808078a --- README.rst | 2 +- devstack/powervm-functions.sh | 2 +- doc/source/devref/development_environment.rst | 2 +- tox.ini | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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]