From 75d3692c867bb70fd41e53b25b0cb4d37e2ede71 Mon Sep 17 00:00:00 2001 From: Shivanand Tendulker Date: Wed, 14 Feb 2018 04:31:01 -0500 Subject: [PATCH] Update to standalone ironic doc This commit removes reference of need for Object Storage service for using virtual media based iLO drivers in standalone Ironic. One can use these drivers by setting up web server on the host where conductor is running. The documentation for same is available in iLO drivers documentation page. Change-Id: I0b0493373949e552677137ce0b6d5e44efc0268f --- doc/source/install/standalone.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/source/install/standalone.rst b/doc/source/install/standalone.rst index b077454cd2..3f9e20783f 100644 --- a/doc/source/install/standalone.rst +++ b/doc/source/install/standalone.rst @@ -50,12 +50,6 @@ There are however some limitations for different hardware interfaces: * :ref:`direct-deploy` requires the instance image be accessible through a HTTP(s) URL. -* Some :doc:`boot interfaces ` (for example, - ``ilo-virtual-media``) require the Object Storage service, as these - drivers need to store floppy image that is used to pass parameters - to deployment iso. For this method also only HTTP(S) URLs are acceptable, - as HP iLO servers cannot attach other types of URLs as virtual media. - Steps to start a deployment are pretty similar to those when using Compute: #. To use the `openstack baremetal CLI