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: I43637859b8c183c8ca17200b337845385e546973
This commit is contained in:
melissaml 2018-04-21 04:02:09 +08:00
parent b91cfa467f
commit 909c2678be
8 changed files with 16 additions and 16 deletions

View File

@ -224,7 +224,7 @@ Node configuration
Prerequisites
=============
* `proliantutils <https://pypi.python.org/pypi/proliantutils>`_ is a python package
* `proliantutils <https://pypi.org/project/proliantutils>`_ is a python package
which contains a set of modules for managing HPE ProLiant hardware.
Install ``proliantutils`` module on the ironic conductor node. Minimum
@ -1028,7 +1028,7 @@ flavor.
Use element ``ubuntu-signed`` or ``fedora`` to build signed deploy iso and
user images from
`diskimage-builder <https://pypi.python.org/pypi/diskimage-builder>`_.
`diskimage-builder <https://pypi.org/project/diskimage-builder>`_.
Please refer to :ref:`deploy-ramdisk` for more information on building
deploy ramdisk.

View File

@ -15,8 +15,8 @@ hardware type.
Prerequisites
=============
* Install `python-scciclient <https://pypi.python.org/pypi/python-scciclient>`_
and `pysnmp <https://pypi.python.org/pypi/pysnmp>`_ packages::
* Install `python-scciclient <https://pypi.org/project/python-scciclient>`_
and `pysnmp <https://pypi.org/project/pysnmp>`_ packages::
$ pip install "python-scciclient>=0.6.0" pysnmp
@ -592,9 +592,9 @@ configuration:
* The python-scciclient package requires pyghmi version >= 1.0.22 and pysnmp
version >= 4.2.3. They are used by the conductor service on the conductor.
The latest version of pyghmi can be downloaded from `here
<https://pypi.python.org/pypi/pyghmi/>`__
<https://pypi.org/project/pyghmi/>`__
and pysnmp can be downloaded from `here
<https://pypi.python.org/pypi/pysnmp/>`__.
<https://pypi.org/project/pysnmp/>`__.
Supported properties
~~~~~~~~~~~~~~~~~~~~

View File

@ -434,9 +434,9 @@ References
==========
.. [1] HP OneView - https://www.hpe.com/us/en/integrated-systems/software.html
.. [2] :ref:`architecture_drivers`
.. [3] hpOneView - https://pypi.python.org/pypi/hpOneView
.. [3] hpOneView - https://pypi.org/project/hpOneView
.. [6] Dynamic Allocation in OneView drivers - https://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/oneview-drivers-dynamic-allocation.html
.. [7] ironic-oneviewd - https://pypi.python.org/pypi/ironic-oneviewd/
.. [8] ironic-oneview-cli - https://pypi.python.org/pypi/ironic-oneview-cli/
.. [7] ironic-oneviewd - https://pypi.org/project/ironic-oneviewd/
.. [8] ironic-oneview-cli - https://pypi.org/project/ironic-oneview-cli/
.. [9] ironic-inspector - https://docs.openstack.org/ironic-inspector/latest/
.. [10] ironic-inspector install - https://docs.openstack.org/ironic-inspector/latest/install/index.html

View File

@ -96,4 +96,4 @@ The following sequence of commands can be used to enroll a UCS node.
References
==========
.. [1] UcsSdk - https://pypi.python.org/pypi/UcsSdk
.. [1] UcsSdk - https://pypi.org/project/UcsSdk

View File

@ -113,6 +113,6 @@ configuration file must be set::
add_ports = all
keep_ports = present
.. _ironic-inspector: https://pypi.python.org/pypi/ironic-inspector
.. _python-ironic-inspector-client: https://pypi.python.org/pypi/python-ironic-inspector-client
.. _python-ironicclient: https://pypi.python.org/pypi/python-ironicclient
.. _ironic-inspector: https://pypi.org/project/ironic-inspector
.. _python-ironic-inspector-client: https://pypi.org/project/python-ironic-inspector-client
.. _python-ironicclient: https://pypi.org/project/python-ironicclient

View File

@ -105,7 +105,7 @@ name. For example::
You may pass options to the test programs using positional arguments.
To run a specific unit test, this passes the -r option and desired test
(regex string) to `os-testr <https://pypi.python.org/pypi/os-testr>`_::
(regex string) to `os-testr <https://pypi.org/project/os-testr>`_::
# run a specific test for Python 2.7
tox -epy27 -- -r test_conductor

View File

@ -12,7 +12,7 @@
"""
Modules required to work with ironic_inspector:
https://pypi.python.org/pypi/ironic-inspector
https://pypi.org/project/ironic-inspector
"""
import eventlet

View File

@ -2,5 +2,5 @@
upgrade:
- |
Adds a new dependency on the
`tooz library <https://pypi.python.org/pypi/tooz>`_, as the consistent
`tooz library <https://pypi.org/project/tooz>`_, as the consistent
hash ring code was moved out of ironic and into tooz.