summaryrefslogtreecommitdiff
path: root/doc/source/admin/drivers.rst
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <pshchelokovskyy@mirantis.com>2017-07-07 18:23:02 +0300
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2017-08-01 12:39:39 +0000
commit3d9895cc0b6b9e41cdc5cc389d10504cd31ffa9d (patch)
tree38bd18e1700e7d4a53645ff2238e40f17985568f /doc/source/admin/drivers.rst
parent4ff2120f3b904399f87a3279b54a32a5832e0587 (diff)
downloadironic-3d9895cc0b6b9e41cdc5cc389d10504cd31ffa9d.tar.gz
Remove SSH-based driver interfaces and drivers
SSH drivers are being unsupported for about a year now. All current stable branches of ironic are officially supporting IPMI-capable HW simulation via virtualbmc. All ironic-related gate jobs have already been switched to not use or enable those drivers. This patch finally removes SSH-based power and managemtnt driver interfaces and all classic drivers using those from ironic code and documentation. Related exceptions and `ssh_connect` function, together with dependency on `paramiko` package are removed as well. Change-Id: Ieda7249b9cd78e3be1eff37804996295fc8d3969 Closes-Bug: #1570301 Depends-On: I9b60c9fa24652e9e64e787cd4e5b0152f51e7a28
Diffstat (limited to 'doc/source/admin/drivers.rst')
-rw-r--r--doc/source/admin/drivers.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/source/admin/drivers.rst b/doc/source/admin/drivers.rst
index eef6e503e..ac1d3a654 100644
--- a/doc/source/admin/drivers.rst
+++ b/doc/source/admin/drivers.rst
@@ -83,15 +83,6 @@ OneView driver
drivers/oneview
-XenServer ssh driver
---------------------
-
-.. toctree::
- :maxdepth: 1
-
- drivers/xenserver
-
-
Redfish driver
--------------