Skip to content

Commit c9c3931

Browse files
committed
docs: fix 404 for ironic docs
The Ironic documentation currently seems to be giving 404s at the moment since the URLs contain /latest/ and the ironic-doc line seems to add them automatically, ending up with /latest/latest/ This can be observed at the moment[0] but will likely not be visible breakage once this change merges. [0]: https://docs.openstack.org/nova/latest/admin/configuration/hypervisor-ironic.html Change-Id: I89f74af4b4dda6b926e348e257273ed107af43a4
1 parent 4b454fe commit c9c3931

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/admin/configuration/hypervisor-ironic.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ relationship of ``instance:compute node:ironic node`` is 1:1:1.
1818
Scheduling of bare metal nodes is based on custom resource classes, specified
1919
via the ``resource_class`` property on a node and a corresponding resource
2020
property on a flavor (see the :ironic-doc:`flavor documentation
21-
</install/configure-nova-flavors.html>`).
21+
<install/configure-nova-flavors.html>`).
2222
The RAM and CPU settings on a flavor are ignored, and the disk is only used to
2323
determine the root partition size when a partition image is used (see the
2424
:ironic-doc:`image documentation
25-
</latest/install/configure-glance-images.html>`).
25+
<install/configure-glance-images.html>`).
2626

2727

2828
Configuration
2929
-------------
3030

3131
- :ironic-doc:`Configure the Compute service to use the Bare Metal service
32-
</latest/install/configure-compute.html>`.
32+
<install/configure-compute.html>`.
3333

3434
- :ironic-doc:`Create flavors for use with the Bare Metal service
35-
</latest/install/configure-nova-flavors.html>`.
35+
<install/configure-nova-flavors.html>`.
3636

37-
- :ironic-doc:`Conductors Groups </admin/conductor-groups.html>`.
37+
- :ironic-doc:`Conductors Groups <admin/conductor-groups.html>`.
3838

3939

4040
Scaling and performance issues

0 commit comments

Comments
 (0)