From b993e8c281106e110074456014f516c0244512f0 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Thu, 25 Aug 2016 13:16:54 +0300 Subject: [PATCH] Fix reference in WoL driver docs There is an internal Ironic docs reference left after moving this driver from Ironic repo, which does not work and produces warnings during docs build. Change-Id: I8111d90b530708b3a0ce00361ae532b933553536 --- doc/source/drivers/wol.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/drivers/wol.rst b/doc/source/drivers/wol.rst index aa1ad8e..dbfa3f7 100644 --- a/doc/source/drivers/wol.rst +++ b/doc/source/drivers/wol.rst @@ -114,7 +114,7 @@ Additional requirements * BIOS must try next boot device if PXE boot failed -* Cleaning should be disabled, see :ref:`cleaning` +* Cleaning should be disabled, see [3]_. * Node should be powered off before start of deploy @@ -126,3 +126,4 @@ References ========== .. [1] Wake-On-Lan - https://en.wikipedia.org/wiki/Wake-on-LAN .. [2] Magic packet - https://en.wikipedia.org/wiki/Wake-on-LAN#Sending_the_magic_packet +.. [3] Ironic node cleaning - http://docs.openstack.org/developer/ironic/deploy/cleaning.html