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
This commit is contained in:
Pavlo Shchelokovskyy 2016-08-25 13:16:54 +03:00
parent 5ed5ff4d99
commit b993e8c281
1 changed files with 2 additions and 1 deletions

View File

@ -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