ironic/releasenotes/notes/bug-1607527-75885e145db62d69.yaml
Ricardo Araújo Santos 50c7fdc45c 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
2016-10-14 09:37:06 -03:00

5 lines
131 B
YAML

---
fixes:
- Fixes bug where the user tries to configure the ssh power driver using a
private key protected by a passphrase.