Support winrm hosts in static driver
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
This commit is contained in:
@@ -90,7 +90,7 @@ providers:
|
||||
labels: trusty-static
|
||||
host-key: fake-key
|
||||
timeout: 13
|
||||
ssh-port: 22022
|
||||
connection-port: 22022
|
||||
username: zuul
|
||||
max-parallel-jobs: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user