summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2016-11-15 12:21:20 +0200
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2016-12-13 09:31:08 +0200
commit87c2db4dc6c87cb130b754184344878d951fbb7d (patch)
treefc3f6a9a4ed8b72f177be5f52c053fa7689fcb96 /driver-requirements.txt
parentcf81c491f385198e967ce7aec6f2266e3b50e5e8 (diff)
downloadironic-87c2db4dc6c87cb130b754184344878d951fbb7d.tar.gz
Remove iBoot, WoL and AMT drivers
This patch removes the mentioned drivers from ironic code tree. Per our third-party drivers policy they are unsupported, and there is no existing plan to have third-party CI for them. Nevertheless, if anybody still needs them, they are available in ironic-staging-drivers repo. Change-Id: I1219892bbc1b814d80b62c8ec89b90819071870f Related-Bug: #1640533
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index b5a418fdc..930040b8b 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -14,16 +14,6 @@ python-seamicroclient>=0.4.0
UcsSdk==0.8.2.2
python-dracclient>=0.1.0
-# The amt driver imports a python module called "pywsman", but 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
-# There is *also* a "wsman" module on pypi ... but I think that's the wrong one.
-
-# The iboot driver does not seem to have any available packages or pip modules,
-# but the source is available here:
-# https://github.com/darkip/python-iboot
-
# 'pxe_vbox' and 'agent_vbox' drivers require pyremotevbox library.
# Refer documentation on how to install and configure this:
# http://docs.openstack.org/developer/ironic/drivers/vbox.html