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 67a19229..efd91827 100644
--- a/install-files/openstack/etc/tempest/tempest.conf
+++ b/install-files/openstack/etc/tempest/tempest.conf
@@ -6,11 +6,11 @@
# Print debugging output (set logging level to DEBUG instead of
# default WARNING level). (boolean value)
-debug = true
+#debug = false
# Print more verbose output (set logging level to INFO instead of
# default WARNING level). (boolean value)
-verbose = true
+#verbose = false
# The name of a logging configuration file. This file is appended to
# any existing logging configuration files. For details about logging
@@ -238,10 +238,10 @@ has_manage = true
#image_ref_alt = <None>
# Valid primary flavor to use in tests. (string value)
-#flavor_ref = 1
+flavor_ref = 1
# Valid secondary flavor to be used in tests. (string value)
-#flavor_ref_alt = 2
+flavor_ref_alt = 2
# User name used to authenticate to an instance. (string value)
#image_ssh_user = root
@@ -320,20 +320,20 @@ has_manage = true
#use_floatingip_for_ssh = true
# Catalog type of the Compute service. (string value)
-#catalog_type = compute
+catalog_type = compute
# The compute region name to use. If empty, the value of
# identity.region is used instead. If no such region is found in the
# service catalog, the first found one is used. (string value)
-#region =
+region = oneRegion
# The endpoint type to use for the compute service. (string value)
# Allowed values: public, admin, internal, publicURL, adminURL, internalURL
-#endpoint_type = publicURL
+endpoint_type = publicURL
# Expected device name when a volume is attached to an instance
# (string value)
-#volume_device_name = vdb
+volume_device_name = vdb
# Time in seconds before a shelved instance is eligible for removing
# from a host. -1 never offload, 0 offload when shelved. This time