summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1607527-75885e145db62d69.yaml
diff options
context:
space:
mode:
authorRicardo Araújo Santos <ricardo@lsd.ufcg.edu.br>2016-09-06 10:47:46 -0300
committerRicardo Araújo Santos <ricardo@lsd.ufcg.edu.br>2016-10-14 09:37:06 -0300
commit50c7fdc45c2de132013887fbdb7b906a8ec746fd (patch)
treec463f7686f0887dbc7ca2bdfac68079ea606cbed /releasenotes/notes/bug-1607527-75885e145db62d69.yaml
parentb1091d9a35706301dec2a461182f30a4035eab3a (diff)
downloadironic-50c7fdc45c2de132013887fbdb7b906a8ec746fd.tar.gz
Fixes parameters validation in SSH power manager.
Parameters validation was not in conformity with the docs, and it was not possible to pass a SSH key with a passphrase. This patch fixes the validation allowing the user to pass both parameters, and adds tests for this validation. Change-Id: I1ba1eb8393c7921f4cab154b69b856418af32173 Closes-Bug: #1607527
Diffstat (limited to 'releasenotes/notes/bug-1607527-75885e145db62d69.yaml')
-rw-r--r--releasenotes/notes/bug-1607527-75885e145db62d69.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1607527-75885e145db62d69.yaml b/releasenotes/notes/bug-1607527-75885e145db62d69.yaml
new file mode 100644
index 000000000..ba52d09f3
--- /dev/null
+++ b/releasenotes/notes/bug-1607527-75885e145db62d69.yaml
@@ -0,0 +1,4 @@
+---
+fixes:
+ - Fixes bug where the user tries to configure the ssh power driver using a
+ private key protected by a passphrase.