summaryrefslogtreecommitdiff
path: root/vagrant.yaml
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 /vagrant.yaml
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 'vagrant.yaml')
-rw-r--r--vagrant.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant.yaml b/vagrant.yaml
index 055a4a9dc..7feab7ad7 100644
--- a/vagrant.yaml
+++ b/vagrant.yaml
@@ -116,7 +116,7 @@
}
- {
section: 'DEFAULT',
- option: 'enabled_drivers', value: 'pxe_ssh, agent_ssh, fake'
+ option: 'enabled_drivers', value: 'pxe_ipmitool, agent_ipmitool, fake'
# All other testing drivers require add'l packages
# and should be enabled locally, if desired
}