---
# Example of how to override the image settings for SNAPS testing for file-based Images
# generally for offline (no Internet available) OpenStack testing
# This snippet can be placed verbatim into the snaps.images configuration for Functest
# in config_functest.yaml as long as it is properly nested in that document
glance_tests:
  disk_file: ../images/cirros-0.3.4-x86_64-disk.img
cirros:
  disk_file: ../images/cirros-0.3.4-x86_64-disk.img
centos:
  disk_file: ../images/CentOS-7-x86_64-GenericCloud.qcow2
ubuntu:
  disk_file: ../images/ubuntu-14.04-server-cloudimg-amd64-disk1.img