Files
zuul/tests/fixtures/clouds.yaml
James E. Blair 7c802b4e88 Add openstack driver
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
2024-10-09 08:33:21 -07:00

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'