summaryrefslogtreecommitdiff
path: root/install-files/openstack/etc/tempest/tempest.conf
diff options
context:
space:
mode:
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)