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 06c8f6ff6a
commit 86ce48e40d
3 changed files with 4 additions and 4 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

@ -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@stable/liberty#egg=ceilometer
-egit+https://github.com/pypowervm/pypowervm@release/1.0.0#egg=pypowervm
-egit+https://github.com/powervm/pypowervm@release/1.0.0#egg=pypowervm
commands = python setup.py testr --slowest --testr-args="{posargs}"
downloadcache = {toxworkdir}/_download