
This adds the openstack driver copied from nodepool and minimally updated to make some tests pass. A new (minimal) fake openstack implementation is included. Many features and configuration options are not yet supported. This is probably enough implementation to upload images. Change-Id: Iacb7b11335020d6ff8fcf3d7643d6d62e3efd384
32 lines
547 B
YAML
32 lines
547 B
YAML
clouds:
|
|
fake:
|
|
auth:
|
|
username: 'fake'
|
|
password: 'fake'
|
|
project_id: 'fake'
|
|
auth_url: 'fake'
|
|
|
|
fake-vhd:
|
|
auth:
|
|
username: 'fake'
|
|
password: 'fake'
|
|
project_id: 'fake'
|
|
auth_url: 'fake'
|
|
image_format: 'vhd'
|
|
|
|
fake-qcow2:
|
|
auth:
|
|
username: 'fake'
|
|
password: 'fake'
|
|
project_id: 'fake'
|
|
auth_url: 'fake'
|
|
image_format: 'qcow2'
|
|
|
|
fake-raw:
|
|
auth:
|
|
username: 'fake'
|
|
password: 'fake'
|
|
project_id: 'fake'
|
|
auth_url: 'fake'
|
|
image_format: 'raw'
|