bifrost/releasenotes/notes/add-private-key-9788621be14ba324.yaml
Pavlo Shchelokovskyy 2153089348 Consolidate release notes
somehow two release notes ended up not in their default locations.
Move them to releasenotes/notes where they belong so that they can be
included in built release notes.

Change-Id: Id3263b14519c1a54ed0f13f659eff745c362c180
2017-02-01 20:25:18 +02: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``.