summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2017-08-18 14:10:31 +0000
committerJulia Kreger <juliaashleykreger@gmail.com>2017-08-23 15:19:11 +0000
commit40fa86a5e28816ebf9f0867e46521ffef5f0aae1 (patch)
treecac78dee9aca897fb508c2c19d78c48d82fb9513
parent1f0e1e0885259e358c9380e9ec3145a0a194685e (diff)
downloadironic-40fa86a5e28816ebf9f0867e46521ffef5f0aae1.tar.gz
Change doc links for pike branch9.1.0
Part of the release process dictates that we update documentation links to point to the state on the pike branch Change-Id: I9dc33929bd071697ac96b6ab39bb855264625ae0
-rw-r--r--doc/source/admin/boot-from-volume.rst2
-rw-r--r--doc/source/admin/drivers/ilo.rst2
-rw-r--r--doc/source/admin/upgrade-to-hardware-types.rst2
-rw-r--r--doc/source/install/configdrive.rst4
-rw-r--r--doc/source/install/deploy-ramdisk.rst2
-rw-r--r--doc/source/install/enabling-drivers.rst2
-rw-r--r--doc/source/install/enabling-https.rst8
-rw-r--r--doc/source/install/enrollment.rst2
-rw-r--r--doc/source/install/get_started.rst6
-rw-r--r--doc/source/install/include/configure-ironic-conductor.rst2
-rw-r--r--doc/source/install/include/local-boot-partition-images.rst2
-rw-r--r--doc/source/install/include/notifications.rst2
-rw-r--r--doc/source/install/include/root-device-hints.rst2
-rw-r--r--doc/source/install/standalone.rst2
-rw-r--r--doc/source/install/troubleshooting.rst2
15 files changed, 21 insertions, 21 deletions
diff --git a/doc/source/admin/boot-from-volume.rst b/doc/source/admin/boot-from-volume.rst
index 2d87c6885..528b1cd73 100644
--- a/doc/source/admin/boot-from-volume.rst
+++ b/doc/source/admin/boot-from-volume.rst
@@ -16,7 +16,7 @@ Currently booting from a volume requires:
- Bare Metal service version 9.0.0
- Bare Metal API microversion 1.33 or later
-- A driver that utilizes the `PXE boot mechanism <https://docs.openstack.org/ironic/latest/install/configure-pxe.html>`_.
+- A driver that utilizes the `PXE boot mechanism <https://docs.openstack.org/ironic/pike/install/configure-pxe.html>`_.
Currently booting from a volume is supported by the reference drivers that
utilize PXE boot mechanisms when iPXE is enabled.
- iPXE is an explicit requirement, as it provides the mechanism that attaches
diff --git a/doc/source/admin/drivers/ilo.rst b/doc/source/admin/drivers/ilo.rst
index 4437e55a7..fd818cc55 100644
--- a/doc/source/admin/drivers/ilo.rst
+++ b/doc/source/admin/drivers/ilo.rst
@@ -88,7 +88,7 @@ The ``ilo`` hardware type supports following hardware interfaces:
.. note::
``ilo`` is the default ``inspect`` interface for ``ilo``
- hardware type. `Ironic Inspector <https://docs.openstack.org/ironic-inspector/latest/>`_
+ hardware type. `Ironic Inspector <https://docs.openstack.org/ironic-inspector/pike/>`_
needs to be configured to use ``inspector`` as the inspect interface.
* management
diff --git a/doc/source/admin/upgrade-to-hardware-types.rst b/doc/source/admin/upgrade-to-hardware-types.rst
index 420c54139..28e44f7c0 100644
--- a/doc/source/admin/upgrade-to-hardware-types.rst
+++ b/doc/source/admin/upgrade-to-hardware-types.rst
@@ -204,7 +204,7 @@ RAID interface. For example, to update all nodes use:
the ramdisk (more specifically, a `hardware manager`_ used in it),
not on the driver.
-.. _hardware manager: https://docs.openstack.org/ironic-python-agent/latest/contributor/hardware_managers.html
+.. _hardware manager: https://docs.openstack.org/ironic-python-agent/pike/contributor/hardware_managers.html
Network and storage
~~~~~~~~~~~~~~~~~~~
diff --git a/doc/source/install/configdrive.rst b/doc/source/install/configdrive.rst
index 0d6305926..9b3644e7f 100644
--- a/doc/source/install/configdrive.rst
+++ b/doc/source/install/configdrive.rst
@@ -47,7 +47,7 @@ and provide the file or HTTP URL to the Bare Metal service.
For the format of the configuration drive, Bare Metal service expects a
``gzipped`` and ``base64`` encoded ISO 9660 [*]_ file with a ``config-2``
label. The
-`ironic client <https://docs.openstack.org/python-ironicclient/latest/>`_
+`ironic client <https://docs.openstack.org/python-ironicclient/pike/>`_
can generate a configuration drive in the `expected format`_. Just pass a
directory path containing the files that will be injected into it via the
``--config-drive`` parameter of the ``node-set-provision-state`` command,
@@ -158,5 +158,5 @@ but in order to use it we should follow some rules:
For more information see `how to configure cloud-init data sources
<https://docs.openstack.org/diskimage-builder/latest/elements/cloud-init-datasources/README.html>`_.
-.. _`expected format`: https://docs.openstack.org/nova/latest/user/vendordata.html
+.. _`expected format`: https://docs.openstack.org/nova/pike/user/vendordata.html
.. _disk-image-builder: https://docs.openstack.org/diskimage-builder/latest/
diff --git a/doc/source/install/deploy-ramdisk.rst b/doc/source/install/deploy-ramdisk.rst
index 2faaea6d7..9e52be3ff 100644
--- a/doc/source/install/deploy-ramdisk.rst
+++ b/doc/source/install/deploy-ramdisk.rst
@@ -12,7 +12,7 @@ the `CoreOS tools`_ at:
* `CoreOS deploy kernel <https://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe.vmlinuz>`_
* `CoreOS deploy ramdisk <https://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem.cpio.gz>`_
-.. _ironic-python-agent: https://docs.openstack.org/ironic-python-agent/latest/
+.. _ironic-python-agent: https://docs.openstack.org/ironic-python-agent/pike/
Building from source
--------------------
diff --git a/doc/source/install/enabling-drivers.rst b/doc/source/install/enabling-drivers.rst
index 2923044dc..7b2b17bc8 100644
--- a/doc/source/install/enabling-drivers.rst
+++ b/doc/source/install/enabling-drivers.rst
@@ -313,4 +313,4 @@ See :doc:`/admin/drivers` for the required configuration of each driver.
.. _driver composition reform specification: https://specs.openstack.org/openstack/ironic-specs/specs/approved/driver-composition-reform.html
.. _setup.cfg: https://git.openstack.org/cgit/openstack/ironic/tree/setup.cfg
.. _iSCSI: https://en.wikipedia.org/wiki/ISCSI
-.. _ironic-inspector: https://docs.openstack.org/ironic-inspector/latest/
+.. _ironic-inspector: https://docs.openstack.org/ironic-inspector/pike/
diff --git a/doc/source/install/enabling-https.rst b/doc/source/install/enabling-https.rst
index 3369e3d95..c17f2f824 100644
--- a/doc/source/install/enabling-https.rst
+++ b/doc/source/install/enabling-https.rst
@@ -19,7 +19,7 @@ of the following ways:
<https://docs.openstack.org/security-guide/secure-communication/tls-proxies-and-http-services.html>`_
* `Using native SSL support in swift
- <https://docs.openstack.org/swift/latest/deployment_guide.html>`_
+ <https://docs.openstack.org/swift/pike/deployment_guide.html>`_
(recommended only for testing purpose by swift).
.. _EnableHTTPSinGlance:
@@ -32,7 +32,7 @@ image service does not use HTTPS, but it is required for secure communication.
It can be enabled by making the following changes to ``/etc/glance/glance-api.conf``:
#. `Configuring SSL support
- <https://docs.openstack.org/glance/latest/configuration/configuring.html#configuring-ssl-support>`_
+ <https://docs.openstack.org/glance/pike/configuration/configuring.html#configuring-ssl-support>`_
#. Restart the glance-api service::
@@ -42,7 +42,7 @@ It can be enabled by making the following changes to ``/etc/glance/glance-api.co
Debian/Ubuntu:
sudo service glance-api restart
-See the `Glance <https://docs.openstack.org/glance/latest/>`_ documentation,
+See the `Glance <https://docs.openstack.org/glance/pike/>`_ documentation,
for more details on the Image service.
Enabling HTTPS communication between Image service and Object storage
@@ -56,7 +56,7 @@ To enable secure HTTPS communication between Image service and Object storage fo
#. :ref:`EnableHTTPSinSwift`
#. `Configure Swift Storage Backend
- <https://docs.openstack.org/glance/latest/configuration/configuring.html#configuring-the-swift-storage-backend>`_
+ <https://docs.openstack.org/glance/pike/configuration/configuring.html#configuring-the-swift-storage-backend>`_
#. :ref:`EnableHTTPSinGlance`
diff --git a/doc/source/install/enrollment.rst b/doc/source/install/enrollment.rst
index 148318a66..0fca02422 100644
--- a/doc/source/install/enrollment.rst
+++ b/doc/source/install/enrollment.rst
@@ -451,7 +451,7 @@ To move a node from ``manageable`` to ``available`` provision state:
For more details on the Bare Metal service's state machine, see the
:doc:`/contributor/states` documentation.
-.. _ComputeCapabilitiesFilter: https://docs.openstack.org/nova/latest/user/filter-scheduler.html
+.. _ComputeCapabilitiesFilter: https://docs.openstack.org/nova/pike/user/filter-scheduler.html
Logical names
-------------
diff --git a/doc/source/install/get_started.rst b/doc/source/install/get_started.rst
index 535752f99..a5df44977 100644
--- a/doc/source/install/get_started.rst
+++ b/doc/source/install/get_started.rst
@@ -74,8 +74,8 @@ bifrost_
A set of Ansible playbooks that automates the task of deploying a base image
onto a set of known hardware using ironic in a standalone mode.
-.. _python-ironicclient: https://docs.openstack.org/python-ironicclient/latest/
-.. _ironic-inspector: https://docs.openstack.org/ironic-inspector/latest/
+.. _python-ironicclient: https://docs.openstack.org/python-ironicclient/pike/
+.. _ironic-inspector: https://docs.openstack.org/ironic-inspector/pike/
.. _diskimage-builder: https://docs.openstack.org/diskimage-builder/latest/
-.. _bifrost: https://docs.openstack.org/bifrost/latest/
+.. _bifrost: https://docs.openstack.org/bifrost/pike/
diff --git a/doc/source/install/include/configure-ironic-conductor.rst b/doc/source/install/include/configure-ironic-conductor.rst
index cd7a169b2..5e7697ce4 100644
--- a/doc/source/install/include/configure-ironic-conductor.rst
+++ b/doc/source/install/include/configure-ironic-conductor.rst
@@ -171,4 +171,4 @@ Configuring ironic-conductor service
Ubuntu:
sudo service ironic-conductor restart
-.. _Keystoneauth documentation: https://docs.openstack.org/keystoneauth/latest/
+.. _Keystoneauth documentation: https://docs.openstack.org/keystoneauth/pike/
diff --git a/doc/source/install/include/local-boot-partition-images.rst b/doc/source/install/include/local-boot-partition-images.rst
index 7ef085baf..3b6145709 100644
--- a/doc/source/install/include/local-boot-partition-images.rst
+++ b/doc/source/install/include/local-boot-partition-images.rst
@@ -18,7 +18,7 @@ Enabling the local boot is different when Bare Metal service is used with
Compute service and without it.
The following sections will describe both methods.
-.. _ironic-python-agent: https://docs.openstack.org/ironic-python-agent/latest/
+.. _ironic-python-agent: https://docs.openstack.org/ironic-python-agent/pike/
Enabling local boot with Compute service
diff --git a/doc/source/install/include/notifications.rst b/doc/source/install/include/notifications.rst
index 9541d1836..e6980c3ab 100644
--- a/doc/source/install/include/notifications.rst
+++ b/doc/source/install/include/notifications.rst
@@ -4,7 +4,7 @@ Notifications
The Bare Metal service supports the emission of notifications, which are
messages sent on a message broker (like RabbitMQ or anything else supported by
the `oslo messaging library
-<https://docs.openstack.org/oslo.messaging/latest/reference/notifier.html>`_) that
+<https://docs.openstack.org/oslo.messaging/pike/reference/notifier.html>`_) that
indicate various events which occur, such as when a node changes power states.
These can be consumed by an external service reading from the message bus. For
example, `Searchlight <https://wiki.openstack.org/wiki/Searchlight>`_ is an
diff --git a/doc/source/install/include/root-device-hints.rst b/doc/source/install/include/root-device-hints.rst
index e53b3393e..d8f21999d 100644
--- a/doc/source/install/include/root-device-hints.rst
+++ b/doc/source/install/include/root-device-hints.rst
@@ -55,7 +55,7 @@ and ``s==`` (for string values). The supported operators are:
* For numerical values:
* ``=`` equal to or greater than. This is equivalent to ``>=`` and is
- supported for `legacy reasons <https://docs.openstack.org/nova/latest/user/filter-scheduler.html#filtering>`_
+ supported for `legacy reasons <https://docs.openstack.org/nova/pike/user/filter-scheduler.html#filtering>`_
* ``==`` equal to
* ``!=`` not equal to
* ``>=`` greater than or equal to
diff --git a/doc/source/install/standalone.rst b/doc/source/install/standalone.rst
index abcb389db..036db2289 100644
--- a/doc/source/install/standalone.rst
+++ b/doc/source/install/standalone.rst
@@ -62,7 +62,7 @@ There are however some limitations for different drivers:
Steps to start a deployment are pretty similar to those when using Compute:
-#. To use the `ironic CLI <https://docs.openstack.org/python-ironicclient/latest/cli/>`_,
+#. To use the `ironic CLI <https://docs.openstack.org/python-ironicclient/pike/cli/>`_,
set up these environment variables. Since no authentication strategy is
being used, the value can be any string for OS_AUTH_TOKEN. IRONIC_URL is
the URL of the ironic-api process.
diff --git a/doc/source/install/troubleshooting.rst b/doc/source/install/troubleshooting.rst
index 53b9c8d90..21df82fcc 100644
--- a/doc/source/install/troubleshooting.rst
+++ b/doc/source/install/troubleshooting.rst
@@ -124,4 +124,4 @@ following command.
$ ironic node-set-maintenance $NODE_UUID off
-.. _ironic-python-agent: https://docs.openstack.org/ironic-python-agent/latest/
+.. _ironic-python-agent: https://docs.openstack.org/ironic-python-agent/pike/