From 7d98bddd1fbb04c770759d2d05f041d6f7a7f9a3 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Sat, 11 Jul 2015 13:36:17 -0400 Subject: [PATCH] Minor README fix for supported drivers Change-Id: Ib8ad249a14ee694c169e334d4d20c0aef1046c6a --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 992106335..e00cb83e7 100644 --- a/README.rst +++ b/README.rst @@ -112,8 +112,10 @@ in a stand-alone fashion. * dnsmasq is configured statically and responds to all PXE boot requests by chain-loading to iPXE, which then fetches the ironic-python-agent ramdisk from Nginx. -* standard ipmitool is used. - TODO: make optional support for other hardware drivers +* Deployments are performed by the Ironic Python Agent, which as configured + supports IPMI, iLO, and UCS drivers. AMT driver support is also enabled, + however it should only be use for testing as due to a known bug which + can be read about at https://bugs.launchpad.net/ironic/+bug/1454492. * By default, installation will build an Ubuntu based image for deployment to nodes. This image can be easily customized if so desired.