From 87c2db4dc6c87cb130b754184344878d951fbb7d Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Tue, 15 Nov 2016 12:21:20 +0200 Subject: 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 --- driver-requirements.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'driver-requirements.txt') 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 -- cgit v1.2.1