da95a817bb
The static driver currently assumes ssh connectivity. Add a connection-type parameter and rename the ssh-port to connection-port to match the diskimages setting name. Keep the old 'ssh-port' setting for backwards compat. Change-Id: I1a96f03f9845b0d99d9ce89d2213be4d483afdd9
11 lines
336 B
YAML
11 lines
336 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for configuring windows static nodes. A static node can now
|
|
define a ``connection-type``. The ``ssh-port`` option has been renamed
|
|
to ``connection-port``.
|
|
deprecations:
|
|
- |
|
|
``ssh-port`` in static node config is deprecated. Please update config to
|
|
use ``connection-port`` instead.
|