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
This commit is contained in:
Shivanand Tendulker 2018-02-14 04:31:01 -05:00
parent a0e08d026b
commit 75d3692c86

@ -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 </admin/interfaces/boot>` (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