blob: 4c0529b83f7b6fdaba53f1361366f532aec209dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
# Example of how to override the default image URL for SNAPS 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_url: http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
cirros:
disk_url: http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
centos:
disk_url: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
ubuntu:
disk_url: http://uec-images.ubuntu.com/releases/trusty/14.04/ubuntu-14.04-server-cloudimg-amd64-disk1.img
|