Configure physical_network when creating network
[snaps.git] / examples / image-metadata / existing_override.yaml
1 ---
2 # Example of how to override the image settings for SNAPS VM instance testing to leverage
3 # images that already exist on your pod.
4 # This snippet can be placed verbatim into the snaps.images configuration for Functest
5 # in config_functest.yaml as long as it is properly nested in that document
6 glance_tests:
7   disk_file: ../images/cirros-0.3.4-x86_64-disk.img
8 cirros:
9   config:
10     name: static_image_test-cirros
11     exists: True
12     image_user: cirros
13 centos:
14   config:
15     name: static_image_test-centos
16     exists: True
17     image_user: centos
18 ubuntu:
19   config:
20     name: static_image_test-ubuntu
21     exists: True
22     image_user: ubuntu