Configure physical_network when creating network
[snaps.git] / examples / image-metadata / disk_file_override.yaml
1 ---
2 # Example of how to override the image settings for SNAPS testing for file-based Images
3 # generally for offline (no Internet available) OpenStack testing
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   disk_file: ../images/cirros-0.3.4-x86_64-disk.img
10 centos:
11   disk_file: ../images/CentOS-7-x86_64-GenericCloud.qcow2
12 ubuntu:
13   disk_file: ../images/ubuntu-14.04-server-cloudimg-amd64-disk1.img