summaryrefslogtreecommitdiff
path: root/install-files/openstack/etc/tempest/tempest.conf
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-06-19 17:07:38 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-06-22 13:32:27 +0000
commitdde310007c20d2df36dbebe4bdb10f44529e74ac (patch)
treed45a00d5d41172215d08ea1b1807e9624e9a2130 /install-files/openstack/etc/tempest/tempest.conf
parent3477dfeef30ed965173b62b40d19eb470c8e175b (diff)
downloaddefinitions-dde310007c20d2df36dbebe4bdb10f44529e74ac.tar.gz
OpenStack: add configuration for scenario tests
Change-Id: Ifaaced5256ce7aeca786118a2075c991b3fa103f
Diffstat (limited to 'install-files/openstack/etc/tempest/tempest.conf')
-rw-r--r--install-files/openstack/etc/tempest/tempest.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/install-files/openstack/etc/tempest/tempest.conf b/install-files/openstack/etc/tempest/tempest.conf
index c045392c..f84eb1c0 100644
--- a/install-files/openstack/etc/tempest/tempest.conf
+++ b/install-files/openstack/etc/tempest/tempest.conf
@@ -942,29 +942,29 @@ lock_path = /run/lock
#
# Directory containing image files (string value)
-#img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec
+img_dir = /opt/openstack/images/
# Image file name (string value)
# Deprecated group/name - [DEFAULT]/qcow2_img_file
-#img_file = cirros-0.3.1-x86_64-disk.img
+img_file = cirros-0.3.1-x86_64-disk.img
# Image disk format (string value)
-#img_disk_format = qcow2
+img_disk_format = qcow2
# Image container format (string value)
-#img_container_format = bare
+img_container_format = bare
# AMI image file name (string value)
-#ami_img_file = cirros-0.3.1-x86_64-blank.img
+ami_img_file = cirros-0.3.1-x86_64-blank.img
# ARI image file name (string value)
-#ari_img_file = cirros-0.3.1-x86_64-initrd
+ari_img_file = cirros-0.3.1-x86_64-initrd
# AKI image file name (string value)
-#aki_img_file = cirros-0.3.1-x86_64-vmlinuz
+aki_img_file = cirros-0.3.1-x86_64-vmlinuz
# ssh username for the image file (string value)
-#ssh_user = cirros
+ssh_user = cirros
# specifies how many resources to request at once. Used for large
# operations testing. (integer value)