bifrost/releasenotes/notes/add-private-key-9788621be14ba324.yaml
Chris Krelle 90f83d31ab Move misplaced releasenote
a release note got created in a incorrect folder. This patch
moved it to the correct location.

Change-Id: I2ea463ad4f629ab7e7423f36a24a25687084f750
2017-01-29 01:31:32 -08:00

7 lines
286 B
YAML

---
features:
- Allow user to insert private SSH key for ironic user.
This is useful for ansible deploy driver and another ssh based drivers.
The private key can be specified as path to local file in
``ssh_private_key_path`` variable, or as string in ``ssh_private_key``.