From 8dbe3184ee0fe865f6ce0e509edc68abd285356d Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 21 Apr 2018 04:59:48 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: Ia6d945c06a1bc59b8f61c61f26456001026e41ad --- specs/approved/cisco-ucs-hw-inspection.rst | 2 +- specs/approved/new-ironic-driver-for-oneview.rst | 4 ++-- specs/approved/oneview-drivers-dynamic-allocation.rst | 2 +- specs/approved/redfish-inspection.rst | 2 +- specs/approved/version-caching.rst | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/specs/approved/cisco-ucs-hw-inspection.rst b/specs/approved/cisco-ucs-hw-inspection.rst index fb8be299..4cdf54c9 100644 --- a/specs/approved/cisco-ucs-hw-inspection.rst +++ b/specs/approved/cisco-ucs-hw-inspection.rst @@ -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 diff --git a/specs/approved/new-ironic-driver-for-oneview.rst b/specs/approved/new-ironic-driver-for-oneview.rst index 1bb42faa..1d187676 100644 --- a/specs/approved/new-ironic-driver-for-oneview.rst +++ b/specs/approved/new-ironic-driver-for-oneview.rst @@ -216,7 +216,7 @@ Work Items Dependencies ============ -* The driver requires `python-oneviewclient package `_. +* The driver requires `python-oneviewclient package `_. 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 diff --git a/specs/approved/oneview-drivers-dynamic-allocation.rst b/specs/approved/oneview-drivers-dynamic-allocation.rst index f852d685..82c32fa8 100644 --- a/specs/approved/oneview-drivers-dynamic-allocation.rst +++ b/specs/approved/oneview-drivers-dynamic-allocation.rst @@ -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 diff --git a/specs/approved/redfish-inspection.rst b/specs/approved/redfish-inspection.rst index a15333a7..fe426694 100644 --- a/specs/approved/redfish-inspection.rst +++ b/specs/approved/redfish-inspection.rst @@ -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 diff --git a/specs/approved/version-caching.rst b/specs/approved/version-caching.rst index 783a9a41..b55492bf 100644 --- a/specs/approved/version-caching.rst +++ b/specs/approved/version-caching.rst @@ -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