diff options
author | Pavlo Shchelokovskyy <pshchelokovskyy@mirantis.com> | 2017-07-07 18:23:02 +0300 |
---|---|---|
committer | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | 2017-08-01 12:39:39 +0000 |
commit | 3d9895cc0b6b9e41cdc5cc389d10504cd31ffa9d (patch) | |
tree | 38bd18e1700e7d4a53645ff2238e40f17985568f /doc/source/admin/drivers/ilo.rst | |
parent | 4ff2120f3b904399f87a3279b54a32a5832e0587 (diff) | |
download | ironic-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/ilo.rst')
-rw-r--r-- | doc/source/admin/drivers/ilo.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/admin/drivers/ilo.rst b/doc/source/admin/drivers/ilo.rst index 295aa418c..7e945b684 100644 --- a/doc/source/admin/drivers/ilo.rst +++ b/doc/source/admin/drivers/ilo.rst @@ -177,7 +177,7 @@ Enable driver 4. Add the driver name to the list of ``enabled_drivers`` in ``/etc/ironic/ironic.conf``. For example, for `iscsi_ilo` driver:: - enabled_drivers = fake,pxe_ssh,pxe_ipmitool,iscsi_ilo + enabled_drivers = fake,pxe_ipmitool,iscsi_ilo Similarly it can be added for ``agent_ilo`` and ``pxe_ilo`` drivers. @@ -570,7 +570,7 @@ Configuring and Enabling the driver 3. Add ``pxe_ilo`` to the list of ``enabled_drivers`` in ``/etc/ironic/ironic.conf``. For example::: - enabled_drivers = fake,pxe_ssh,pxe_ipmitool,pxe_ilo + enabled_drivers = fake,pxe_ipmitool,pxe_ilo 4. Restart the ironic conductor service:: |