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:
parent
947d44c5b9
commit
c86e558fd1
@ -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
|
||||
=======
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
2
tox.ini
2
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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user