Trivial: Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: Ia6d945c06a1bc59b8f61c61f26456001026e41ad
This commit is contained in:
melissaml 2018-04-21 04:59:48 +08:00
parent 7e05695bd3
commit 8dbe3184ee
5 changed files with 6 additions and 6 deletions

View File

@ -265,7 +265,7 @@ References
1. UcsSdk library:
* https://github.com/CiscoUCS/UcsSdk
* https://pypi.python.org/pypi/UcsSdk
* https://pypi.org/project/UcsSdk
2. Introspect spec:
* https://github.com/openstack/ironic-specs/blob/master/specs/kilo/ironic-node-properties-discovery.rst

View File

@ -216,7 +216,7 @@ Work Items
Dependencies
============
* The driver requires `python-oneviewclient package <https://pypi.python.org/pypi/python-oneviewclient>`_.
* The driver requires `python-oneviewclient package <https://pypi.org/project/python-oneviewclient>`_.
Testing
=======
@ -241,4 +241,4 @@ OneView Page
OneView REST API Reference
http://h17007.www1.hp.com/docs/enterprise/servers/oneviewhelp/oneviewRESTAPI/content/images/api/index.html
python-oneviewclient
https://pypi.python.org/pypi/python-oneviewclient
https://pypi.org/project/python-oneviewclient

View File

@ -388,4 +388,4 @@ OneView page
OneView 2.0 REST API Reference
http://h17007.www1.hp.com/docs/enterprise/servers/oneview2.0/cic-rest/en/content/
python-oneviewclient
https://pypi.python.org/pypi/python-oneviewclient
https://pypi.org/project/python-oneviewclient

View File

@ -207,6 +207,6 @@ References
.. _`Introspect spec`: https://github.com/openstack/ironic-specs/blob/master/specs/kilo/ironic-node-properties-discovery.rst
.. _`Common Ironic Capabilities spec`: https://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/add-new-oob-properties-to-ilo-drivers.html
.. _`DMTF standard Redfish schemas`: https://www.dmtf.org/standards/redfish
.. _`Sushy library`: https://pypi.python.org/pypi/sushy
.. _`Sushy library`: https://pypi.org/project/sushy
.. _`Ironic Inspector`: https://docs.openstack.org/ironic-inspector/latest/
.. _`Redfish hardware type`: https://docs.openstack.org/ironic/latest/admin/drivers/redfish.html

View File

@ -197,7 +197,7 @@ References
https://github.com/openstack/requirements/blob/master/global-requirements.txt
* [3] https://github.com/openstack/os-client-config
* [4] https://github.com/openstack/python-openstackclient
* [5] Documentation on appdirs is found here: https://pypi.python.org/pypi/appdirs
* [5] Documentation on appdirs is found here: https://pypi.org/project/appdirs
* [6] Original custom file cache solution: https://review.openstack.org/#/c/173674/1/
* [7] Current state of the implementation at the time of this spec being
raised: https://review.openstack.org/#/c/173674/19