Add connection-type to provider diskimage

The connection type should be included in the provider diskimage. This
makes it possible to define images using other connection methods than
ssh like winrm for Windows.

Change-Id: Ica0b9afe39d347028eb66c069b8dbd56a8c0ec8c
This commit is contained in:
Tobias Henkel
2017-09-12 21:28:19 +02:00
parent 9065905296
commit b707e7218e
7 changed files with 30 additions and 0 deletions

View File

@@ -54,11 +54,13 @@ providers:
diskimages:
- name: trusty
pause: False
connection-type: ssh
cloud-images:
- name: trusty-unmanaged
config-drive: true
- name: windows-unmanaged
username: winzuul
connection-type: winrm
pools:
- name: main
max-servers: 184