Change pypowervm repo location

Update the pypowervm repo location in code and docs
for the pypowervm->powervm github org rename

Change-Id: I95a5593af76ed0b164ed60a9d14b82f3a808078a
This commit is contained in:
adreznec 2015-11-18 14:49:48 -06:00
parent 947d44c5b9
commit c86e558fd1
4 changed files with 4 additions and 4 deletions

View File

@ -211,7 +211,7 @@ Dependencies
* Builds on top of the `pypowervm library`_. This is a prerequisite to * Builds on top of the `pypowervm library`_. This is a prerequisite to
utilizing the driver. utilizing the driver.
.. _pypowervm library: https://github.com/pypowervm .. _pypowervm library: https://github.com/powervm/pypowervm
Testing Testing
======= =======

View File

@ -3,7 +3,7 @@
# devstack/powervm-functions.sh # devstack/powervm-functions.sh
# Functions to control the installation and configuration of the PowerVM compute services # 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} GITBRANCH["pypowervm"]=${PYPOWERVM_BRANCH:-master}
GITDIR["pypowervm"]=$DEST/pypowervm GITDIR["pypowervm"]=$DEST/pypowervm

View File

@ -52,4 +52,4 @@ via the requirements.
Additional project requirements may be found in the requirements.txt file. Additional project requirements may be found in the requirements.txt file.
.. _pypowervm: https://github.com/pypowervm/pypowervm .. _pypowervm: https://github.com/powervm/pypowervm

View File

@ -11,7 +11,7 @@ setenv =
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
-egit+https://github.com/openstack/nova#egg=nova -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}' commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8] [testenv:pep8]