Merge "Use ubuntu image for tempest scenarios from Neutron"

This commit is contained in:
Jenkins 2017-01-19 01:02:48 +00:00 committed by Gerrit Code Review
commit 3987159db8
2 changed files with 6 additions and 0 deletions

View File

@ -82,6 +82,7 @@ case $VENV in
load_conf_hook osprofiler
if [[ "$VENV" =~ "dsvm-scenario" ]]; then
load_conf_hook iptables_verify
load_rc_hook ubuntu_image
fi
if [[ "$VENV" =~ "pecan" ]]; then
load_conf_hook pecan

View File

@ -0,0 +1,5 @@
DOWNLOAD_DEFAULT_IMAGES=False
IMAGE_URLS="http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img,"
DEFAULT_INSTANCE_TYPE="ds1G"
DEFAULT_INSTANCE_USER="ubuntu"
BUILD_TIMEOUT=392