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) |
| 31 | #logging_context_format_string=%(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user)s %(tenant)s] %(instance)s%(message)s |
| 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) |
Saranya Pandian | baefccc | 2013-12-03 22:42:01 +0530 | [diff] [blame] | 46 | #default_log_levels=amqplib=WARN,sqlalchemy=WARN,boto=WARN,suds=INFO,keystone=INFO,paramiko=INFO |
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 | |
| 62 | # If this option is specified, the logging configuration file |
| 63 | # specified is used and overrides any other logging options |
| 64 | # specified. Please see the Python logging module |
| 65 | # documentation for details on logging configuration files. |
| 66 | # (string value) |
| 67 | #log_config=<None> |
| 68 | |
| 69 | # DEPRECATED. A logging.Formatter log message format string |
| 70 | # which may use any of the available logging.LogRecord |
| 71 | # attributes. This option is deprecated. Please use |
| 72 | # logging_context_format_string and |
| 73 | # logging_default_format_string instead. (string value) |
| 74 | #log_format=<None> |
| 75 | |
| 76 | # Format string for %%(asctime)s in log records. Default: |
| 77 | # %(default)s (string value) |
| 78 | #log_date_format=%Y-%m-%d %H:%M:%S |
| 79 | |
| 80 | # (Optional) Name of log file to output to. If no default is |
| 81 | # set, logging will go to stdout. (string value) |
| 82 | # Deprecated group/name - [DEFAULT]/logfile |
| 83 | #log_file=<None> |
| 84 | |
| 85 | # (Optional) The base directory used for relative --log-file |
| 86 | # paths (string value) |
| 87 | # Deprecated group/name - [DEFAULT]/logdir |
| 88 | #log_dir=<None> |
| 89 | |
| 90 | # Use syslog for logging. (boolean value) |
| 91 | #use_syslog=false |
| 92 | |
| 93 | # syslog facility to receive log lines (string value) |
| 94 | #syslog_log_facility=LOG_USER |
| 95 | |
Marc Koderer | b714de5 | 2013-08-08 09:21:46 +0200 | [diff] [blame] | 96 | |
Daryl Walleck | 587385b | 2012-03-03 13:00:26 -0600 | [diff] [blame] | 97 | [identity] |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 98 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 99 | # |
| 100 | # Options defined in tempest.config |
| 101 | # |
Daryl Walleck | 587385b | 2012-03-03 13:00:26 -0600 | [diff] [blame] | 102 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 103 | # Catalog type of the Identity service. (string value) |
| 104 | #catalog_type=identity |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 105 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 106 | # Set to True if using self-signed SSL certificates. (boolean |
| 107 | # value) |
| 108 | #disable_ssl_certificate_validation=false |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 109 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 110 | # Full URI of the OpenStack Identity API (Keystone), v2 |
| 111 | # (string value) |
| 112 | #uri=<None> |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 113 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 114 | # Full URI of the OpenStack Identity API (Keystone), v3 |
| 115 | # (string value) |
| 116 | #uri_v3=<None> |
Russell Sim | 7f894a5 | 2013-09-13 10:35:21 +1000 | [diff] [blame] | 117 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 118 | # The identity region name to use. Also used as the other |
| 119 | # services' region name unless they are set explicitly. If no |
| 120 | # such region is found in the service catalog, the first found |
| 121 | # one is used. (string value) |
| 122 | #region=RegionOne |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 123 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 124 | # Username to use for Nova API requests. (string value) |
| 125 | #username=demo |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 126 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 127 | # Tenant name to use for Nova API requests. (string value) |
| 128 | #tenant_name=demo |
Dan Smith | d6ff6b7 | 2012-08-23 10:29:41 -0700 | [diff] [blame] | 129 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 130 | # Role required to administrate keystone. (string value) |
| 131 | #admin_role=admin |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 132 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 133 | # API key to use when authenticating. (string value) |
| 134 | #password=pass |
Ryan Hsu | cb2e125 | 2013-09-03 21:44:49 -0700 | [diff] [blame] | 135 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 136 | # Username of alternate user to use for Nova API requests. |
| 137 | # (string value) |
| 138 | #alt_username=<None> |
Ryan Hsu | cb2e125 | 2013-09-03 21:44:49 -0700 | [diff] [blame] | 139 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 140 | # Alternate user's Tenant name to use for Nova API requests. |
| 141 | # (string value) |
| 142 | #alt_tenant_name=<None> |
Maru Newby | af292e8 | 2013-05-20 21:32:28 +0000 | [diff] [blame] | 143 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 144 | # API key to use when authenticating as alternate user. |
| 145 | # (string value) |
| 146 | #alt_password=<None> |
Ryan Hsu | cb2e125 | 2013-09-03 21:44:49 -0700 | [diff] [blame] | 147 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 148 | # Administrative Username to use forKeystone API requests. |
| 149 | # (string value) |
| 150 | #admin_username=admin |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 151 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 152 | # Administrative Tenant name to use for Keystone API requests. |
| 153 | # (string value) |
| 154 | #admin_tenant_name=admin |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 155 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 156 | # API key to use when authenticating as admin. (string value) |
| 157 | #admin_password=pass |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 158 | |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 159 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 160 | [stress] |
Attila Fazekas | b066165 | 2013-05-08 13:01:36 +0200 | [diff] [blame] | 161 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 162 | # |
| 163 | # Options defined in tempest.config |
| 164 | # |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 165 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 166 | # Directory containing log files on the compute nodes (string |
| 167 | # value) |
| 168 | #nova_logdir=<None> |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 169 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 170 | # Maximum number of instances to create during test. (integer |
| 171 | # value) |
| 172 | #max_instances=16 |
Nachi Ueno | 6d580be | 2013-07-24 10:58:11 -0700 | [diff] [blame] | 173 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 174 | # Controller host. (string value) |
| 175 | #controller=<None> |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 176 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 177 | # Controller host. (string value) |
| 178 | #target_controller=<None> |
Attila Fazekas | 0abbc95 | 2013-07-01 19:19:42 +0200 | [diff] [blame] | 179 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 180 | # ssh user. (string value) |
| 181 | #target_ssh_user=<None> |
Chris Yeoh | 7691604 | 2013-02-27 16:25:25 +1030 | [diff] [blame] | 182 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 183 | # Path to private key. (string value) |
| 184 | #target_private_key_path=<None> |
fujioka yuuichi | a11994e | 2013-07-09 11:19:51 +0900 | [diff] [blame] | 185 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 186 | # regexp for list of log files. (string value) |
| 187 | #target_logfiles=<None> |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 188 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 189 | # time (in seconds) between log file error checks. (integer |
| 190 | # value) |
| 191 | #log_check_interval=60 |
ivan-zhu | 8f992be | 2013-07-31 14:56:58 +0800 | [diff] [blame] | 192 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 193 | # The number of threads created while stress test. (integer |
| 194 | # value) |
| 195 | #default_thread_number_per_action=4 |
Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 196 | |
Sean Dague | 8340199 | 2013-05-06 17:46:36 -0400 | [diff] [blame] | 197 | |
Matthew Treinish | 2b5287d | 2013-10-22 17:40:34 +0000 | [diff] [blame] | 198 | [image-feature-enabled] |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 199 | |
| 200 | # |
| 201 | # Options defined in tempest.config |
| 202 | # |
| 203 | |
| 204 | # Is the v2 image API enabled (boolean value) |
| 205 | #api_v2=true |
| 206 | |
| 207 | # Is the v1 image API enabled (boolean value) |
| 208 | #api_v1=true |
| 209 | |
| 210 | |
| 211 | [compute] |
| 212 | |
| 213 | # |
| 214 | # Options defined in tempest.config |
| 215 | # |
| 216 | |
| 217 | # Allows test cases to create/destroy tenants and users. This |
| 218 | # option enables isolated test cases and better parallel |
| 219 | # execution, but also requires that OpenStack Identity API |
| 220 | # admin credentials are known. (boolean value) |
| 221 | #allow_tenant_isolation=false |
| 222 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 223 | # Valid secondary image reference to be used in tests. (string |
| 224 | # value) |
| 225 | #image_ref={$IMAGE_ID} |
| 226 | |
| 227 | # Valid secondary image reference to be used in tests. (string |
| 228 | # value) |
| 229 | #image_ref_alt={$IMAGE_ID_ALT} |
| 230 | |
Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 231 | # Valid primary flavor to use in tests. (string value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 232 | #flavor_ref=1 |
| 233 | |
Ken'ichi Ohmichi | 3577260 | 2013-11-14 15:03:27 +0900 | [diff] [blame] | 234 | # Valid secondary flavor to be used in tests. (string value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 235 | #flavor_ref_alt=2 |
| 236 | |
| 237 | # User name used to authenticate to an instance. (string |
| 238 | # value) |
| 239 | #image_ssh_user=root |
| 240 | |
| 241 | # Password used to authenticate to an instance. (string value) |
| 242 | #image_ssh_password=password |
| 243 | |
| 244 | # User name used to authenticate to an instance using the |
| 245 | # alternate image. (string value) |
| 246 | #image_alt_ssh_user=root |
| 247 | |
| 248 | # Password used to authenticate to an instance using the |
| 249 | # alternate image. (string value) |
| 250 | #image_alt_ssh_password=password |
| 251 | |
| 252 | # Time in seconds between build status checks. (integer value) |
| 253 | #build_interval=10 |
| 254 | |
| 255 | # Timeout in seconds to wait for an instance to build. |
| 256 | # (integer value) |
| 257 | #build_timeout=300 |
| 258 | |
Derek Higgins | 85cd514 | 2013-12-17 17:10:11 +0000 | [diff] [blame^] | 259 | # Should the tests ssh to instances? (boolean value) |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 260 | #run_ssh=false |
| 261 | |
| 262 | # User name used to authenticate to an instance. (string |
| 263 | # value) |
| 264 | #ssh_user=root |
| 265 | |
| 266 | # Timeout in seconds to wait for ping to succeed. (integer |
| 267 | # value) |
| 268 | #ping_timeout=60 |
| 269 | |
| 270 | # Timeout in seconds to wait for authentication to succeed. |
| 271 | # (integer value) |
| 272 | #ssh_timeout=300 |
| 273 | |
| 274 | # Additional wait time for clean state, when there is no OS- |
| 275 | # EXT-STS extension available (integer value) |
| 276 | #ready_wait=0 |
| 277 | |
| 278 | # Timeout in seconds to wait for output from ssh channel. |
| 279 | # (integer value) |
| 280 | #ssh_channel_timeout=60 |
| 281 | |
| 282 | # Visible fixed network name (string value) |
| 283 | #fixed_network_name=private |
| 284 | |
| 285 | # Network used for SSH connections. (string value) |
| 286 | #network_for_ssh=public |
| 287 | |
| 288 | # IP version used for SSH connections. (integer value) |
| 289 | #ip_version_for_ssh=4 |
| 290 | |
| 291 | # Dose the SSH uses Floating IP? (boolean value) |
| 292 | #use_floatingip_for_ssh=true |
| 293 | |
| 294 | # Catalog type of the Compute service. (string value) |
| 295 | #catalog_type=compute |
| 296 | |
| 297 | # The compute region name to use. If empty, the value of |
| 298 | # identity.region is used instead. If no such region is found |
| 299 | # in the service catalog, the first found one is used. (string |
| 300 | # value) |
| 301 | #region= |
| 302 | |
| 303 | # Catalog type of the Compute v3 service. (string value) |
| 304 | #catalog_v3_type=computev3 |
| 305 | |
| 306 | # Path to a private key file for SSH access to remote hosts |
| 307 | # (string value) |
| 308 | #path_to_private_key=<None> |
| 309 | |
| 310 | # Expected device name when a volume is attached to an |
| 311 | # instance (string value) |
| 312 | #volume_device_name=vdb |
| 313 | |
| 314 | # Time in seconds before a shelved instance is eligible for |
| 315 | # removing from a host. -1 never offload, 0 offload when |
| 316 | # shelved. This time should be the same as the time of |
| 317 | # nova.conf, and some tests will run for as long as the time. |
| 318 | # (integer value) |
| 319 | #shelved_offload_time=0 |
| 320 | |
Matthew Treinish | 2b5287d | 2013-10-22 17:40:34 +0000 | [diff] [blame] | 321 | |
Unmesh Gurjar | 4498683 | 2012-05-08 19:57:10 +0530 | [diff] [blame] | 322 | [network] |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 323 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 324 | # |
| 325 | # Options defined in tempest.config |
| 326 | # |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 327 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 328 | # Catalog type of the Neutron service. (string value) |
| 329 | #catalog_type=network |
Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 330 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 331 | # The network region name to use. If empty, the value of |
| 332 | # identity.region is used instead. If no such region is found |
| 333 | # in the service catalog, the first found one is used. (string |
| 334 | # value) |
| 335 | #region= |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 336 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 337 | # The cidr block to allocate tenant networks from (string |
| 338 | # value) |
| 339 | #tenant_network_cidr=10.100.0.0/16 |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 340 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 341 | # The mask bits for tenant networks (integer value) |
| 342 | #tenant_network_mask_bits=28 |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 343 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 344 | # Whether tenant network connectivity should be evaluated |
| 345 | # directly (boolean value) |
| 346 | #tenant_networks_reachable=false |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 347 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 348 | # Id of the public network that provides external connectivity |
| 349 | # (string value) |
| 350 | #public_network_id= |
| 351 | |
| 352 | # Id of the public router that provides external connectivity |
| 353 | # (string value) |
| 354 | #public_router_id= |
| 355 | |
| 356 | |
| 357 | [boto] |
| 358 | |
| 359 | # |
| 360 | # Options defined in tempest.config |
| 361 | # |
| 362 | |
| 363 | # EC2 URL (string value) |
| 364 | #ec2_url=http://localhost:8773/services/Cloud |
| 365 | |
| 366 | # S3 URL (string value) |
| 367 | #s3_url=http://localhost:8080 |
| 368 | |
| 369 | # AWS Secret Key (string value) |
| 370 | #aws_secret=<None> |
| 371 | |
| 372 | # AWS Access Key (string value) |
| 373 | #aws_access=<None> |
| 374 | |
| 375 | # S3 Materials Path (string value) |
| 376 | #s3_materials_path=/opt/stack/devstack/files/images/s3-materials/cirros-0.3.0 |
| 377 | |
| 378 | # ARI Ramdisk Image manifest (string value) |
| 379 | #ari_manifest=cirros-0.3.0-x86_64-initrd.manifest.xml |
| 380 | |
| 381 | # AMI Machine Image manifest (string value) |
| 382 | #ami_manifest=cirros-0.3.0-x86_64-blank.img.manifest.xml |
| 383 | |
| 384 | # AKI Kernel Image manifest (string value) |
| 385 | #aki_manifest=cirros-0.3.0-x86_64-vmlinuz.manifest.xml |
| 386 | |
| 387 | # Instance type (string value) |
| 388 | #instance_type=m1.tiny |
| 389 | |
| 390 | # boto Http socket timeout (integer value) |
| 391 | #http_socket_timeout=3 |
| 392 | |
| 393 | # boto num_retries on error (integer value) |
| 394 | #num_retries=1 |
| 395 | |
| 396 | # Status Change Timeout (integer value) |
| 397 | #build_timeout=60 |
| 398 | |
| 399 | # Status Change Test Interval (integer value) |
| 400 | #build_interval=1 |
| 401 | |
| 402 | |
| 403 | [scenario] |
| 404 | |
| 405 | # |
| 406 | # Options defined in tempest.config |
| 407 | # |
| 408 | |
| 409 | # Directory containing image files (string value) |
| 410 | #img_dir=/opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec |
| 411 | |
| 412 | # AMI image file name (string value) |
| 413 | #ami_img_file=cirros-0.3.1-x86_64-blank.img |
| 414 | |
| 415 | # ARI image file name (string value) |
| 416 | #ari_img_file=cirros-0.3.1-x86_64-initrd |
| 417 | |
| 418 | # AKI image file name (string value) |
| 419 | #aki_img_file=cirros-0.3.1-x86_64-vmlinuz |
| 420 | |
| 421 | # ssh username for the image file (string value) |
| 422 | #ssh_user=cirros |
| 423 | |
| 424 | # specifies how many resources to request at once. Used for |
| 425 | # large operations testing. (integer value) |
| 426 | #large_ops_number=0 |
| 427 | |
| 428 | |
| 429 | [image] |
| 430 | |
| 431 | # |
| 432 | # Options defined in tempest.config |
| 433 | # |
| 434 | |
| 435 | # Catalog type of the Image service. (string value) |
| 436 | #catalog_type=image |
| 437 | |
| 438 | # The image region name to use. If empty, the value of |
| 439 | # identity.region is used instead. If no such region is found |
| 440 | # in the service catalog, the first found one is used. (string |
| 441 | # value) |
| 442 | #region= |
| 443 | |
| 444 | # http accessible image (string value) |
| 445 | #http_image=http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz |
| 446 | |
| 447 | |
| 448 | [compute-admin] |
| 449 | |
| 450 | # |
| 451 | # Options defined in tempest.config |
| 452 | # |
| 453 | |
| 454 | # Administrative Username to use for Nova API requests. |
| 455 | # (string value) |
| 456 | #username=admin |
| 457 | |
| 458 | # Administrative Tenant name to use for Nova API requests. |
| 459 | # (string value) |
| 460 | #tenant_name=admin |
| 461 | |
| 462 | # API key to use when authenticating as admin. (string value) |
| 463 | #password=pass |
| 464 | |
| 465 | |
| 466 | [cli] |
| 467 | |
| 468 | # |
| 469 | # Options defined in tempest.cli |
| 470 | # |
| 471 | |
| 472 | # enable cli tests (boolean value) |
| 473 | #enabled=true |
| 474 | |
| 475 | # directory where python client binaries are located (string |
| 476 | # value) |
| 477 | #cli_dir=/usr/local/bin |
| 478 | |
| 479 | # Number of seconds to wait on a CLI timeout (integer value) |
| 480 | #timeout=15 |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 481 | |
Dan Smith | d6c1f88 | 2013-02-26 15:50:11 -0500 | [diff] [blame] | 482 | |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 483 | [volume] |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 484 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 485 | # |
| 486 | # Options defined in tempest.config |
| 487 | # |
dwalleck | 5d73443 | 2012-10-04 01:11:47 -0500 | [diff] [blame] | 488 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 489 | # Time in seconds between volume availability checks. (integer |
| 490 | # value) |
| 491 | #build_interval=10 |
Matthew Treinish | d5c9602 | 2013-10-17 21:51:23 +0000 | [diff] [blame] | 492 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 493 | # Timeout in seconds to wait for a volume to becomeavailable. |
| 494 | # (integer value) |
| 495 | #build_timeout=300 |
Attila Fazekas | 9492d35 | 2012-12-04 13:55:58 +0100 | [diff] [blame] | 496 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 497 | # Catalog type of the Volume Service (string value) |
| 498 | #catalog_type=volume |
dwalleck | 5d73443 | 2012-10-04 01:11:47 -0500 | [diff] [blame] | 499 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 500 | # The volume region name to use. If empty, the value of |
| 501 | # identity.region is used instead. If no such region is found |
| 502 | # in the service catalog, the first found one is used. (string |
| 503 | # value) |
| 504 | #region= |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 505 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 506 | # Name of the backend1 (must be declared in cinder.conf) |
| 507 | # (string value) |
| 508 | #backend1_name=BACKEND_1 |
Arata Notsu | 8f44039 | 2013-09-13 16:14:20 +0900 | [diff] [blame] | 509 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 510 | # Name of the backend2 (must be declared in cinder.conf) |
| 511 | # (string value) |
| 512 | #backend2_name=BACKEND_2 |
K Jonathan Harker | d6ba4b4 | 2012-12-18 13:50:47 -0800 | [diff] [blame] | 513 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 514 | # Backend protocol to target when creating volume types |
| 515 | # (string value) |
| 516 | #storage_protocol=iSCSI |
Matthew Treinish | 3fdb80c | 2013-08-15 11:13:19 -0400 | [diff] [blame] | 517 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 518 | # Backend vendor to target when creating volume types (string |
| 519 | # value) |
| 520 | #vendor_name=Open Source |
Matthew Treinish | d5c9602 | 2013-10-17 21:51:23 +0000 | [diff] [blame] | 521 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 522 | # Disk format to use when copying a volume to image (string |
| 523 | # value) |
| 524 | #disk_format=raw |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 525 | |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 526 | |
Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 527 | [debug] |
| 528 | |
| 529 | # |
| 530 | # Options defined in tempest.config |
| 531 | # |
| 532 | |
| 533 | # Enable diagnostic commands (boolean value) |
| 534 | #enable=true |
| 535 | |
| 536 | |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 537 | [dashboard] |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 538 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 539 | # |
| 540 | # Options defined in tempest.config |
| 541 | # |
Julie Pichon | d101764 | 2013-07-24 16:37:23 +0100 | [diff] [blame] | 542 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 543 | # Where the dashboard can be found (string value) |
| 544 | #dashboard_url=http://localhost/ |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 545 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 546 | # Login page for the dashboard (string value) |
| 547 | #login_url=http://localhost/auth/login/ |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 548 | |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 549 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 550 | [orchestration] |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 551 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 552 | # |
| 553 | # Options defined in tempest.config |
| 554 | # |
Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 555 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 556 | # Catalog type of the Orchestration service. (string value) |
| 557 | #catalog_type=orchestration |
Joe Gordon | b5e10cd | 2013-07-10 15:51:12 +0000 | [diff] [blame] | 558 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 559 | # The orchestration region name to use. If empty, the value of |
| 560 | # identity.region is used instead. If no such region is found |
| 561 | # in the service catalog, the first found one is used. (string |
| 562 | # value) |
| 563 | #region= |
Matthew Treinish | 4c41292 | 2013-07-16 15:27:42 -0400 | [diff] [blame] | 564 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 565 | # Allows test cases to create/destroy tenants and users. This |
| 566 | # option enables isolated test cases and better parallel |
| 567 | # execution, but also requires that OpenStack Identity API |
| 568 | # admin credentials are known. (boolean value) |
| 569 | #allow_tenant_isolation=false |
Marc Koderer | 32221b8e | 2013-08-23 13:57:50 +0200 | [diff] [blame] | 570 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 571 | # Time in seconds between build status checks. (integer value) |
| 572 | #build_interval=1 |
| 573 | |
| 574 | # Timeout in seconds to wait for a stack to build. (integer |
| 575 | # value) |
| 576 | #build_timeout=300 |
| 577 | |
| 578 | # Instance type for tests. Needs to be big enough for a full |
| 579 | # OS plus the test workload (string value) |
| 580 | #instance_type=m1.micro |
| 581 | |
| 582 | # Name of heat-cfntools enabled image to use when launching |
| 583 | # test instances. (string value) |
| 584 | #image_ref=<None> |
| 585 | |
| 586 | # Name of existing keypair to launch servers with. (string |
| 587 | # value) |
| 588 | #keypair_name=<None> |
| 589 | |
| 590 | # Value must match heat configuration of the same name. |
| 591 | # (integer value) |
| 592 | #max_template_size=524288 |
| 593 | |
| 594 | |
| 595 | [object-storage] |
| 596 | |
| 597 | # |
| 598 | # Options defined in tempest.config |
| 599 | # |
| 600 | |
| 601 | # Catalog type of the Object-Storage service. (string value) |
| 602 | #catalog_type=object-store |
| 603 | |
| 604 | # The object-storage region name to use. If empty, the value |
| 605 | # of identity.region is used instead. If no such region is |
| 606 | # found in the service catalog, the first found one is used. |
| 607 | # (string value) |
| 608 | #region= |
| 609 | |
| 610 | # Number of seconds to time on waiting for a containerto |
| 611 | # container synchronization complete. (integer value) |
| 612 | #container_sync_timeout=120 |
| 613 | |
| 614 | # Number of seconds to wait while looping to check thestatus |
| 615 | # of a container to container synchronization (integer value) |
| 616 | #container_sync_interval=5 |
| 617 | |
| 618 | # Role to add to users created for swift tests to enable |
| 619 | # creating containers (string value) |
| 620 | #operator_role=Member |
| 621 | |
Attila Fazekas | aeeeefd | 2013-08-06 17:01:56 +0200 | [diff] [blame] | 622 | |
Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 623 | [network-feature-enabled] |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 624 | |
| 625 | # |
| 626 | # Options defined in tempest.config |
| 627 | # |
| 628 | |
Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 629 | # A list of enabled extensions with a special entry all which |
| 630 | # indicates every extension is enabled (list value) |
| 631 | #api_extensions=all |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 632 | |
| 633 | |
| 634 | [service_available] |
| 635 | |
| 636 | # |
| 637 | # Options defined in tempest.config |
| 638 | # |
| 639 | |
| 640 | # Whether or not cinder is expected to be available (boolean |
| 641 | # value) |
| 642 | #cinder=true |
| 643 | |
| 644 | # Whether or not neutron is expected to be available (boolean |
| 645 | # value) |
| 646 | #neutron=false |
| 647 | |
| 648 | # Whether or not glance is expected to be available (boolean |
| 649 | # value) |
| 650 | #glance=true |
| 651 | |
| 652 | # Whether or not swift is expected to be available (boolean |
| 653 | # value) |
| 654 | #swift=true |
| 655 | |
| 656 | # Whether or not nova is expected to be available (boolean |
| 657 | # value) |
| 658 | #nova=true |
| 659 | |
| 660 | # Whether or not Heat is expected to be available (boolean |
| 661 | # value) |
| 662 | #heat=false |
| 663 | |
| 664 | # Whether or not Ceilometer is expected to be available |
| 665 | # (boolean value) |
| 666 | #ceilometer=true |
| 667 | |
| 668 | # Whether or not Horizon is expected to be available (boolean |
| 669 | # value) |
| 670 | #horizon=true |
| 671 | |
| 672 | |
| 673 | [compute-feature-enabled] |
| 674 | |
| 675 | # |
| 676 | # Options defined in tempest.config |
| 677 | # |
| 678 | |
| 679 | # If false, skip all nova v3 tests. (boolean value) |
Chris Yeoh | fbc15de | 2013-11-26 10:20:08 +1030 | [diff] [blame] | 680 | #api_v3=true |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 681 | |
| 682 | # If false, skip disk config tests (boolean value) |
| 683 | #disk_config=true |
| 684 | |
Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 685 | # A list of enabled extensions with a special entry all which |
| 686 | # indicates every extension is enabled (list value) |
| 687 | #api_extensions=all |
| 688 | |
| 689 | # A list of enabled v3 extensions with a special entry all |
| 690 | # which indicates every extension is enabled (list value) |
| 691 | #api_v3_extensions=all |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 692 | |
| 693 | # Does the test environment support changing the admin |
| 694 | # password? (boolean value) |
| 695 | #change_password=false |
| 696 | |
| 697 | # Does the test environment support snapshots? (boolean value) |
| 698 | #create_image=false |
| 699 | |
| 700 | # Does the test environment support resizing? (boolean value) |
| 701 | #resize=false |
| 702 | |
| 703 | # Does the test environment support live migration available? |
| 704 | # (boolean value) |
| 705 | #live_migration=false |
| 706 | |
| 707 | # Does the test environment use block devices for live |
| 708 | # migration (boolean value) |
| 709 | #block_migration_for_live_migration=false |
| 710 | |
| 711 | # Does the test environment block migration support cinder |
| 712 | # iSCSI volumes (boolean value) |
| 713 | #block_migrate_cinder_iscsi=false |
| 714 | |
| 715 | |
| 716 | [object-storage-feature-enabled] |
| 717 | |
| 718 | # |
| 719 | # Options defined in tempest.config |
| 720 | # |
| 721 | |
Joe H. Rahme | 3f2d4c6 | 2013-11-19 18:25:31 +0100 | [diff] [blame] | 722 | # Set to True if the Container Quota middleware is enabled |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 723 | # (boolean value) |
| 724 | #container_quotas=true |
| 725 | |
| 726 | # Set to True if the Account Quota middleware is enabled |
| 727 | # (boolean value) |
| 728 | #accounts_quotas=true |
| 729 | |
| 730 | # Set to True if the Crossdomain middleware is enabled |
| 731 | # (boolean value) |
| 732 | #crossdomain=true |
| 733 | |
Joe H. Rahme | 3f2d4c6 | 2013-11-19 18:25:31 +0100 | [diff] [blame] | 734 | # Set to True if the TempURL middleware is enabled (boolean |
| 735 | # value) |
| 736 | #tempurl=true |
| 737 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 738 | |
| 739 | [volume-feature-enabled] |
| 740 | |
| 741 | # |
| 742 | # Options defined in tempest.config |
| 743 | # |
| 744 | |
| 745 | # Runs Cinder multi-backend test (requires 2 backends) |
| 746 | # (boolean value) |
| 747 | #multi_backend=false |
| 748 | |
Matthew Treinish | e3d2614 | 2013-11-26 19:14:58 +0000 | [diff] [blame] | 749 | # A list of enabled extensions with a special entry all which |
| 750 | # indicates every extension is enabled (list value) |
| 751 | #api_extensions=all |
| 752 | |
Matthew Treinish | 3d46811 | 2013-10-24 21:49:14 +0000 | [diff] [blame] | 753 | |