| Matthew Treinish | f4a9b0f | 2013-07-26 16:58:26 -0400 | [diff] [blame] | 1 | [DEFAULT] | 
| Attila Fazekas | bfd96e1 | 2013-07-31 17:19:10 +0200 | [diff] [blame] | 2 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 3 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 4 | # From tempest.config | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 5 | # | 
| Attila Fazekas | bfd96e1 | 2013-07-31 17:19:10 +0200 | [diff] [blame] | 6 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 7 | # Whether to disable inter-process locks (boolean value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 8 | #disable_process_locking = false | 
| Attila Fazekas | bfd96e1 | 2013-07-31 17:19:10 +0200 | [diff] [blame] | 9 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 10 | # Directory to use for lock files. (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 11 | #lock_path = <None> | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 12 |  | 
 | 13 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 14 | # From tempest.config | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 15 | # | 
 | 16 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 17 | # Print debugging output (set logging level to DEBUG instead of | 
 | 18 | # default WARNING level). (boolean value) | 
 | 19 | #debug = false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 20 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 21 | # Print more verbose output (set logging level to INFO instead of | 
 | 22 | # default WARNING level). (boolean value) | 
 | 23 | #verbose = false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 24 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 25 | # | 
 | 26 | # From tempest.config | 
 | 27 | # | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 28 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 29 | # The name of a logging configuration file. This file is appended to | 
 | 30 | # any existing logging configuration files. For details about logging | 
 | 31 | # configuration files, see the Python logging module documentation. | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 32 | # (string value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 33 | # Deprecated group/name - [DEFAULT]/log_config | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 34 | #log_config_append = <None> | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 35 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 36 | # DEPRECATED. A logging.Formatter log message format string which may | 
 | 37 | # use any of the available logging.LogRecord attributes. This option | 
 | 38 | # is deprecated.  Please use logging_context_format_string and | 
 | 39 | # logging_default_format_string instead. (string value) | 
 | 40 | #log_format = <None> | 
| Sean Dague | 2bbdf42 | 2014-07-11 07:58:33 -0400 | [diff] [blame] | 41 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 42 | # Format string for %%(asctime)s in log records. Default: %(default)s | 
 | 43 | # . (string value) | 
 | 44 | #log_date_format = %Y-%m-%d %H:%M:%S | 
 | 45 |  | 
 | 46 | # (Optional) Name of log file to output to. If no default is set, | 
 | 47 | # logging will go to stdout. (string value) | 
 | 48 | # Deprecated group/name - [DEFAULT]/logfile | 
 | 49 | #log_file = <None> | 
 | 50 |  | 
 | 51 | # (Optional) The base directory used for relative --log-file paths. | 
 | 52 | # (string value) | 
 | 53 | # Deprecated group/name - [DEFAULT]/logdir | 
 | 54 | #log_dir = <None> | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 55 |  | 
 | 56 | # Use syslog for logging. Existing syslog format is DEPRECATED during | 
 | 57 | # I, and will change in J to honor RFC5424. (boolean value) | 
 | 58 | #use_syslog = false | 
 | 59 |  | 
 | 60 | # (Optional) Enables or disables syslog rfc5424 format for logging. If | 
 | 61 | # enabled, prefixes the MSG part of the syslog message with APP-NAME | 
 | 62 | # (RFC5424). The format without the APP-NAME is deprecated in I, and | 
 | 63 | # will be removed in J. (boolean value) | 
 | 64 | #use_syslog_rfc_format = false | 
 | 65 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 66 | # Syslog facility to receive log lines. (string value) | 
 | 67 | #syslog_log_facility = LOG_USER | 
 | 68 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 69 | # | 
 | 70 | # From tempest.config | 
 | 71 | # | 
 | 72 |  | 
 | 73 | # Log output to standard error. (boolean value) | 
 | 74 | #use_stderr = true | 
 | 75 |  | 
 | 76 | # | 
 | 77 | # From tempest.config | 
 | 78 | # | 
 | 79 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 80 | # Format string to use for log messages with context. (string value) | 
 | 81 | #logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s | 
 | 82 |  | 
 | 83 | # Format string to use for log messages without context. (string | 
 | 84 | # value) | 
 | 85 | #logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s | 
 | 86 |  | 
 | 87 | # Data to append to log format when level is DEBUG. (string value) | 
 | 88 | #logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d | 
 | 89 |  | 
 | 90 | # Prefix each line of exception output with this format. (string | 
 | 91 | # value) | 
 | 92 | #logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s | 
 | 93 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 94 | # List of logger=LEVEL pairs. (list value) | 
| Davanum Srinivas | d4f1b9a | 2014-11-04 08:40:59 +0100 | [diff] [blame] | 95 | #default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 96 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 97 | # Enables or disables publication of error events. (boolean value) | 
 | 98 | #publish_errors = false | 
 | 99 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 100 | # Enables or disables fatal status of deprecations. (boolean value) | 
 | 101 | #fatal_deprecations = false | 
 | 102 |  | 
 | 103 | # The format for an instance that is passed with the log message. | 
 | 104 | # (string value) | 
 | 105 | #instance_format = "[instance: %(uuid)s] " | 
 | 106 |  | 
 | 107 | # The format for an instance UUID that is passed with the log message. | 
 | 108 | # (string value) | 
 | 109 | #instance_uuid_format = "[instance: %(uuid)s] " | 
 | 110 |  | 
| Marc Koderer | b714de5 | 2013-08-08 09:21:46 +0200 | [diff] [blame] | 111 |  | 
| Matthew Treinish | c791ac4 | 2014-07-16 09:15:23 -0400 | [diff] [blame] | 112 | [auth] | 
 | 113 |  | 
 | 114 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 115 | # From tempest.config | 
| Matthew Treinish | c791ac4 | 2014-07-16 09:15:23 -0400 | [diff] [blame] | 116 | # | 
 | 117 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 118 | # Path to the yaml file that contains the list of credentials to use | 
 | 119 | # for running tests (string value) | 
 | 120 | #test_accounts_file = etc/accounts.yaml | 
 | 121 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 122 | # Allows test cases to create/destroy tenants and users. This option | 
 | 123 | # requires that OpenStack Identity API admin credentials are known. If | 
 | 124 | # false, isolated test cases and parallel execution, can still be | 
 | 125 | # achieved configuring a list of test accounts (boolean value) | 
| Andrea Frittoli | 8283b4e | 2014-07-17 13:28:58 +0100 | [diff] [blame] | 126 | # Deprecated group/name - [compute]/allow_tenant_isolation | 
 | 127 | # Deprecated group/name - [orchestration]/allow_tenant_isolation | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 128 | #allow_tenant_isolation = false | 
| Andrea Frittoli | 8283b4e | 2014-07-17 13:28:58 +0100 | [diff] [blame] | 129 |  | 
 | 130 | # If set to True it enables the Accounts provider, which locks | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 131 | # credentials to allow for parallel execution with pre-provisioned | 
 | 132 | # accounts. It can only be used to run tests that ensure credentials | 
 | 133 | # cleanup happens. It requires at least `2 * CONC` distinct accounts | 
 | 134 | # configured in `test_accounts_file`, with CONC == the number of | 
 | 135 | # concurrent test processes. (boolean value) | 
 | 136 | #locking_credentials_provider = false | 
 | 137 |  | 
| Matthew Treinish | 167b2be | 2015-01-15 17:20:27 -0500 | [diff] [blame] | 138 | # Roles to assign to all users created by tempest (list value) | 
 | 139 | #tempest_roles = | 
 | 140 |  | 
| Matthew Treinish | c791ac4 | 2014-07-16 09:15:23 -0400 | [diff] [blame] | 141 |  | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 142 | [baremetal] | 
 | 143 |  | 
 | 144 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 145 | # From tempest.config | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 146 | # | 
 | 147 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 148 | # Catalog type of the baremetal provisioning service (string value) | 
 | 149 | #catalog_type = baremetal | 
 | 150 |  | 
 | 151 | # Whether the Ironic nova-compute driver is enabled (boolean value) | 
 | 152 | #driver_enabled = false | 
 | 153 |  | 
 | 154 | # Driver name which Ironic uses (string value) | 
 | 155 | #driver = fake | 
 | 156 |  | 
 | 157 | # The endpoint type to use for the baremetal provisioning service | 
 | 158 | # (string value) | 
 | 159 | #endpoint_type = publicURL | 
 | 160 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 161 | # Timeout for Ironic node to completely provision (integer value) | 
 | 162 | #active_timeout = 300 | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 163 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 164 | # Timeout for association of Nova instance and Ironic node (integer | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 165 | # value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 166 | #association_timeout = 30 | 
 | 167 |  | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 168 | # Timeout for Ironic power transitions. (integer value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 169 | #power_timeout = 60 | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 170 |  | 
 | 171 | # Timeout for unprovisioning an Ironic node. (integer value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 172 | #unprovision_timeout = 60 | 
| Adam Gandelman | 4a48a60 | 2014-03-20 18:23:18 -0700 | [diff] [blame] | 173 |  | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 174 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 175 | [boto] | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 176 |  | 
 | 177 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 178 | # From tempest.config | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 179 | # | 
 | 180 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 181 | # EC2 URL (string value) | 
 | 182 | #ec2_url = http://localhost:8773/services/Cloud | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 183 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 184 | # S3 URL (string value) | 
 | 185 | #s3_url = http://localhost:8080 | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 186 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 187 | # AWS Secret Key (string value) | 
 | 188 | #aws_secret = <None> | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 189 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 190 | # AWS Access Key (string value) | 
 | 191 | #aws_access = <None> | 
 | 192 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 193 | # AWS Zone for EC2 tests (string value) | 
 | 194 | #aws_zone = nova | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 195 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 196 | # S3 Materials Path (string value) | 
 | 197 | #s3_materials_path = /opt/stack/devstack/files/images/s3-materials/cirros-0.3.0 | 
 | 198 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 199 | # ARI Ramdisk Image manifest (string value) | 
 | 200 | #ari_manifest = cirros-0.3.0-x86_64-initrd.manifest.xml | 
 | 201 |  | 
 | 202 | # AMI Machine Image manifest (string value) | 
 | 203 | #ami_manifest = cirros-0.3.0-x86_64-blank.img.manifest.xml | 
 | 204 |  | 
 | 205 | # AKI Kernel Image manifest (string value) | 
 | 206 | #aki_manifest = cirros-0.3.0-x86_64-vmlinuz.manifest.xml | 
 | 207 |  | 
 | 208 | # Instance type (string value) | 
 | 209 | #instance_type = m1.tiny | 
 | 210 |  | 
 | 211 | # boto Http socket timeout (integer value) | 
 | 212 | #http_socket_timeout = 3 | 
 | 213 |  | 
 | 214 | # boto num_retries on error (integer value) | 
 | 215 | #num_retries = 1 | 
 | 216 |  | 
 | 217 | # Status Change Timeout (integer value) | 
 | 218 | #build_timeout = 60 | 
 | 219 |  | 
 | 220 | # Status Change Test Interval (integer value) | 
 | 221 | #build_interval = 1 | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 222 |  | 
 | 223 |  | 
 | 224 | [cli] | 
 | 225 |  | 
 | 226 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 227 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 228 | # | 
 | 229 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 230 | # enable cli tests (boolean value) | 
 | 231 | #enabled = true | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 232 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 233 | # directory where python client binaries are located (string value) | 
 | 234 | #cli_dir = /usr/local/bin | 
 | 235 |  | 
| Sean Dague | 44b2468 | 2014-02-20 19:08:24 -0500 | [diff] [blame] | 236 | # Whether the tempest run location has access to the *-manage | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 237 | # commands. In a pure blackbox environment it will not. (boolean | 
 | 238 | # value) | 
 | 239 | #has_manage = true | 
| Sean Dague | 44b2468 | 2014-02-20 19:08:24 -0500 | [diff] [blame] | 240 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 241 | # Number of seconds to wait on a CLI timeout (integer value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 242 | #timeout = 15 | 
| Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 243 |  | 
| Sean Dague | 8340199 | 2013-05-06 17:46:36 -0400 | [diff] [blame] | 244 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 245 | [compute] | 
 | 246 |  | 
 | 247 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 248 | # From tempest.config | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 249 | # | 
 | 250 |  | 
| Matthew Treinish | afcb6b4 | 2014-05-27 13:50:02 -0400 | [diff] [blame] | 251 | # Valid primary image reference to be used in tests. This is a | 
 | 252 | # required option (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 253 | #image_ref = <None> | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 254 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 255 | # Valid secondary image reference to be used in tests. This is a | 
 | 256 | # required option, but if only one image is available duplicate the | 
 | 257 | # value of image_ref above (string value) | 
 | 258 | #image_ref_alt = <None> | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 259 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 260 | # Valid primary flavor to use in tests. (string value) | 
 | 261 | #flavor_ref = 1 | 
 | 262 |  | 
 | 263 | # Valid secondary flavor to be used in tests. (string value) | 
 | 264 | #flavor_ref_alt = 2 | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 265 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 266 | # User name used to authenticate to an instance. (string value) | 
 | 267 | #image_ssh_user = root | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 268 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 269 | # Password used to authenticate to an instance. (string value) | 
 | 270 | #image_ssh_password = password | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 271 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 272 | # User name used to authenticate to an instance using the alternate | 
 | 273 | # image. (string value) | 
 | 274 | #image_alt_ssh_user = root | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 275 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 276 | # Password used to authenticate to an instance using the alternate | 
 | 277 | # image. (string value) | 
 | 278 | #image_alt_ssh_password = password | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 279 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 280 | # Time in seconds between build status checks. (integer value) | 
 | 281 | #build_interval = 1 | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 282 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 283 | # Timeout in seconds to wait for an instance to build. Other services | 
| Lucian Petrut | 1cfe298 | 2015-01-06 13:57:36 +0200 | [diff] [blame] | 284 | # that do not define build_timeout will inherit this value. (integer | 
 | 285 | # value) | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 286 | #build_timeout = 300 | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 287 |  | 
 | 288 | # Should the tests ssh to instances? (boolean value) | 
 | 289 | #run_ssh = false | 
 | 290 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 291 | # Auth method used for authenticate to the instance. Valid choices | 
 | 292 | # are: keypair, configured, adminpass. keypair: start the servers with | 
 | 293 | # an ssh keypair. configured: use the configured user and password. | 
 | 294 | # adminpass: use the injected adminPass. disabled: avoid using ssh | 
 | 295 | # when it is an option. (string value) | 
 | 296 | #ssh_auth_method = keypair | 
 | 297 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 298 | # How to connect to the instance? fixed: using the first ip belongs | 
 | 299 | # the fixed network floating: creating and using a floating ip (string | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 300 | # value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 301 | #ssh_connect_method = fixed | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 302 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 303 | # User name used to authenticate to an instance. (string value) | 
 | 304 | #ssh_user = root | 
 | 305 |  | 
 | 306 | # Timeout in seconds to wait for ping to succeed. (integer value) | 
 | 307 | #ping_timeout = 120 | 
 | 308 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 309 | # Timeout in seconds to wait for authentication to succeed. (integer | 
 | 310 | # value) | 
 | 311 | #ssh_timeout = 300 | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 312 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 313 | # Additional wait time for clean state, when there is no OS-EXT-STS | 
 | 314 | # extension available (integer value) | 
 | 315 | #ready_wait = 0 | 
 | 316 |  | 
 | 317 | # Timeout in seconds to wait for output from ssh channel. (integer | 
 | 318 | # value) | 
 | 319 | #ssh_channel_timeout = 60 | 
 | 320 |  | 
 | 321 | # Name of the fixed network that is visible to all test tenants. | 
 | 322 | # (string value) | 
 | 323 | #fixed_network_name = private | 
 | 324 |  | 
 | 325 | # Network used for SSH connections. Ignored if | 
 | 326 | # use_floatingip_for_ssh=true or run_ssh=false. (string value) | 
 | 327 | #network_for_ssh = public | 
 | 328 |  | 
 | 329 | # IP version used for SSH connections. (integer value) | 
 | 330 | #ip_version_for_ssh = 4 | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 331 |  | 
 | 332 | # Does SSH use Floating IPs? (boolean value) | 
 | 333 | #use_floatingip_for_ssh = true | 
 | 334 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 335 | # Catalog type of the Compute service. (string value) | 
 | 336 | #catalog_type = compute | 
 | 337 |  | 
 | 338 | # The compute region name to use. If empty, the value of | 
 | 339 | # identity.region is used instead. If no such region is found in the | 
 | 340 | # service catalog, the first found one is used. (string value) | 
 | 341 | #region = | 
 | 342 |  | 
 | 343 | # The endpoint type to use for the compute service. (string value) | 
 | 344 | #endpoint_type = publicURL | 
 | 345 |  | 
 | 346 | # Path to a private key file for SSH access to remote hosts (string | 
 | 347 | # value) | 
 | 348 | #path_to_private_key = <None> | 
 | 349 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 350 | # Expected device name when a volume is attached to an instance | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 351 | # (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 352 | #volume_device_name = vdb | 
| Sean Dague | 8219085 | 2014-05-24 07:42:59 -0400 | [diff] [blame] | 353 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 354 | # Time in seconds before a shelved instance is eligible for removing | 
 | 355 | # from a host.  -1 never offload, 0 offload when shelved. This time | 
 | 356 | # should be the same as the time of nova.conf, and some tests will run | 
 | 357 | # for as long as the time. (integer value) | 
 | 358 | #shelved_offload_time = 0 | 
 | 359 |  | 
 | 360 | # Unallocated floating IP range, which will be used to test the | 
 | 361 | # floating IP bulk feature for CRUD operation. This block must not | 
 | 362 | # overlap an existing floating IP pool. (string value) | 
 | 363 | #floating_ip_range = 10.0.0.0/29 | 
 | 364 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 365 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 366 | [compute-feature-enabled] | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 367 |  | 
 | 368 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 369 | # From tempest.config | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 370 | # | 
 | 371 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 372 | # If false, skip disk config tests (boolean value) | 
 | 373 | #disk_config = true | 
 | 374 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 375 | # A list of enabled compute extensions with a special entry all which | 
 | 376 | # indicates every extension is enabled. Each extension should be | 
 | 377 | # specified with alias name. Empty list indicates all extensions are | 
 | 378 | # disabled (list value) | 
 | 379 | #api_extensions = all | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 380 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 381 | # Does the test environment support changing the admin password? | 
 | 382 | # (boolean value) | 
 | 383 | #change_password = false | 
 | 384 |  | 
 | 385 | # Does the test environment support obtaining instance serial console | 
 | 386 | # output? (boolean value) | 
 | 387 | #console_output = true | 
| Matthew Treinish | 20866a2 | 2014-06-12 14:58:36 -0400 | [diff] [blame] | 388 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 389 | # Does the test environment support resizing? (boolean value) | 
 | 390 | #resize = false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 391 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 392 | # Does the test environment support pausing? (boolean value) | 
 | 393 | #pause = true | 
| Ghanshyam | 9c2e50d | 2014-07-22 21:32:05 +0900 | [diff] [blame] | 394 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 395 | # Does the test environment support shelving/unshelving? (boolean | 
 | 396 | # value) | 
 | 397 | #shelve = true | 
 | 398 |  | 
 | 399 | # Does the test environment support suspend/resume? (boolean value) | 
 | 400 | #suspend = true | 
| Adam Gandelman | 7186f7a | 2014-07-23 09:28:56 -0400 | [diff] [blame] | 401 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 402 | # Does the test environment support live migration available? (boolean | 
 | 403 | # value) | 
| Joe Gordon | 31a139a | 2014-11-17 16:39:04 -0800 | [diff] [blame] | 404 | #live_migration = true | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 405 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 406 | # Does the test environment use block devices for live migration | 
 | 407 | # (boolean value) | 
 | 408 | #block_migration_for_live_migration = false | 
 | 409 |  | 
 | 410 | # Does the test environment block migration support cinder iSCSI | 
 | 411 | # volumes (boolean value) | 
 | 412 | #block_migrate_cinder_iscsi = false | 
 | 413 |  | 
 | 414 | # Enable VNC console. This configuration value should be same as | 
 | 415 | # [nova.vnc]->vnc_enabled in nova.conf (boolean value) | 
 | 416 | #vnc_console = false | 
 | 417 |  | 
 | 418 | # Enable Spice console. This configuration value should be same as | 
 | 419 | # [nova.spice]->enabled in nova.conf (boolean value) | 
 | 420 | #spice_console = false | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 421 |  | 
 | 422 | # Enable RDP console. This configuration value should be same as | 
 | 423 | # [nova.rdp]->enabled in nova.conf (boolean value) | 
 | 424 | #rdp_console = false | 
 | 425 |  | 
 | 426 | # Does the test environment support instance rescue mode? (boolean | 
 | 427 | # value) | 
 | 428 | #rescue = true | 
 | 429 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 430 | # Enables returning of the instance password by the relevant server | 
 | 431 | # API calls such as create, rebuild or rescue. (boolean value) | 
 | 432 | #enable_instance_password = true | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 433 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 434 | # Does the test environment support dynamic network interface | 
 | 435 | # attachment? (boolean value) | 
 | 436 | #interface_attach = true | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 437 |  | 
 | 438 | # Does the test environment support creating snapshot images of | 
 | 439 | # running instances? (boolean value) | 
 | 440 | #snapshot = true | 
 | 441 |  | 
| Yassine Lamgarchal | b158d41 | 2013-12-27 19:29:42 +0100 | [diff] [blame] | 442 |  | 
| Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 443 | [dashboard] | 
| Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 444 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 445 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 446 | # From tempest.config | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 447 | # | 
| Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 448 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 449 | # Where the dashboard can be found (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 450 | #dashboard_url = http://localhost/ | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 451 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 452 | # Login page for the dashboard (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 453 | #login_url = http://localhost/auth/login/ | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 454 |  | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 455 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 456 | [data_processing] | 
 | 457 |  | 
 | 458 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 459 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 460 | # | 
 | 461 |  | 
 | 462 | # Catalog type of the data processing service. (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 463 | #catalog_type = data_processing | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 464 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 465 | # The endpoint type to use for the data processing service. (string | 
 | 466 | # value) | 
 | 467 | #endpoint_type = publicURL | 
| JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 468 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 469 |  | 
| Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 470 | [database] | 
 | 471 |  | 
 | 472 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 473 | # From tempest.config | 
| Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 474 | # | 
 | 475 |  | 
 | 476 | # Catalog type of the Database service. (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 477 | #catalog_type = database | 
| Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 478 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 479 | # Valid primary flavor to use in database tests. (string value) | 
 | 480 | #db_flavor_ref = 1 | 
| Peter Stachowski | 320f9c7 | 2014-04-21 16:13:23 -0400 | [diff] [blame] | 481 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 482 | # Current database version to use in database tests. (string value) | 
 | 483 | #db_current_version = v1.0 | 
 | 484 |  | 
| Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 485 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 486 | [debug] | 
 | 487 |  | 
 | 488 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 489 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 490 | # | 
 | 491 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 492 | # A regex to determine which requests should be traced.  This is a | 
 | 493 | # regex to match the caller for rest client requests to be able to | 
 | 494 | # selectively trace calls out of specific classes and methods. It | 
 | 495 | # largely exists for test development, and is not expected to be used | 
 | 496 | # in a real deploy of tempest. This will be matched against the | 
 | 497 | # discovered ClassName:method in the test environment.  Expected | 
 | 498 | # values for this field are:   * ClassName:test_method_name - traces | 
 | 499 | # one test_method  * ClassName:setUp(Class) - traces specific setup | 
 | 500 | # functions  * ClassName:tearDown(Class) - traces specific teardown | 
 | 501 | # functions  * ClassName:_run_cleanups - traces the cleanup functions | 
 | 502 | # If nothing is specified, this feature is not enabled. To trace | 
 | 503 | # everything specify .* as the regex.  (string value) | 
 | 504 | #trace_requests = | 
| Sean Dague | c522c09 | 2014-03-24 10:43:22 -0400 | [diff] [blame] | 505 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 506 |  | 
 | 507 | [identity] | 
 | 508 |  | 
 | 509 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 510 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 511 | # | 
 | 512 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 513 | # Catalog type of the Identity service. (string value) | 
 | 514 | #catalog_type = identity | 
 | 515 |  | 
 | 516 | # Set to True if using self-signed SSL certificates. (boolean value) | 
 | 517 | #disable_ssl_certificate_validation = false | 
 | 518 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 519 | # Specify a CA bundle file to use in verifying a TLS (https) server | 
 | 520 | # certificate. (string value) | 
 | 521 | #ca_certificates_file = <None> | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 522 |  | 
 | 523 | # Full URI of the OpenStack Identity API (Keystone), v2 (string value) | 
 | 524 | #uri = <None> | 
 | 525 |  | 
 | 526 | # Full URI of the OpenStack Identity API (Keystone), v3 (string value) | 
 | 527 | #uri_v3 = <None> | 
 | 528 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 529 | # Identity API version to be used for authentication for API tests. | 
 | 530 | # (string value) | 
 | 531 | #auth_version = v2 | 
 | 532 |  | 
 | 533 | # The identity region name to use. Also used as the other services' | 
 | 534 | # region name unless they are set explicitly. If no such region is | 
 | 535 | # found in the service catalog, the first found one is used. (string | 
 | 536 | # value) | 
 | 537 | #region = RegionOne | 
 | 538 |  | 
 | 539 | # The endpoint type to use for the identity service. (string value) | 
 | 540 | #endpoint_type = publicURL | 
 | 541 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 542 | # Username to use for Nova API requests. (string value) | 
 | 543 | #username = <None> | 
| Andrea Frittoli | b1b04bb | 2014-04-06 11:57:07 +0100 | [diff] [blame] | 544 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 545 | # Tenant name to use for Nova API requests. (string value) | 
 | 546 | #tenant_name = <None> | 
 | 547 |  | 
 | 548 | # Role required to administrate keystone. (string value) | 
 | 549 | #admin_role = admin | 
 | 550 |  | 
 | 551 | # API key to use when authenticating. (string value) | 
 | 552 | #password = <None> | 
 | 553 |  | 
 | 554 | # Domain name for authentication (Keystone V3).The same domain applies | 
 | 555 | # to user and project (string value) | 
 | 556 | #domain_name = <None> | 
 | 557 |  | 
 | 558 | # Username of alternate user to use for Nova API requests. (string | 
 | 559 | # value) | 
 | 560 | #alt_username = <None> | 
 | 561 |  | 
 | 562 | # Alternate user's Tenant name to use for Nova API requests. (string | 
 | 563 | # value) | 
 | 564 | #alt_tenant_name = <None> | 
 | 565 |  | 
 | 566 | # API key to use when authenticating as alternate user. (string value) | 
 | 567 | #alt_password = <None> | 
 | 568 |  | 
 | 569 | # Alternate domain name for authentication (Keystone V3).The same | 
 | 570 | # domain applies to user and project (string value) | 
 | 571 | #alt_domain_name = <None> | 
 | 572 |  | 
 | 573 | # Administrative Username to use for Keystone API requests. (string | 
 | 574 | # value) | 
 | 575 | #admin_username = <None> | 
 | 576 |  | 
 | 577 | # Administrative Tenant name to use for Keystone API requests. (string | 
 | 578 | # value) | 
 | 579 | #admin_tenant_name = <None> | 
 | 580 |  | 
 | 581 | # API key to use when authenticating as admin. (string value) | 
 | 582 | #admin_password = <None> | 
 | 583 |  | 
 | 584 | # Admin domain name for authentication (Keystone V3).The same domain | 
 | 585 | # applies to user and project (string value) | 
 | 586 | #admin_domain_name = <None> | 
 | 587 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 588 |  | 
| Matthew Treinish | d5021a7 | 2014-01-09 18:42:51 +0000 | [diff] [blame] | 589 | [identity-feature-enabled] | 
 | 590 |  | 
 | 591 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 592 | # From tempest.config | 
| Matthew Treinish | d5021a7 | 2014-01-09 18:42:51 +0000 | [diff] [blame] | 593 | # | 
 | 594 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 595 | # Does the identity service have delegation and impersonation enabled | 
 | 596 | # (boolean value) | 
 | 597 | #trust = true | 
 | 598 |  | 
| Matthew Treinish | db2c597 | 2014-01-31 22:18:59 +0000 | [diff] [blame] | 599 | # Is the v2 identity API enabled (boolean value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 600 | #api_v2 = true | 
| Matthew Treinish | db2c597 | 2014-01-31 22:18:59 +0000 | [diff] [blame] | 601 |  | 
 | 602 | # Is the v3 identity API enabled (boolean value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 603 | #api_v3 = true | 
 | 604 |  | 
| Matthew Treinish | d5021a7 | 2014-01-09 18:42:51 +0000 | [diff] [blame] | 605 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 606 | [image] | 
 | 607 |  | 
 | 608 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 609 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 610 | # | 
 | 611 |  | 
 | 612 | # Catalog type of the Image service. (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 613 | #catalog_type = image | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 614 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 615 | # The image region name to use. If empty, the value of identity.region | 
 | 616 | # is used instead. If no such region is found in the service catalog, | 
 | 617 | # the first found one is used. (string value) | 
 | 618 | #region = | 
 | 619 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 620 | # The endpoint type to use for the image service. (string value) | 
 | 621 | #endpoint_type = publicURL | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 622 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 623 | # http accessible image (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 624 | #http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz | 
 | 625 |  | 
| Lucian Petrut | 1cfe298 | 2015-01-06 13:57:36 +0200 | [diff] [blame] | 626 | # Timeout in seconds to wait for an image to become available. | 
 | 627 | # (integer value) | 
 | 628 | #build_timeout = 300 | 
 | 629 |  | 
 | 630 | # Time in seconds between image operation status checks. (integer | 
 | 631 | # value) | 
 | 632 | #build_interval = 1 | 
 | 633 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 634 |  | 
 | 635 | [image-feature-enabled] | 
 | 636 |  | 
 | 637 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 638 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 639 | # | 
 | 640 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 641 | # Is the v2 image API enabled (boolean value) | 
 | 642 | #api_v2 = true | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 643 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 644 | # Is the v1 image API enabled (boolean value) | 
 | 645 | #api_v1 = true | 
 | 646 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 647 |  | 
| Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 648 | [input-scenario] | 
 | 649 |  | 
 | 650 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 651 | # From tempest.config | 
| Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 652 | # | 
 | 653 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 654 | # Matching images become parameters for scenario tests (string value) | 
 | 655 | #image_regex = ^cirros-0.3.1-x86_64-uec$ | 
 | 656 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 657 | # Matching flavors become parameters for scenario tests (string value) | 
 | 658 | #flavor_regex = ^m1.nano$ | 
 | 659 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 660 | # SSH verification in tests is skippedfor matching images (string | 
| Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 661 | # value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 662 | #non_ssh_image_regex = ^.*[Ww]in.*$ | 
| Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 663 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 664 | # List of user mapped to regex to matching image names. (string value) | 
 | 665 | #ssh_user_regex = [["^.*[Cc]irros.*$", "root"]] | 
| Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 666 |  | 
 | 667 |  | 
| Victoria MartÃnez de la Cruz | 1173b6e | 2014-09-22 18:32:13 -0300 | [diff] [blame] | 668 | [messaging] | 
 | 669 |  | 
 | 670 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 671 | # From tempest.config | 
| Victoria MartÃnez de la Cruz | 1173b6e | 2014-09-22 18:32:13 -0300 | [diff] [blame] | 672 | # | 
 | 673 |  | 
 | 674 | # Catalog type of the Messaging service. (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 675 | #catalog_type = messaging | 
| Victoria MartÃnez de la Cruz | 1173b6e | 2014-09-22 18:32:13 -0300 | [diff] [blame] | 676 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 677 | # The maximum number of queue records per page when listing queues | 
 | 678 | # (integer value) | 
 | 679 | #max_queues_per_page = 20 | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 680 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 681 | # The maximum metadata size for a queue (integer value) | 
 | 682 | #max_queue_metadata = 65536 | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 683 |  | 
 | 684 | # The maximum number of queue message per page when listing (or) | 
 | 685 | # posting messages (integer value) | 
 | 686 | #max_messages_per_page = 20 | 
 | 687 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 688 | # The maximum size of a message body (integer value) | 
 | 689 | #max_message_size = 262144 | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 690 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 691 | # The maximum number of messages per claim (integer value) | 
 | 692 | #max_messages_per_claim = 20 | 
 | 693 |  | 
 | 694 | # The maximum ttl for a message (integer value) | 
 | 695 | #max_message_ttl = 1209600 | 
 | 696 |  | 
 | 697 | # The maximum ttl for a claim (integer value) | 
 | 698 | #max_claim_ttl = 43200 | 
 | 699 |  | 
 | 700 | # The maximum grace period for a claim (integer value) | 
 | 701 | #max_claim_grace = 43200 | 
| Victoria MartÃnez de la Cruz | 1173b6e | 2014-09-22 18:32:13 -0300 | [diff] [blame] | 702 |  | 
 | 703 |  | 
| Marc Koderer | 6ee82dc | 2014-02-17 10:26:29 +0100 | [diff] [blame] | 704 | [negative] | 
 | 705 |  | 
 | 706 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 707 | # From tempest.config | 
| Marc Koderer | 6ee82dc | 2014-02-17 10:26:29 +0100 | [diff] [blame] | 708 | # | 
 | 709 |  | 
 | 710 | # Test generator class for all negative tests (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 711 | #test_generator = tempest.common.generator.negative_generator.NegativeTestGenerator | 
| Marc Koderer | 6ee82dc | 2014-02-17 10:26:29 +0100 | [diff] [blame] | 712 |  | 
 | 713 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 714 | [network] | 
 | 715 |  | 
 | 716 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 717 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 718 | # | 
 | 719 |  | 
 | 720 | # Catalog type of the Neutron service. (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 721 | #catalog_type = network | 
 | 722 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 723 | # The network region name to use. If empty, the value of | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 724 | # identity.region is used instead. If no such region is found in the | 
 | 725 | # service catalog, the first found one is used. (string value) | 
 | 726 | #region = | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 727 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 728 | # The endpoint type to use for the network service. (string value) | 
 | 729 | #endpoint_type = publicURL | 
 | 730 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 731 | # The cidr block to allocate tenant ipv4 subnets from (string value) | 
 | 732 | #tenant_network_cidr = 10.100.0.0/16 | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 733 |  | 
| Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 734 | # The mask bits for tenant ipv4 subnets (integer value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 735 | #tenant_network_mask_bits = 28 | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 736 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 737 | # The cidr block to allocate tenant ipv6 subnets from (string value) | 
 | 738 | #tenant_network_v6_cidr = 2003::/48 | 
| Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 739 |  | 
 | 740 | # The mask bits for tenant ipv6 subnets (integer value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 741 | #tenant_network_v6_mask_bits = 64 | 
| Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 742 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 743 | # Whether tenant network connectivity should be evaluated directly | 
 | 744 | # (boolean value) | 
 | 745 | #tenant_networks_reachable = false | 
| Attila Fazekas | 640392b | 2014-06-12 15:58:10 +0200 | [diff] [blame] | 746 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 747 | # Id of the public network that provides external connectivity (string | 
 | 748 | # value) | 
 | 749 | #public_network_id = | 
 | 750 |  | 
 | 751 | # Id of the public router that provides external connectivity. This | 
 | 752 | # should only be used when Neutron's 'allow_overlapping_ips' is set to | 
 | 753 | # 'False' in neutron.conf. usually not needed past 'Grizzly' release | 
 | 754 | # (string value) | 
 | 755 | #public_router_id = | 
 | 756 |  | 
 | 757 | # Timeout in seconds to wait for network operation to complete. | 
 | 758 | # (integer value) | 
 | 759 | #build_timeout = 300 | 
 | 760 |  | 
 | 761 | # Time in seconds between network operation status checks. (integer | 
 | 762 | # value) | 
 | 763 | #build_interval = 1 | 
 | 764 |  | 
 | 765 | # List of dns servers which should be used for subnet creation (list | 
 | 766 | # value) | 
 | 767 | #dns_servers = 8.8.8.8,8.8.4.4 | 
 | 768 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 769 |  | 
 | 770 | [network-feature-enabled] | 
 | 771 |  | 
 | 772 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 773 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 774 | # | 
 | 775 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 776 | # Allow the execution of IPv6 tests (boolean value) | 
 | 777 | #ipv6 = true | 
 | 778 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 779 | # A list of enabled network extensions with a special entry all which | 
 | 780 | # indicates every extension is enabled. Empty list indicates all | 
 | 781 | # extensions are disabled (list value) | 
 | 782 | #api_extensions = all | 
 | 783 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 784 | # Allow the execution of IPv6 subnet tests that use the extended IPv6 | 
 | 785 | # attributes ipv6_ra_mode and ipv6_address_mode (boolean value) | 
 | 786 | #ipv6_subnet_attributes = false | 
| Sean M. Collins | dd27a4d | 2014-05-13 10:33:15 -0400 | [diff] [blame] | 787 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 788 |  | 
 | 789 | [object-storage] | 
 | 790 |  | 
 | 791 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 792 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 793 | # | 
 | 794 |  | 
 | 795 | # Catalog type of the Object-Storage service. (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 796 | #catalog_type = object-store | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 797 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 798 | # The object-storage region name to use. If empty, the value of | 
 | 799 | # identity.region is used instead. If no such region is found in the | 
 | 800 | # service catalog, the first found one is used. (string value) | 
 | 801 | #region = | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 802 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 803 | # The endpoint type to use for the object-store service. (string | 
 | 804 | # value) | 
 | 805 | #endpoint_type = publicURL | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 806 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 807 | # Number of seconds to time on waiting for a container to container | 
 | 808 | # synchronization complete. (integer value) | 
| Daisuke Morita | 1ac3ee0 | 2014-08-25 12:59:18 +0900 | [diff] [blame^] | 809 | #container_sync_timeout = 600 | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 810 |  | 
 | 811 | # Number of seconds to wait while looping to check the status of a | 
 | 812 | # container to container synchronization (integer value) | 
 | 813 | #container_sync_interval = 5 | 
 | 814 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 815 | # Role to add to users created for swift tests to enable creating | 
 | 816 | # containers (string value) | 
 | 817 | #operator_role = Member | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 818 |  | 
| Matthew Treinish | 998c91d | 2014-03-01 12:39:49 -0500 | [diff] [blame] | 819 | # User role that has reseller admin (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 820 | #reseller_admin_role = ResellerAdmin | 
| Matthew Treinish | 998c91d | 2014-03-01 12:39:49 -0500 | [diff] [blame] | 821 |  | 
| Daisuke Morita | 1ac3ee0 | 2014-08-25 12:59:18 +0900 | [diff] [blame^] | 822 | # Name of sync realm. A sync realm is a set of clusters that have | 
 | 823 | # agreed to allow container syncing with each other. Set the same | 
 | 824 | # realm name as Swift's container-sync-realms.conf (string value) | 
 | 825 | #realm_name = realm1 | 
 | 826 |  | 
 | 827 | # One name of cluster which is set in the realm whose name is set in | 
 | 828 | # 'realm_name' item in this file. Set the same cluster name as Swift's | 
 | 829 | # container-sync-realms.conf (string value) | 
 | 830 | #cluster_name = name1 | 
 | 831 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 832 |  | 
 | 833 | [object-storage-feature-enabled] | 
 | 834 |  | 
 | 835 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 836 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 837 | # | 
 | 838 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 839 | # A list of the enabled optional discoverable apis. A single entry, | 
 | 840 | # all, indicates that all of these features are expected to be enabled | 
 | 841 | # (list value) | 
 | 842 | #discoverable_apis = all | 
 | 843 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 844 | # Execute (old style) container-sync tests (boolean value) | 
 | 845 | #container_sync = true | 
 | 846 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 847 | # Execute object-versioning tests (boolean value) | 
 | 848 | #object_versioning = true | 
| Daisuke Morita | 20a183f | 2014-08-25 14:43:36 +0900 | [diff] [blame] | 849 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 850 | # Execute discoverability tests (boolean value) | 
 | 851 | #discoverability = true | 
 | 852 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 853 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 854 | [orchestration] | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 855 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 856 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 857 | # From tempest.config | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 858 | # | 
| Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 859 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 860 | # Catalog type of the Orchestration service. (string value) | 
 | 861 | #catalog_type = orchestration | 
 | 862 |  | 
 | 863 | # The orchestration region name to use. If empty, the value of | 
 | 864 | # identity.region is used instead. If no such region is found in the | 
 | 865 | # service catalog, the first found one is used. (string value) | 
 | 866 | #region = | 
 | 867 |  | 
 | 868 | # The endpoint type to use for the orchestration service. (string | 
 | 869 | # value) | 
 | 870 | #endpoint_type = publicURL | 
 | 871 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 872 | # Time in seconds between build status checks. (integer value) | 
 | 873 | #build_interval = 1 | 
 | 874 |  | 
 | 875 | # Timeout in seconds to wait for a stack to build. (integer value) | 
 | 876 | #build_timeout = 1200 | 
 | 877 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 878 | # Instance type for tests. Needs to be big enough for a full OS plus | 
 | 879 | # the test workload (string value) | 
 | 880 | #instance_type = m1.micro | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 881 |  | 
 | 882 | # Name of heat-cfntools enabled image to use when launching test | 
 | 883 | # instances. (string value) | 
 | 884 | #image_ref = <None> | 
 | 885 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 886 | # Name of existing keypair to launch servers with. (string value) | 
 | 887 | #keypair_name = <None> | 
 | 888 |  | 
 | 889 | # Value must match heat configuration of the same name. (integer | 
 | 890 | # value) | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 891 | #max_template_size = 524288 | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 892 |  | 
 | 893 | # Value must match heat configuration of the same name. (integer | 
 | 894 | # value) | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 895 | #max_resources_per_stack = 1000 | 
| Steven Hardy | fdc6bd7 | 2014-03-21 16:56:04 +0000 | [diff] [blame] | 896 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 897 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 898 | [scenario] | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 899 |  | 
 | 900 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 901 | # From tempest.config | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 902 | # | 
 | 903 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 904 | # Directory containing image files (string value) | 
 | 905 | #img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec | 
 | 906 |  | 
 | 907 | # Image file name (string value) | 
 | 908 | # Deprecated group/name - [DEFAULT]/qcow2_img_file | 
 | 909 | #img_file = cirros-0.3.1-x86_64-disk.img | 
 | 910 |  | 
 | 911 | # Image disk format (string value) | 
 | 912 | #img_disk_format = qcow2 | 
 | 913 |  | 
 | 914 | # Image container format (string value) | 
 | 915 | #img_container_format = bare | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 916 |  | 
 | 917 | # AMI image file name (string value) | 
 | 918 | #ami_img_file = cirros-0.3.1-x86_64-blank.img | 
 | 919 |  | 
 | 920 | # ARI image file name (string value) | 
 | 921 | #ari_img_file = cirros-0.3.1-x86_64-initrd | 
 | 922 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 923 | # AKI image file name (string value) | 
 | 924 | #aki_img_file = cirros-0.3.1-x86_64-vmlinuz | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 925 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 926 | # ssh username for the image file (string value) | 
 | 927 | #ssh_user = cirros | 
| Alessandro Pilotti | b7c1daa | 2014-08-16 14:24:13 +0300 | [diff] [blame] | 928 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 929 | # specifies how many resources to request at once. Used for large | 
 | 930 | # operations testing. (integer value) | 
 | 931 | #large_ops_number = 0 | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 932 |  | 
| Yair Fried | 413bf2d | 2014-11-19 17:07:11 +0200 | [diff] [blame] | 933 | # DHCP client used by images to renew DCHP lease. If left empty, | 
 | 934 | # update operation will be skipped. Supported clients: "udhcpc", | 
 | 935 | # "dhclient" (string value) | 
 | 936 | #dhcp_client = udhcpc | 
 | 937 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 938 |  | 
 | 939 | [service_available] | 
 | 940 |  | 
 | 941 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 942 | # From tempest.config | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 943 | # | 
 | 944 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 945 | # Whether or not cinder is expected to be available (boolean value) | 
 | 946 | #cinder = true | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 947 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 948 | # Whether or not neutron is expected to be available (boolean value) | 
 | 949 | #neutron = false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 950 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 951 | # Whether or not glance is expected to be available (boolean value) | 
 | 952 | #glance = true | 
 | 953 |  | 
 | 954 | # Whether or not swift is expected to be available (boolean value) | 
 | 955 | #swift = true | 
 | 956 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 957 | # Whether or not nova is expected to be available (boolean value) | 
 | 958 | #nova = true | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 959 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 960 | # Whether or not Heat is expected to be available (boolean value) | 
 | 961 | #heat = false | 
 | 962 |  | 
 | 963 | # Whether or not Ceilometer is expected to be available (boolean | 
 | 964 | # value) | 
 | 965 | #ceilometer = true | 
 | 966 |  | 
 | 967 | # Whether or not Horizon is expected to be available (boolean value) | 
 | 968 | #horizon = true | 
 | 969 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 970 | # Whether or not Sahara is expected to be available (boolean value) | 
 | 971 | #sahara = false | 
| Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 972 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 973 | # Whether or not Ironic is expected to be available (boolean value) | 
 | 974 | #ironic = false | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 975 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 976 | # Whether or not Trove is expected to be available (boolean value) | 
 | 977 | #trove = false | 
| Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 978 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 979 | # Whether or not Zaqar is expected to be available (boolean value) | 
 | 980 | #zaqar = false | 
| Malini Kamalambal | 6e7b3b8 | 2014-02-06 06:49:04 -0500 | [diff] [blame] | 981 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 982 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 983 | [stress] | 
 | 984 |  | 
 | 985 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 986 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 987 | # | 
 | 988 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 989 | # Directory containing log files on the compute nodes (string value) | 
 | 990 | #nova_logdir = <None> | 
 | 991 |  | 
 | 992 | # Maximum number of instances to create during test. (integer value) | 
 | 993 | #max_instances = 16 | 
 | 994 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 995 | # Controller host. (string value) | 
 | 996 | #controller = <None> | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 997 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 998 | # Controller host. (string value) | 
 | 999 | #target_controller = <None> | 
 | 1000 |  | 
 | 1001 | # ssh user. (string value) | 
 | 1002 | #target_ssh_user = <None> | 
 | 1003 |  | 
 | 1004 | # Path to private key. (string value) | 
 | 1005 | #target_private_key_path = <None> | 
 | 1006 |  | 
 | 1007 | # regexp for list of log files. (string value) | 
 | 1008 | #target_logfiles = <None> | 
 | 1009 |  | 
 | 1010 | # time (in seconds) between log file error checks. (integer value) | 
 | 1011 | #log_check_interval = 60 | 
 | 1012 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1013 | # The number of threads created while stress test. (integer value) | 
 | 1014 | #default_thread_number_per_action = 4 | 
 | 1015 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1016 | # Prevent the cleaning (tearDownClass()) between each stress test run | 
 | 1017 | # if an exception occurs during this run. (boolean value) | 
 | 1018 | #leave_dirty_stack = false | 
 | 1019 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 1020 | # Allows a full cleaning process after a stress test. Caution : this | 
 | 1021 | # cleanup will remove every objects of every tenant. (boolean value) | 
 | 1022 | #full_clean_stack = false | 
| Julien Leloup | a5ee542 | 2014-02-13 14:29:02 +0100 | [diff] [blame] | 1023 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1024 |  | 
 | 1025 | [telemetry] | 
 | 1026 |  | 
 | 1027 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1028 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1029 | # | 
 | 1030 |  | 
 | 1031 | # Catalog type of the Telemetry service. (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1032 | #catalog_type = metering | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1033 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1034 | # The endpoint type to use for the telemetry service. (string value) | 
 | 1035 | #endpoint_type = publicURL | 
 | 1036 |  | 
 | 1037 | # This variable is used as flag to enable notification tests (boolean | 
| JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 1038 | # value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1039 | #too_slow_to_test = true | 
| Vadim Rovachev | 7bcea35 | 2013-12-26 15:56:17 +0400 | [diff] [blame] | 1040 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1041 |  | 
 | 1042 | [volume] | 
 | 1043 |  | 
 | 1044 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1045 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1046 | # | 
 | 1047 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1048 | # Time in seconds between volume availability checks. (integer value) | 
 | 1049 | #build_interval = 1 | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1050 |  | 
| Eric Harney | 9b1f89c | 2014-10-14 14:40:19 -0400 | [diff] [blame] | 1051 | # Timeout in seconds to wait for a volume to become available. | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1052 | # (integer value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1053 | #build_timeout = 300 | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1054 |  | 
 | 1055 | # Catalog type of the Volume Service (string value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1056 | #catalog_type = volume | 
 | 1057 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1058 | # The volume region name to use. If empty, the value of | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1059 | # identity.region is used instead. If no such region is found in the | 
 | 1060 | # service catalog, the first found one is used. (string value) | 
 | 1061 | #region = | 
 | 1062 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 1063 | # The endpoint type to use for the volume service. (string value) | 
 | 1064 | #endpoint_type = publicURL | 
 | 1065 |  | 
 | 1066 | # Name of the backend1 (must be declared in cinder.conf) (string | 
 | 1067 | # value) | 
 | 1068 | #backend1_name = BACKEND_1 | 
 | 1069 |  | 
 | 1070 | # Name of the backend2 (must be declared in cinder.conf) (string | 
 | 1071 | # value) | 
 | 1072 | #backend2_name = BACKEND_2 | 
 | 1073 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1074 | # Backend protocol to target when creating volume types (string value) | 
 | 1075 | #storage_protocol = iSCSI | 
 | 1076 |  | 
 | 1077 | # Backend vendor to target when creating volume types (string value) | 
 | 1078 | #vendor_name = Open Source | 
 | 1079 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 1080 | # Disk format to use when copying a volume to image (string value) | 
 | 1081 | #disk_format = raw | 
 | 1082 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1083 | # Default size in GB for volumes created by volumes tests (integer | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1084 | # value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1085 | #volume_size = 1 | 
| Jerry Cai | 9733d0e | 2014-03-19 15:50:49 +0800 | [diff] [blame] | 1086 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1087 |  | 
 | 1088 | [volume-feature-enabled] | 
 | 1089 |  | 
 | 1090 | # | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1091 | # From tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1092 | # | 
 | 1093 |  | 
| Matthew Treinish | c603d16 | 2015-01-05 20:03:40 -0500 | [diff] [blame] | 1094 | # Runs Cinder multi-backend test (requires 2 backends) (boolean value) | 
 | 1095 | #multi_backend = false | 
 | 1096 |  | 
 | 1097 | # Runs Cinder volumes backup test (boolean value) | 
 | 1098 | #backup = true | 
 | 1099 |  | 
 | 1100 | # Runs Cinder volume snapshot test (boolean value) | 
 | 1101 | #snapshot = true | 
 | 1102 |  | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1103 | # A list of enabled volume extensions with a special entry all which | 
 | 1104 | # indicates every extension is enabled. Empty list indicates all | 
 | 1105 | # extensions are disabled (list value) | 
 | 1106 | #api_extensions = all | 
| Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 1107 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1108 | # Is the v1 volume API enabled (boolean value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1109 | #api_v1 = true | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 1110 |  | 
| Zhi Kun Liu | 8cc3c84 | 2014-01-07 10:44:34 +0800 | [diff] [blame] | 1111 | # Is the v2 volume API enabled (boolean value) | 
| Jon Grimm | 270bd7f | 2014-08-05 18:11:29 +0000 | [diff] [blame] | 1112 | #api_v2 = true |