From c9c3931120efd8951b853676eddf56ca1e775df2 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Tue, 4 Jul 2023 16:42:25 -0400 Subject: [PATCH] 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 --- doc/source/admin/configuration/hypervisor-ironic.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/admin/configuration/hypervisor-ironic.rst b/doc/source/admin/configuration/hypervisor-ironic.rst index bba01deffa51..a92a3f9df7f3 100644 --- a/doc/source/admin/configuration/hypervisor-ironic.rst +++ b/doc/source/admin/configuration/hypervisor-ironic.rst @@ -18,23 +18,23 @@ relationship of ``instance:compute node:ironic node`` is 1:1:1. Scheduling of bare metal nodes is based on custom resource classes, specified via the ``resource_class`` property on a node and a corresponding resource property on a flavor (see the :ironic-doc:`flavor documentation -`). +`). The RAM and CPU settings on a flavor are ignored, and the disk is only used to determine the root partition size when a partition image is used (see the :ironic-doc:`image documentation -`). +`). Configuration ------------- - :ironic-doc:`Configure the Compute service to use the Bare Metal service - `. + `. - :ironic-doc:`Create flavors for use with the Bare Metal service - `. + `. -- :ironic-doc:`Conductors Groups `. +- :ironic-doc:`Conductors Groups `. Scaling and performance issues