Change pypowervm repo location

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

Change-Id: Ic1f3ea5139a56213fc2ade7127870d3c72557c15
This commit is contained in:
adreznec 2015-11-18 15:03:45 -06:00
parent a5c8f66e18
commit dda22a657b
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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