Correct/update links
Correct instances of http to https and fix any remaining links that were broken due to the document migration. Change-Id: I492f7972839e63efdde469a1e16840d9be6d8b31
This commit is contained in:
parent
da95c4a891
commit
7ae28c66bd
@ -1,13 +1,13 @@
|
|||||||
If you would like to contribute to the development of OpenStack,
|
If you would like to contribute to the development of OpenStack,
|
||||||
you must follow the steps in this page:
|
you must follow the steps in this page:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html
|
https://docs.openstack.org/infra/manual/developers.html
|
||||||
|
|
||||||
Once those steps have been completed, changes to OpenStack
|
Once those steps have been completed, changes to OpenStack
|
||||||
should be submitted for review via the Gerrit tool, following
|
should be submitted for review via the Gerrit tool, following
|
||||||
the workflow documented at:
|
the workflow documented at:
|
||||||
|
|
||||||
http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
|
|
||||||
Pull requests submitted through GitHub will be ignored.
|
Pull requests submitted through GitHub will be ignored.
|
||||||
|
|
||||||
|
14
README.rst
14
README.rst
@ -2,8 +2,8 @@
|
|||||||
Team and repository tags
|
Team and repository tags
|
||||||
========================
|
========================
|
||||||
|
|
||||||
.. image:: http://governance.openstack.org/badges/ironic-python-agent.svg
|
.. image:: https://governance.openstack.org/badges/ironic-python-agent.svg
|
||||||
:target: http://governance.openstack.org/reference/tags/index.html
|
:target: https://governance.openstack.org/reference/tags/index.html
|
||||||
|
|
||||||
.. Change things from this point on
|
.. Change things from this point on
|
||||||
|
|
||||||
@ -25,14 +25,14 @@ as of the Kilo OpenStack release.
|
|||||||
Building the IPA deployment ramdisk
|
Building the IPA deployment ramdisk
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
For more information see the `Image Builder <http://docs.openstack.org/developer/ironic-python-agent/#image-builders>`_ section of the Ironic Python Agent
|
For more information see the `Image Builder <https://docs.openstack.org/ironic-python-agent/latest/install/index.html#image-builders>`_ section of the Ironic Python Agent
|
||||||
developer guide.
|
developer guide.
|
||||||
|
|
||||||
|
|
||||||
Using IPA with devstack
|
Using IPA with devstack
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
This is covered in the `Deploying Ironic with DevStack <http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack>`_
|
This is covered in the `Deploying Ironic with DevStack <https://docs.openstack.org/ironic/latest/contributor/dev-quickstart.html#deploying-ironic-with-devstack>`_
|
||||||
section of the Ironic dev-quickstart guide.
|
section of the Ironic dev-quickstart guide.
|
||||||
|
|
||||||
|
|
||||||
@ -40,11 +40,11 @@ Project Resources
|
|||||||
=================
|
=================
|
||||||
Project status, bugs, and blueprints are tracked on Launchpad:
|
Project status, bugs, and blueprints are tracked on Launchpad:
|
||||||
|
|
||||||
http://launchpad.net/ironic-python-agent
|
https://launchpad.net/ironic-python-agent
|
||||||
|
|
||||||
Developer documentation can be found here:
|
Developer documentation can be found here:
|
||||||
|
|
||||||
http://docs.openstack.org/developer/ironic-python-agent
|
https://docs.openstack.org/ironic-python-agent
|
||||||
|
|
||||||
Additional resources are linked from the project wiki page:
|
Additional resources are linked from the project wiki page:
|
||||||
|
|
||||||
@ -54,4 +54,4 @@ IRC channel:
|
|||||||
#openstack-ironic
|
#openstack-ironic
|
||||||
|
|
||||||
To contribute, start here: `Openstack: How to
|
To contribute, start here: `Openstack: How to
|
||||||
contribute <http://docs.openstack.org/infra/manual/developers.html>`_.
|
contribute <https://docs.openstack.org/infra/manual/developers.html>`_.
|
||||||
|
@ -60,7 +60,7 @@ full endpoint of Ironic Inspector, for example::
|
|||||||
|
|
||||||
Make sure your DHCP environment is set to boot IPA by default.
|
Make sure your DHCP environment is set to boot IPA by default.
|
||||||
|
|
||||||
.. _Ironic Inspector: http://docs.openstack.org/ironic-inspector/
|
.. _Ironic Inspector: https://docs.openstack.org/ironic-inspector/
|
||||||
|
|
||||||
Hardware Inventory
|
Hardware Inventory
|
||||||
------------------
|
------------------
|
||||||
@ -114,4 +114,4 @@ fields:
|
|||||||
|
|
||||||
References
|
References
|
||||||
==========
|
==========
|
||||||
.. [0] Enabling Drivers - http://docs.openstack.org/ironic/latest/admin/drivers/ipa.html
|
.. [0] Enabling Drivers - https://docs.openstack.org/ironic/latest/admin/drivers/ipa.html
|
||||||
|
@ -189,7 +189,7 @@ References
|
|||||||
==========
|
==========
|
||||||
.. [0] CoreOS PXE Images - https://coreos.com/docs/running-coreos/bare-metal/booting-with-pxe/
|
.. [0] CoreOS PXE Images - https://coreos.com/docs/running-coreos/bare-metal/booting-with-pxe/
|
||||||
.. [1] CoreOS Cloud Init - https://coreos.com/docs/cluster-management/setup/cloudinit-cloud-config/
|
.. [1] CoreOS Cloud Init - https://coreos.com/docs/cluster-management/setup/cloudinit-cloud-config/
|
||||||
.. [2] DIB Element for IPA - http://docs.openstack.org/developer/diskimage-builder/elements/ironic-agent/README.html
|
.. [2] DIB Element for IPA - https://docs.openstack.org/diskimage-builder/latest/elements/ironic-agent/README.html
|
||||||
.. [3] cloud-config.yaml - https://git.openstack.org/cgit/openstack/ironic-python-agent/tree/imagebuild/coreos/oem/cloud-config.yml
|
.. [3] cloud-config.yaml - https://git.openstack.org/cgit/openstack/ironic-python-agent/tree/imagebuild/coreos/oem/cloud-config.yml
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = ironic-python-agent
|
name = ironic-python-agent
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = http://docs.openstack.org/developer/ironic-python-agent/
|
home-page = https://docs.openstack.org/ironic-python-agent/
|
||||||
summary = Ironic Python Agent Ramdisk
|
summary = Ironic Python Agent Ramdisk
|
||||||
license = Apache-2
|
license = Apache-2
|
||||||
classifier =
|
classifier =
|
||||||
|
Loading…
Reference in New Issue
Block a user