From ea3106e5a5ce315ccc3afde78df4e917efad132b Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 4 Jun 2015 10:33:35 +0000 Subject: WIP: setup tempest configuration Change-Id: I25fb936ca20443a98f8f8e50b4c8f6fc699010ad --- openstack/etc/tempest/tempest.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/openstack/etc/tempest/tempest.conf b/openstack/etc/tempest/tempest.conf index 67a19229..efd91827 100644 --- a/openstack/etc/tempest/tempest.conf +++ b/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 = # 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 -- cgit v1.2.1