| 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 | # | 
 | 4 | # Options defined in tempest.openstack.common.lockutils | 
 | 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) | 
 | 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) | 
 | 11 | #lock_path=<None> | 
| Matthew Treinish | f4a9b0f | 2013-07-26 16:58:26 -0400 | [diff] [blame] | 12 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 13 |  | 
 | 14 | # | 
 | 15 | # Options defined in tempest.openstack.common.log | 
 | 16 | # | 
 | 17 |  | 
 | 18 | # Print debugging output (set logging level to DEBUG instead | 
 | 19 | # of default WARNING level). (boolean value) | 
 | 20 | #debug=false | 
 | 21 |  | 
 | 22 | # Print more verbose output (set logging level to INFO instead | 
 | 23 | # of default WARNING level). (boolean value) | 
 | 24 | #verbose=false | 
 | 25 |  | 
 | 26 | # Log output to standard error (boolean value) | 
 | 27 | #use_stderr=true | 
 | 28 |  | 
 | 29 | # format string to use for log messages with context (string | 
 | 30 | # value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 31 | #logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 32 |  | 
 | 33 | # format string to use for log messages without context | 
 | 34 | # (string value) | 
 | 35 | #logging_default_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s | 
 | 36 |  | 
 | 37 | # data to append to log format when level is DEBUG (string | 
 | 38 | # value) | 
 | 39 | #logging_debug_format_suffix=%(funcName)s %(pathname)s:%(lineno)d | 
 | 40 |  | 
 | 41 | # prefix each line of exception output with this format | 
 | 42 | # (string value) | 
 | 43 | #logging_exception_prefix=%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s | 
 | 44 |  | 
 | 45 | # list of logger=LEVEL pairs (list value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 46 | #default_log_levels=amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,iso8601=WARN | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 47 |  | 
 | 48 | # publish error events (boolean value) | 
 | 49 | #publish_errors=false | 
 | 50 |  | 
 | 51 | # make deprecations fatal (boolean value) | 
 | 52 | #fatal_deprecations=false | 
 | 53 |  | 
 | 54 | # If an instance is passed with the log message, format it | 
 | 55 | # like this (string value) | 
 | 56 | #instance_format="[instance: %(uuid)s] " | 
 | 57 |  | 
 | 58 | # If an instance UUID is passed with the log message, format | 
 | 59 | # it like this (string value) | 
 | 60 | #instance_uuid_format="[instance: %(uuid)s] " | 
 | 61 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 62 | # The name of logging configuration file. It does not disable | 
 | 63 | # existing loggers, but just appends specified logging | 
 | 64 | # configuration to any other existing logging options. Please | 
 | 65 | # see the Python logging module documentation for details on | 
 | 66 | # logging configuration files. (string value) | 
 | 67 | # Deprecated group/name - [DEFAULT]/log_config | 
 | 68 | #log_config_append=<None> | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 69 |  | 
 | 70 | # DEPRECATED. A logging.Formatter log message format string | 
 | 71 | # which may use any of the available logging.LogRecord | 
 | 72 | # attributes. This option is deprecated.  Please use | 
 | 73 | # logging_context_format_string and | 
 | 74 | # logging_default_format_string instead. (string value) | 
 | 75 | #log_format=<None> | 
 | 76 |  | 
 | 77 | # Format string for %%(asctime)s in log records. Default: | 
 | 78 | # %(default)s (string value) | 
 | 79 | #log_date_format=%Y-%m-%d %H:%M:%S | 
 | 80 |  | 
 | 81 | # (Optional) Name of log file to output to. If no default is | 
 | 82 | # set, logging will go to stdout. (string value) | 
 | 83 | # Deprecated group/name - [DEFAULT]/logfile | 
 | 84 | #log_file=<None> | 
 | 85 |  | 
 | 86 | # (Optional) The base directory used for relative --log-file | 
 | 87 | # paths (string value) | 
 | 88 | # Deprecated group/name - [DEFAULT]/logdir | 
 | 89 | #log_dir=<None> | 
 | 90 |  | 
 | 91 | # Use syslog for logging. (boolean value) | 
 | 92 | #use_syslog=false | 
 | 93 |  | 
 | 94 | # syslog facility to receive log lines (string value) | 
 | 95 | #syslog_log_facility=LOG_USER | 
 | 96 |  | 
| Marc Koderer | b714de5 | 2013-08-08 09:21:46 +0200 | [diff] [blame] | 97 |  | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 98 | [baremetal] | 
 | 99 |  | 
 | 100 | # | 
 | 101 | # Options defined in tempest.config | 
 | 102 | # | 
 | 103 |  | 
 | 104 | # Catalog type of the baremetal provisioning service. (string | 
 | 105 | # value) | 
 | 106 | #catalog_type=baremetal | 
 | 107 |  | 
| JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 108 | # The endpoint type to use for the baremetal provisioning | 
 | 109 | # service. (string value) | 
 | 110 | #endpoint_type=publicURL | 
 | 111 |  | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 112 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 113 | [boto] | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 114 |  | 
 | 115 | # | 
 | 116 | # Options defined in tempest.config | 
 | 117 | # | 
 | 118 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 119 | # EC2 URL (string value) | 
 | 120 | #ec2_url=http://localhost:8773/services/Cloud | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 121 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 122 | # S3 URL (string value) | 
 | 123 | #s3_url=http://localhost:8080 | 
 | 124 |  | 
 | 125 | # AWS Secret Key (string value) | 
 | 126 | #aws_secret=<None> | 
 | 127 |  | 
 | 128 | # AWS Access Key (string value) | 
 | 129 | #aws_access=<None> | 
 | 130 |  | 
 | 131 | # S3 Materials Path (string value) | 
 | 132 | #s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0 | 
 | 133 |  | 
 | 134 | # ARI Ramdisk Image manifest (string value) | 
 | 135 | #ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml | 
 | 136 |  | 
 | 137 | # AMI Machine Image manifest (string value) | 
 | 138 | #ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml | 
 | 139 |  | 
 | 140 | # AKI Kernel Image manifest (string value) | 
 | 141 | #aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml | 
 | 142 |  | 
 | 143 | # Instance type (string value) | 
 | 144 | #instance_type=m1.tiny | 
 | 145 |  | 
 | 146 | # boto Http socket timeout (integer value) | 
 | 147 | #http_socket_timeout=3 | 
 | 148 |  | 
 | 149 | # boto num_retries on error (integer value) | 
 | 150 | #num_retries=1 | 
 | 151 |  | 
 | 152 | # Status Change Timeout (integer value) | 
 | 153 | #build_timeout=60 | 
 | 154 |  | 
 | 155 | # Status Change Test Interval (integer value) | 
 | 156 | #build_interval=1 | 
 | 157 |  | 
 | 158 |  | 
 | 159 | [cli] | 
 | 160 |  | 
 | 161 | # | 
| Matthew Treinish | e2b56b5 | 2014-01-29 19:25:50 +0000 | [diff] [blame] | 162 | # Options defined in tempest.config | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 163 | # | 
 | 164 |  | 
 | 165 | # enable cli tests (boolean value) | 
 | 166 | #enabled=true | 
 | 167 |  | 
 | 168 | # directory where python client binaries are located (string | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 169 | # value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 170 | #cli_dir=/usr/local/bin | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 171 |  | 
| Sean Dague | 44b2468 | 2014-02-20 19:08:24 -0500 | [diff] [blame] | 172 | # Whether the tempest run location has access to the *-manage | 
 | 173 | # commands. In a pure blackbox environment it will not. | 
 | 174 | # (boolean value) | 
 | 175 | #has_manage=true | 
 | 176 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 177 | # Number of seconds to wait on a CLI timeout (integer value) | 
 | 178 | #timeout=15 | 
| Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 179 |  | 
| Sean Dague | 8340199 | 2013-05-06 17:46:36 -0400 | [diff] [blame] | 180 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 181 | [compute] | 
 | 182 |  | 
 | 183 | # | 
 | 184 | # Options defined in tempest.config | 
 | 185 | # | 
 | 186 |  | 
 | 187 | # Allows test cases to create/destroy tenants and users. This | 
 | 188 | # option enables isolated test cases and better parallel | 
 | 189 | # execution, but also requires that OpenStack Identity API | 
 | 190 | # admin credentials are known. (boolean value) | 
 | 191 | #allow_tenant_isolation=false | 
 | 192 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 193 | # Valid secondary image reference to be used in tests. (string | 
 | 194 | # value) | 
 | 195 | #image_ref={$IMAGE_ID} | 
 | 196 |  | 
 | 197 | # Valid secondary image reference to be used in tests. (string | 
 | 198 | # value) | 
 | 199 | #image_ref_alt={$IMAGE_ID_ALT} | 
 | 200 |  | 
| Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 201 | # Valid primary flavor to use in tests. (string value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 202 | #flavor_ref=1 | 
 | 203 |  | 
| Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 204 | # Valid secondary flavor to be used in tests. (string value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 205 | #flavor_ref_alt=2 | 
 | 206 |  | 
 | 207 | # User name used to authenticate to an instance. (string | 
 | 208 | # value) | 
 | 209 | #image_ssh_user=root | 
 | 210 |  | 
 | 211 | # Password used to authenticate to an instance. (string value) | 
 | 212 | #image_ssh_password=password | 
 | 213 |  | 
 | 214 | # User name used to authenticate to an instance using the | 
 | 215 | # alternate image. (string value) | 
 | 216 | #image_alt_ssh_user=root | 
 | 217 |  | 
 | 218 | # Password used to authenticate to an instance using the | 
 | 219 | # alternate image. (string value) | 
 | 220 | #image_alt_ssh_password=password | 
 | 221 |  | 
 | 222 | # Time in seconds between build status checks. (integer value) | 
 | 223 | #build_interval=10 | 
 | 224 |  | 
 | 225 | # Timeout in seconds to wait for an instance to build. | 
 | 226 | # (integer value) | 
 | 227 | #build_timeout=300 | 
 | 228 |  | 
| Derek Higgins | 85cd514 | 2013-12-17 17:10:11 +0000 | [diff] [blame] | 229 | # Should the tests ssh to instances? (boolean value) | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 230 | #run_ssh=false | 
 | 231 |  | 
 | 232 | # User name used to authenticate to an instance. (string | 
 | 233 | # value) | 
 | 234 | #ssh_user=root | 
 | 235 |  | 
 | 236 | # Timeout in seconds to wait for ping to succeed. (integer | 
 | 237 | # value) | 
| Darragh O'Reilly | 6b63667 | 2014-01-24 12:17:40 +0000 | [diff] [blame] | 238 | #ping_timeout=120 | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 239 |  | 
 | 240 | # Timeout in seconds to wait for authentication to succeed. | 
 | 241 | # (integer value) | 
 | 242 | #ssh_timeout=300 | 
 | 243 |  | 
 | 244 | # Additional wait time for clean state, when there is no OS- | 
 | 245 | # EXT-STS extension available (integer value) | 
 | 246 | #ready_wait=0 | 
 | 247 |  | 
 | 248 | # Timeout in seconds to wait for output from ssh channel. | 
 | 249 | # (integer value) | 
 | 250 | #ssh_channel_timeout=60 | 
 | 251 |  | 
 | 252 | # Visible fixed network name  (string value) | 
 | 253 | #fixed_network_name=private | 
 | 254 |  | 
 | 255 | # Network used for SSH connections. (string value) | 
 | 256 | #network_for_ssh=public | 
 | 257 |  | 
 | 258 | # IP version used for SSH connections. (integer value) | 
 | 259 | #ip_version_for_ssh=4 | 
 | 260 |  | 
 | 261 | # Dose the SSH uses Floating IP? (boolean value) | 
 | 262 | #use_floatingip_for_ssh=true | 
 | 263 |  | 
 | 264 | # Catalog type of the Compute service. (string value) | 
 | 265 | #catalog_type=compute | 
 | 266 |  | 
 | 267 | # The compute region name to use. If empty, the value of | 
 | 268 | # identity.region is used instead. If no such region is found | 
 | 269 | # in the service catalog, the first found one is used. (string | 
 | 270 | # value) | 
 | 271 | #region= | 
 | 272 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 273 | # The endpoint type to use for the compute service. (string | 
 | 274 | # value) | 
 | 275 | #endpoint_type=publicURL | 
 | 276 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 277 | # Catalog type of the Compute v3 service. (string value) | 
 | 278 | #catalog_v3_type=computev3 | 
 | 279 |  | 
 | 280 | # Path to a private key file for SSH access to remote hosts | 
 | 281 | # (string value) | 
 | 282 | #path_to_private_key=<None> | 
 | 283 |  | 
 | 284 | # Expected device name when a volume is attached to an | 
 | 285 | # instance (string value) | 
 | 286 | #volume_device_name=vdb | 
 | 287 |  | 
 | 288 | # Time in seconds before a shelved instance is eligible for | 
 | 289 | # removing from a host.  -1 never offload, 0 offload when | 
 | 290 | # shelved. This time should be the same as the time of | 
 | 291 | # nova.conf, and some tests will run for as long as the time. | 
 | 292 | # (integer value) | 
 | 293 | #shelved_offload_time=0 | 
 | 294 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 295 | # Allows test cases to create/destroy tenants and users. This | 
 | 296 | # option enables isolated test cases and better parallel | 
 | 297 | # execution, but also requires that OpenStack Identity API | 
 | 298 | # admin credentials are known. (boolean value) | 
 | 299 | #allow_tenant_isolation=false | 
| Matthew Treinish | 2b5287d | 2013-10-22 17:40:34 +0000 | [diff] [blame] | 300 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 301 |  | 
 | 302 | [compute-admin] | 
| Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 303 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 304 | # | 
 | 305 | # Options defined in tempest.config | 
 | 306 | # | 
| Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 307 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 308 | # Administrative Username to use for Nova API requests. | 
 | 309 | # (string value) | 
 | 310 | #username=admin | 
| Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 311 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 312 | # Administrative Tenant name to use for Nova API requests. | 
 | 313 | # (string value) | 
 | 314 | #tenant_name=admin | 
| Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 315 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 316 | # API key to use when authenticating as admin. (string value) | 
 | 317 | #password=pass | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 318 |  | 
 | 319 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 320 | [compute-feature-enabled] | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 321 |  | 
 | 322 | # | 
 | 323 | # Options defined in tempest.config | 
 | 324 | # | 
 | 325 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 326 | # If false, skip all nova v3 tests. (boolean value) | 
 | 327 | #api_v3=true | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 328 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 329 | # If false, skip disk config tests (boolean value) | 
 | 330 | #disk_config=true | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 331 |  | 
| Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 332 | # A list of enabled compute extensions with a special entry | 
 | 333 | # all which indicates every extension is enabled (list value) | 
 | 334 | #api_extensions=all | 
 | 335 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 336 | # A list of enabled v3 extensions with a special entry all | 
 | 337 | # which indicates every extension is enabled (list value) | 
 | 338 | #api_v3_extensions=all | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 339 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 340 | # Does the test environment support changing the admin | 
 | 341 | # password? (boolean value) | 
 | 342 | #change_password=false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 343 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 344 | # Does the test environment support snapshots? (boolean value) | 
 | 345 | #create_image=false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 346 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 347 | # Does the test environment support resizing? (boolean value) | 
 | 348 | #resize=false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 349 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 350 | # Does the test environment support live migration available? | 
 | 351 | # (boolean value) | 
 | 352 | #live_migration=false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 353 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 354 | # Does the test environment use block devices for live | 
 | 355 | # migration (boolean value) | 
 | 356 | #block_migration_for_live_migration=false | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 357 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 358 | # Does the test environment block migration support cinder | 
 | 359 | # iSCSI volumes (boolean value) | 
 | 360 | #block_migrate_cinder_iscsi=false | 
| Yassine Lamgarchal | b158d41 | 2013-12-27 19:29:42 +0100 | [diff] [blame] | 361 |  | 
| Ghanshyam Mann | 41c1757 | 2014-02-27 18:52:56 +0900 | [diff] [blame] | 362 | # Enable VNC console. This configuration value should be same | 
 | 363 | # as [nova.vnc]->vnc_enabled in nova.conf (boolean value) | 
 | 364 | #vnc_console=false | 
 | 365 |  | 
| Yassine Lamgarchal | b158d41 | 2013-12-27 19:29:42 +0100 | [diff] [blame] | 366 |  | 
| Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 367 | [dashboard] | 
| Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 368 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 369 | # | 
 | 370 | # Options defined in tempest.config | 
 | 371 | # | 
| Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 372 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 373 | # Where the dashboard can be found (string value) | 
 | 374 | #dashboard_url=http://localhost/ | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 375 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 376 | # Login page for the dashboard (string value) | 
 | 377 | #login_url=http://localhost/auth/login/ | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 378 |  | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 379 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 380 | [data_processing] | 
 | 381 |  | 
 | 382 | # | 
 | 383 | # Options defined in tempest.config | 
 | 384 | # | 
 | 385 |  | 
 | 386 | # Catalog type of the data processing service. (string value) | 
 | 387 | #catalog_type=data_processing | 
 | 388 |  | 
| JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 389 | # The endpoint type to use for the data processing service. | 
 | 390 | # (string value) | 
 | 391 | #endpoint_type=publicURL | 
 | 392 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 393 |  | 
| Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 394 | [database] | 
 | 395 |  | 
 | 396 | # | 
 | 397 | # Options defined in tempest.config | 
 | 398 | # | 
 | 399 |  | 
 | 400 | # Catalog type of the Database service. (string value) | 
 | 401 | #catalog_type=database | 
 | 402 |  | 
 | 403 | # Valid primary flavor to use in database tests. (string | 
 | 404 | # value) | 
 | 405 | #db_flavor_ref=1 | 
 | 406 |  | 
 | 407 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 408 | [debug] | 
 | 409 |  | 
 | 410 | # | 
 | 411 | # Options defined in tempest.config | 
 | 412 | # | 
 | 413 |  | 
 | 414 | # Enable diagnostic commands (boolean value) | 
 | 415 | #enable=true | 
 | 416 |  | 
 | 417 |  | 
 | 418 | [identity] | 
 | 419 |  | 
 | 420 | # | 
 | 421 | # Options defined in tempest.config | 
 | 422 | # | 
 | 423 |  | 
 | 424 | # Catalog type of the Identity service. (string value) | 
 | 425 | #catalog_type=identity | 
 | 426 |  | 
 | 427 | # Set to True if using self-signed SSL certificates. (boolean | 
 | 428 | # value) | 
 | 429 | #disable_ssl_certificate_validation=false | 
 | 430 |  | 
 | 431 | # Full URI of the OpenStack Identity API (Keystone), v2 | 
 | 432 | # (string value) | 
 | 433 | #uri=<None> | 
 | 434 |  | 
 | 435 | # Full URI of the OpenStack Identity API (Keystone), v3 | 
 | 436 | # (string value) | 
 | 437 | #uri_v3=<None> | 
 | 438 |  | 
| Andrea Frittoli | 8bbdb16 | 2014-01-06 11:06:13 +0000 | [diff] [blame] | 439 | # Identity API version to be used for authentication for API | 
| Andrea Frittoli | 77f9da4 | 2014-02-06 11:18:19 +0000 | [diff] [blame] | 440 | # tests. (string value) | 
| Andrea Frittoli | 8bbdb16 | 2014-01-06 11:06:13 +0000 | [diff] [blame] | 441 | #auth_version=v2 | 
 | 442 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 443 | # The identity region name to use. Also used as the other | 
 | 444 | # services' region name unless they are set explicitly. If no | 
 | 445 | # such region is found in the service catalog, the first found | 
 | 446 | # one is used. (string value) | 
 | 447 | #region=RegionOne | 
 | 448 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 449 | # The endpoint type to use for the identity service. (string | 
 | 450 | # value) | 
 | 451 | #endpoint_type=publicURL | 
 | 452 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 453 | # Username to use for Nova API requests. (string value) | 
 | 454 | #username=demo | 
 | 455 |  | 
 | 456 | # Tenant name to use for Nova API requests. (string value) | 
 | 457 | #tenant_name=demo | 
 | 458 |  | 
 | 459 | # Role required to administrate keystone. (string value) | 
 | 460 | #admin_role=admin | 
 | 461 |  | 
 | 462 | # API key to use when authenticating. (string value) | 
 | 463 | #password=pass | 
 | 464 |  | 
 | 465 | # Username of alternate user to use for Nova API requests. | 
 | 466 | # (string value) | 
 | 467 | #alt_username=<None> | 
 | 468 |  | 
 | 469 | # Alternate user's Tenant name to use for Nova API requests. | 
 | 470 | # (string value) | 
 | 471 | #alt_tenant_name=<None> | 
 | 472 |  | 
 | 473 | # API key to use when authenticating as alternate user. | 
 | 474 | # (string value) | 
 | 475 | #alt_password=<None> | 
 | 476 |  | 
| Dirk Mueller | 14bd562 | 2014-01-14 19:33:05 +0100 | [diff] [blame] | 477 | # Administrative Username to use for Keystone API requests. | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 478 | # (string value) | 
 | 479 | #admin_username=admin | 
 | 480 |  | 
 | 481 | # Administrative Tenant name to use for Keystone API requests. | 
 | 482 | # (string value) | 
 | 483 | #admin_tenant_name=admin | 
 | 484 |  | 
 | 485 | # API key to use when authenticating as admin. (string value) | 
 | 486 | #admin_password=pass | 
 | 487 |  | 
 | 488 |  | 
| Matthew Treinish | d5021a7 | 2014-01-09 18:42:51 +0000 | [diff] [blame] | 489 | [identity-feature-enabled] | 
 | 490 |  | 
 | 491 | # | 
 | 492 | # Options defined in tempest.config | 
 | 493 | # | 
 | 494 |  | 
 | 495 | # Does the identity service have delegation and impersonation | 
 | 496 | # enabled (boolean value) | 
 | 497 | #trust=true | 
 | 498 |  | 
| Matthew Treinish | db2c597 | 2014-01-31 22:18:59 +0000 | [diff] [blame] | 499 | # Is the v2 identity API enabled (boolean value) | 
 | 500 | #api_v2=true | 
 | 501 |  | 
 | 502 | # Is the v3 identity API enabled (boolean value) | 
 | 503 | #api_v3=true | 
 | 504 |  | 
| Matthew Treinish | d5021a7 | 2014-01-09 18:42:51 +0000 | [diff] [blame] | 505 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 506 | [image] | 
 | 507 |  | 
 | 508 | # | 
 | 509 | # Options defined in tempest.config | 
 | 510 | # | 
 | 511 |  | 
 | 512 | # Catalog type of the Image service. (string value) | 
 | 513 | #catalog_type=image | 
 | 514 |  | 
 | 515 | # The image region name to use. If empty, the value of | 
 | 516 | # identity.region is used instead. If no such region is found | 
 | 517 | # in the service catalog, the first found one is used. (string | 
 | 518 | # value) | 
 | 519 | #region= | 
 | 520 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 521 | # The endpoint type to use for the image service. (string | 
 | 522 | # value) | 
 | 523 | #endpoint_type=publicURL | 
 | 524 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 525 | # http accessible image (string value) | 
 | 526 | #http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz | 
 | 527 |  | 
 | 528 |  | 
 | 529 | [image-feature-enabled] | 
 | 530 |  | 
 | 531 | # | 
 | 532 | # Options defined in tempest.config | 
 | 533 | # | 
 | 534 |  | 
 | 535 | # Is the v2 image API enabled (boolean value) | 
 | 536 | #api_v2=true | 
 | 537 |  | 
 | 538 | # Is the v1 image API enabled (boolean value) | 
 | 539 | #api_v1=true | 
 | 540 |  | 
 | 541 |  | 
| Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 542 | [input-scenario] | 
 | 543 |  | 
 | 544 | # | 
 | 545 | # Options defined in tempest.config | 
 | 546 | # | 
 | 547 |  | 
 | 548 | # Matching images become parameters for scenario tests (string | 
 | 549 | # value) | 
 | 550 | #image_regex=^cirros-0.3.1-x86_64-uec$ | 
 | 551 |  | 
 | 552 | # Matching flavors become parameters for scenario tests | 
 | 553 | # (string value) | 
| Andrea Frittoli | 99901c0 | 2014-01-30 18:06:49 +0000 | [diff] [blame] | 554 | #flavor_regex=^m1.nano$ | 
| Andrea Frittoli | f5da28b | 2013-12-06 07:08:07 +0000 | [diff] [blame] | 555 |  | 
 | 556 | # SSH verification in tests is skippedfor matching images | 
 | 557 | # (string value) | 
 | 558 | #non_ssh_image_regex=^.*[Ww]in.*$ | 
 | 559 |  | 
 | 560 | # List of user mapped to regex to matching image names. | 
 | 561 | # (string value) | 
 | 562 | #ssh_user_regex=[["^.*[Cc]irros.*$", "root"]] | 
 | 563 |  | 
 | 564 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 565 | [network] | 
 | 566 |  | 
 | 567 | # | 
 | 568 | # Options defined in tempest.config | 
 | 569 | # | 
 | 570 |  | 
 | 571 | # Catalog type of the Neutron service. (string value) | 
 | 572 | #catalog_type=network | 
 | 573 |  | 
 | 574 | # The network region name to use. If empty, the value of | 
 | 575 | # identity.region is used instead. If no such region is found | 
 | 576 | # in the service catalog, the first found one is used. (string | 
 | 577 | # value) | 
 | 578 | #region= | 
 | 579 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 580 | # The endpoint type to use for the network service. (string | 
 | 581 | # value) | 
 | 582 | #endpoint_type=publicURL | 
 | 583 |  | 
| Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 584 | # The cidr block to allocate tenant ipv4 subnets from (string | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 585 | # value) | 
 | 586 | #tenant_network_cidr=10.100.0.0/16 | 
 | 587 |  | 
| Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 588 | # The mask bits for tenant ipv4 subnets (integer value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 589 | #tenant_network_mask_bits=28 | 
 | 590 |  | 
| Henry Gessau | ffda37a | 2014-01-16 11:17:55 -0500 | [diff] [blame] | 591 | # The cidr block to allocate tenant ipv6 subnets from (string | 
 | 592 | # value) | 
 | 593 | #tenant_network_v6_cidr=2003::/64 | 
 | 594 |  | 
 | 595 | # The mask bits for tenant ipv6 subnets (integer value) | 
 | 596 | #tenant_network_v6_mask_bits=96 | 
 | 597 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 598 | # Whether tenant network connectivity should be evaluated | 
 | 599 | # directly (boolean value) | 
 | 600 | #tenant_networks_reachable=false | 
 | 601 |  | 
 | 602 | # Id of the public network that provides external connectivity | 
 | 603 | # (string value) | 
 | 604 | #public_network_id= | 
 | 605 |  | 
 | 606 | # Id of the public router that provides external connectivity | 
 | 607 | # (string value) | 
 | 608 | #public_router_id= | 
 | 609 |  | 
 | 610 |  | 
 | 611 | [network-feature-enabled] | 
 | 612 |  | 
 | 613 | # | 
 | 614 | # Options defined in tempest.config | 
 | 615 | # | 
 | 616 |  | 
| Matthew Treinish | e2e33cf | 2014-03-03 19:28:41 +0000 | [diff] [blame] | 617 | # Allow the execution of IPv6 tests (boolean value) | 
 | 618 | #ipv6=true | 
 | 619 |  | 
| Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 620 | # A list of enabled network extensions with a special entry | 
 | 621 | # all which indicates every extension is enabled (list value) | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 622 | #api_extensions=all | 
 | 623 |  | 
 | 624 |  | 
 | 625 | [object-storage] | 
 | 626 |  | 
 | 627 | # | 
 | 628 | # Options defined in tempest.config | 
 | 629 | # | 
 | 630 |  | 
 | 631 | # Catalog type of the Object-Storage service. (string value) | 
 | 632 | #catalog_type=object-store | 
 | 633 |  | 
 | 634 | # The object-storage region name to use. If empty, the value | 
 | 635 | # of identity.region is used instead. If no such region is | 
 | 636 | # found in the service catalog, the first found one is used. | 
 | 637 | # (string value) | 
 | 638 | #region= | 
 | 639 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 640 | # The endpoint type to use for the object-store service. | 
 | 641 | # (string value) | 
 | 642 | #endpoint_type=publicURL | 
 | 643 |  | 
| Fabien Boucher | 2178d31 | 2013-12-31 15:38:57 +0100 | [diff] [blame] | 644 | # Number of seconds to time on waiting for a container to | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 645 | # container synchronization complete. (integer value) | 
 | 646 | #container_sync_timeout=120 | 
 | 647 |  | 
| Fabien Boucher | 2178d31 | 2013-12-31 15:38:57 +0100 | [diff] [blame] | 648 | # Number of seconds to wait while looping to check the status | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 649 | # of a container to container synchronization (integer value) | 
 | 650 | #container_sync_interval=5 | 
 | 651 |  | 
 | 652 | # Role to add to users created for swift tests to enable | 
 | 653 | # creating containers (string value) | 
 | 654 | #operator_role=Member | 
 | 655 |  | 
| Matthew Treinish | 998c91d | 2014-03-01 12:39:49 -0500 | [diff] [blame] | 656 | # User role that has reseller admin (string value) | 
 | 657 | #reseller_admin_role=ResellerAdmin | 
 | 658 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 659 |  | 
 | 660 | [object-storage-feature-enabled] | 
 | 661 |  | 
 | 662 | # | 
 | 663 | # Options defined in tempest.config | 
 | 664 | # | 
 | 665 |  | 
| Matthew Treinish | 2034538 | 2013-12-13 17:04:23 +0000 | [diff] [blame] | 666 | # A list of the enabled optional discoverable apis. A single | 
 | 667 | # entry, all, indicates that all of these features are | 
 | 668 | # expected to be enabled (list value) | 
 | 669 | #discoverable_apis=all | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 670 |  | 
 | 671 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 672 | [orchestration] | 
| Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 673 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 674 | # | 
 | 675 | # Options defined in tempest.config | 
 | 676 | # | 
| Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 677 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 678 | # Catalog type of the Orchestration service. (string value) | 
 | 679 | #catalog_type=orchestration | 
| Joe Gordon | b5e10cd | 2013-07-10 15:51:12 +0000 | [diff] [blame] | 680 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 681 | # The orchestration region name to use. If empty, the value of | 
 | 682 | # identity.region is used instead. If no such region is found | 
 | 683 | # in the service catalog, the first found one is used. (string | 
 | 684 | # value) | 
 | 685 | #region= | 
| Matthew Treinish | 4c41292 | 2013-07-16 15:27:42 -0400 | [diff] [blame] | 686 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 687 | # The endpoint type to use for the orchestration service. | 
 | 688 | # (string value) | 
 | 689 | #endpoint_type=publicURL | 
 | 690 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 691 | # Time in seconds between build status checks. (integer value) | 
 | 692 | #build_interval=1 | 
 | 693 |  | 
 | 694 | # Timeout in seconds to wait for a stack to build. (integer | 
 | 695 | # value) | 
| Steve Baker | 27f0243 | 2014-03-07 09:47:32 +1300 | [diff] [blame] | 696 | #build_timeout=600 | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 697 |  | 
 | 698 | # Instance type for tests. Needs to be big enough for a full | 
 | 699 | # OS plus the test workload (string value) | 
 | 700 | #instance_type=m1.micro | 
 | 701 |  | 
 | 702 | # Name of heat-cfntools enabled image to use when launching | 
 | 703 | # test instances. (string value) | 
 | 704 | #image_ref=<None> | 
 | 705 |  | 
 | 706 | # Name of existing keypair to launch servers with. (string | 
 | 707 | # value) | 
 | 708 | #keypair_name=<None> | 
 | 709 |  | 
 | 710 | # Value must match heat configuration of the same name. | 
 | 711 | # (integer value) | 
 | 712 | #max_template_size=524288 | 
 | 713 |  | 
 | 714 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 715 | [scenario] | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 716 |  | 
 | 717 | # | 
 | 718 | # Options defined in tempest.config | 
 | 719 | # | 
 | 720 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 721 | # Directory containing image files (string value) | 
 | 722 | #img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec | 
 | 723 |  | 
| Masayuki Igawa | 4f71bf0 | 2014-02-21 14:02:29 +0900 | [diff] [blame] | 724 | # QCOW2 image file name (string value) | 
 | 725 | #qcow2_img_file=cirros-0.3.1-x86_64-disk.img | 
 | 726 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 727 | # AMI image file name (string value) | 
 | 728 | #ami_img_file=cirros-0.3.1-x86_64-blank.img | 
 | 729 |  | 
 | 730 | # ARI image file name (string value) | 
 | 731 | #ari_img_file=cirros-0.3.1-x86_64-initrd | 
 | 732 |  | 
 | 733 | # AKI image file name (string value) | 
 | 734 | #aki_img_file=cirros-0.3.1-x86_64-vmlinuz | 
 | 735 |  | 
 | 736 | # ssh username for the image file (string value) | 
 | 737 | #ssh_user=cirros | 
 | 738 |  | 
 | 739 | # specifies how many resources to request at once. Used for | 
 | 740 | # large operations testing. (integer value) | 
 | 741 | #large_ops_number=0 | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 742 |  | 
 | 743 |  | 
 | 744 | [service_available] | 
 | 745 |  | 
 | 746 | # | 
 | 747 | # Options defined in tempest.config | 
 | 748 | # | 
 | 749 |  | 
 | 750 | # Whether or not cinder is expected to be available (boolean | 
 | 751 | # value) | 
 | 752 | #cinder=true | 
 | 753 |  | 
 | 754 | # Whether or not neutron is expected to be available (boolean | 
 | 755 | # value) | 
 | 756 | #neutron=false | 
 | 757 |  | 
 | 758 | # Whether or not glance is expected to be available (boolean | 
 | 759 | # value) | 
 | 760 | #glance=true | 
 | 761 |  | 
 | 762 | # Whether or not swift is expected to be available (boolean | 
 | 763 | # value) | 
 | 764 | #swift=true | 
 | 765 |  | 
 | 766 | # Whether or not nova is expected to be available (boolean | 
 | 767 | # value) | 
 | 768 | #nova=true | 
 | 769 |  | 
 | 770 | # Whether or not Heat is expected to be available (boolean | 
 | 771 | # value) | 
 | 772 | #heat=false | 
 | 773 |  | 
 | 774 | # Whether or not Ceilometer is expected to be available | 
 | 775 | # (boolean value) | 
 | 776 | #ceilometer=true | 
 | 777 |  | 
 | 778 | # Whether or not Horizon is expected to be available (boolean | 
 | 779 | # value) | 
 | 780 | #horizon=true | 
 | 781 |  | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 782 | # Whether or not Savanna is expected to be available (boolean | 
| Joe H. Rahme | 3f2d4c6 | 2013-11-19 18:25:31 +0100 | [diff] [blame] | 783 | # value) | 
| Sergey Lukjanov | cec6c3f | 2013-12-10 12:38:21 +0400 | [diff] [blame] | 784 | #savanna=false | 
| Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 785 |  | 
| Roman Prykhodchenko | 62b1ed1 | 2013-10-16 21:51:47 +0300 | [diff] [blame] | 786 | # Whether or not Ironic is expected to be available (boolean | 
 | 787 | # value) | 
 | 788 | #ironic=false | 
 | 789 |  | 
| Nikhil Manchanda | dd6886f | 2014-03-03 01:58:45 -0800 | [diff] [blame] | 790 | # Whether or not Trove is expected to be available (boolean | 
 | 791 | # value) | 
 | 792 | #trove=false | 
 | 793 |  | 
| Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 794 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 795 | [stress] | 
 | 796 |  | 
 | 797 | # | 
 | 798 | # Options defined in tempest.config | 
 | 799 | # | 
 | 800 |  | 
 | 801 | # Directory containing log files on the compute nodes (string | 
 | 802 | # value) | 
 | 803 | #nova_logdir=<None> | 
 | 804 |  | 
 | 805 | # Maximum number of instances to create during test. (integer | 
 | 806 | # value) | 
 | 807 | #max_instances=16 | 
 | 808 |  | 
 | 809 | # Controller host. (string value) | 
 | 810 | #controller=<None> | 
 | 811 |  | 
 | 812 | # Controller host. (string value) | 
 | 813 | #target_controller=<None> | 
 | 814 |  | 
 | 815 | # ssh user. (string value) | 
 | 816 | #target_ssh_user=<None> | 
 | 817 |  | 
 | 818 | # Path to private key. (string value) | 
 | 819 | #target_private_key_path=<None> | 
 | 820 |  | 
 | 821 | # regexp for list of log files. (string value) | 
 | 822 | #target_logfiles=<None> | 
 | 823 |  | 
 | 824 | # time (in seconds) between log file error checks. (integer | 
 | 825 | # value) | 
 | 826 | #log_check_interval=60 | 
 | 827 |  | 
 | 828 | # The number of threads created while stress test. (integer | 
 | 829 | # value) | 
 | 830 | #default_thread_number_per_action=4 | 
 | 831 |  | 
| Julien Leloup | 04d40f7 | 2014-01-28 11:17:18 +0100 | [diff] [blame] | 832 | # Prevent the cleaning (tearDownClass()) between each stress | 
 | 833 | # test run if an exception occurs during this run. (boolean | 
 | 834 | # value) | 
 | 835 | #leave_dirty_stack=false | 
 | 836 |  | 
| Julien Leloup | a5ee542 | 2014-02-13 14:29:02 +0100 | [diff] [blame] | 837 | # Allows a full cleaning process after a stress test. Caution | 
 | 838 | # : this cleanup will remove every objects of every tenant. | 
 | 839 | # (boolean value) | 
 | 840 | #full_clean_stack=false | 
 | 841 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 842 |  | 
 | 843 | [telemetry] | 
 | 844 |  | 
 | 845 | # | 
 | 846 | # Options defined in tempest.config | 
 | 847 | # | 
 | 848 |  | 
 | 849 | # Catalog type of the Telemetry service. (string value) | 
 | 850 | #catalog_type=metering | 
 | 851 |  | 
| JordanP | fc62c90 | 2014-02-26 14:47:28 +0000 | [diff] [blame] | 852 | # The endpoint type to use for the telemetry service. (string | 
 | 853 | # value) | 
 | 854 | #endpoint_type=publicURL | 
 | 855 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 856 |  | 
 | 857 | [volume] | 
 | 858 |  | 
 | 859 | # | 
 | 860 | # Options defined in tempest.config | 
 | 861 | # | 
 | 862 |  | 
 | 863 | # Time in seconds between volume availability checks. (integer | 
 | 864 | # value) | 
 | 865 | #build_interval=10 | 
 | 866 |  | 
 | 867 | # Timeout in seconds to wait for a volume to becomeavailable. | 
 | 868 | # (integer value) | 
 | 869 | #build_timeout=300 | 
 | 870 |  | 
 | 871 | # Catalog type of the Volume Service (string value) | 
 | 872 | #catalog_type=volume | 
 | 873 |  | 
 | 874 | # The volume region name to use. If empty, the value of | 
 | 875 | # identity.region is used instead. If no such region is found | 
 | 876 | # in the service catalog, the first found one is used. (string | 
 | 877 | # value) | 
 | 878 | #region= | 
 | 879 |  | 
| JordanP | 5d29b2c | 2013-12-18 13:56:03 +0000 | [diff] [blame] | 880 | # The endpoint type to use for the volume service. (string | 
 | 881 | # value) | 
 | 882 | #endpoint_type=publicURL | 
 | 883 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 884 | # Name of the backend1 (must be declared in cinder.conf) | 
 | 885 | # (string value) | 
 | 886 | #backend1_name=BACKEND_1 | 
 | 887 |  | 
 | 888 | # Name of the backend2 (must be declared in cinder.conf) | 
 | 889 | # (string value) | 
 | 890 | #backend2_name=BACKEND_2 | 
 | 891 |  | 
 | 892 | # Backend protocol to target when creating volume types | 
 | 893 | # (string value) | 
 | 894 | #storage_protocol=iSCSI | 
 | 895 |  | 
 | 896 | # Backend vendor to target when creating volume types (string | 
 | 897 | # value) | 
 | 898 | #vendor_name=Open Source | 
 | 899 |  | 
 | 900 | # Disk format to use when copying a volume to image (string | 
 | 901 | # value) | 
 | 902 | #disk_format=raw | 
 | 903 |  | 
 | 904 |  | 
 | 905 | [volume-feature-enabled] | 
 | 906 |  | 
 | 907 | # | 
 | 908 | # Options defined in tempest.config | 
 | 909 | # | 
 | 910 |  | 
 | 911 | # Runs Cinder multi-backend test (requires 2 backends) | 
 | 912 | # (boolean value) | 
 | 913 | #multi_backend=false | 
 | 914 |  | 
| Giulio Fidente | 74b08ad | 2014-01-18 04:02:51 +0100 | [diff] [blame] | 915 | # Runs Cinder volumes backup test (boolean value) | 
 | 916 | #backup=true | 
 | 917 |  | 
| Zhi Kun Liu | de25c02 | 2014-02-14 13:25:19 +0800 | [diff] [blame] | 918 | # A list of enabled volume extensions with a special entry all | 
 | 919 | # which indicates every extension is enabled (list value) | 
 | 920 | #api_extensions=all | 
 | 921 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 922 | # Is the v1 volume API enabled (boolean value) | 
 | 923 | #api_v1=true | 
 | 924 |  | 
| Zhi Kun Liu | 8cc3c84 | 2014-01-07 10:44:34 +0800 | [diff] [blame] | 925 | # Is the v2 volume API enabled (boolean value) | 
 | 926 | #api_v2=true | 
 | 927 |  | 
| Sean Dague | fc691e3 | 2014-01-03 08:51:54 -0500 | [diff] [blame] | 928 |  |