summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorLin Tan <tan.lin.good@gmail.com>2015-02-06 14:31:19 +0800
committerLin Tan <tan.lin.good@gmail.com>2015-03-10 00:19:27 +0800
commitf72a694784f2c3d96ef8aa59433885c3354335a3 (patch)
tree793a5c2473724c5624aaccae519571c9fd639f16 /driver-requirements.txt
parent59fdc74d9fc41517762b4a8aa54677e560d1db48 (diff)
downloadironic-f72a694784f2c3d96ef8aa59433885c3354335a3.tar.gz
Add AMT-PXE-Driver Power&Management&Vendor Interface
Introduce a new driver pxe-amt to extend Ironic's range to desktops. AMT (Active Management Technology)/vPro is widely used in desktops to remotely control the power, similar to IPMI in servers. It will use AMT as power management and PXE as deploy management. This patch only provides basic operations to support the workflow of remotely deploying on AMT/vPro system. This adds power, management and it's own vendor interface. This also adds a new fake-amt driver. Implements blueprint amt-pxe-driver Change-Id: Idd9b63d124f52e24efab8b49dfe1f2e25b8387e6
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index a840e306d..da39fd2a0 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -11,7 +11,7 @@ pysnmp
python-scciclient
python-seamicroclient
-# The drac driver imports a python module called "pywsman", however,
+# The drac and amt driver import a python module called "pywsman", however,
# this does not exist on pypi.
# It is installed by the openwsman-python (on RH) or python-openwsman (on deb)
# package, from https://github.com/Openwsman/openwsman/blob/master/bindings/python/Makefile.am#L29