diff options
author | Dmitry Tantsur <divius.inside@gmail.com> | 2017-04-04 11:26:13 +0200 |
---|---|---|
committer | Dmitry Tantsur <divius.inside@gmail.com> | 2017-04-07 11:16:47 +0200 |
commit | ac5445fb7f5499fd5b3d317c56f606c7286132a9 (patch) | |
tree | a3838975e2e667fab15e2e51d8c0f3ed97f21f1c /releasenotes | |
parent | 32620c52c8d82c30158df4f63a37ace9f6ade890 (diff) |
Stop including ironic::drivers::ssh in the ironic-conductor profile
The SSH drivers are deprecated, pxe_ipmitool + virtualbmc should be used instead.
This is a follow-up to blueprint switch-to-virtualbmc.
Change-Id: I4fd567dffa3992042eebcf495334b8130e1bdc9f
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/ironic-ssh-removal-e5f40b477cf7357c.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/ironic-ssh-removal-e5f40b477cf7357c.yaml b/releasenotes/notes/ironic-ssh-removal-e5f40b477cf7357c.yaml new file mode 100644 index 0000000..206ed12 --- /dev/null +++ b/releasenotes/notes/ironic-ssh-removal-e5f40b477cf7357c.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Out-of-box support for Ironic ``*_ssh`` drivers was removed. These drivers + were deprecated in the Newton release. |