Daryl Walleck | 587385b | 2012-03-03 13:00:26 -0600 | [diff] [blame] | 1 | [identity] |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 2 | # This section contains configuration options that a variety of Tempest |
| 3 | # test clients use when authenticating with different user/tenant |
| 4 | # combinations |
| 5 | |
chris fattarsi | 8ed39ac | 2012-04-30 14:11:27 -0700 | [diff] [blame] | 6 | # The type of endpoint for a Identity service. Unless you have a |
| 7 | # custom Keystone service catalog implementation, you probably want to leave |
| 8 | # this value as "identity" |
| 9 | catalog_type = identity |
Jay Pipes | cd8eaec | 2013-01-16 21:03:48 -0500 | [diff] [blame] | 10 | # Ignore SSL certificate validation failures? Use when in testing |
| 11 | # environments that have self-signed SSL certs. |
| 12 | disable_ssl_certificate_validation = False |
Jay Pipes | 7c88eb2 | 2013-01-16 21:32:43 -0500 | [diff] [blame] | 13 | # URL for where to find the OpenStack Identity API endpoint (Keystone) |
| 14 | uri = http://127.0.0.1:5000/v2.0/ |
Brant Knudson | c7ca334 | 2013-03-28 21:08:50 -0500 | [diff] [blame] | 15 | # URL for where to find the OpenStack V3 Identity API endpoint (Keystone) |
| 16 | uri_v3 = http://127.0.0.1:5000/v3/ |
K Jonathan Harker | d6ba4b4 | 2012-12-18 13:50:47 -0800 | [diff] [blame] | 17 | # The identity region |
| 18 | region = RegionOne |
Daryl Walleck | 587385b | 2012-03-03 13:00:26 -0600 | [diff] [blame] | 19 | |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 20 | # This should be the username of a user WITHOUT administrative privileges |
| 21 | username = demo |
| 22 | # The above non-administrative user's password |
| 23 | password = secret |
| 24 | # The above non-administrative user's tenant name |
| 25 | tenant_name = demo |
| 26 | |
| 27 | # This should be the username of an alternate user WITHOUT |
| 28 | # administrative privileges |
| 29 | alt_username = alt_demo |
| 30 | # The above non-administrative user's password |
| 31 | alt_password = secret |
| 32 | # The above non-administrative user's tenant name |
| 33 | alt_tenant_name = alt_demo |
| 34 | |
| 35 | # This should be the username of a user WITH administrative privileges |
| 36 | admin_username = admin |
Maru Newby | 28c1dce | 2013-04-08 20:02:06 +0000 | [diff] [blame] | 37 | # The above administrative user's password |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 38 | admin_password = secret |
Maru Newby | 28c1dce | 2013-04-08 20:02:06 +0000 | [diff] [blame] | 39 | # The above administrative user's tenant name |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 40 | admin_tenant_name = admin |
| 41 | |
Daryl Walleck | 587385b | 2012-03-03 13:00:26 -0600 | [diff] [blame] | 42 | [compute] |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 43 | # This section contains configuration options used when executing tests |
| 44 | # against the OpenStack Compute API. |
| 45 | |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 46 | # Allows test cases to create/destroy tenants and users. This option |
| 47 | # enables isolated test cases and better parallel execution, |
| 48 | # but also requires that OpenStack Identity API admin credentials |
| 49 | # are known. |
| 50 | allow_tenant_isolation = true |
| 51 | |
Dan Smith | d6ff6b7 | 2012-08-23 10:29:41 -0700 | [diff] [blame] | 52 | # Allows test cases to create/destroy tenants and users. This option |
| 53 | # enables isolated test cases and better parallel execution, |
| 54 | # but also requires that OpenStack Identity API admin credentials |
| 55 | # are known. |
| 56 | allow_tenant_reuse = true |
| 57 | |
Daryl Walleck | 587385b | 2012-03-03 13:00:26 -0600 | [diff] [blame] | 58 | # Reference data for tests. The ref and ref_alt should be |
| 59 | # distinct images/flavors. |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 60 | image_ref = {$IMAGE_ID} |
| 61 | image_ref_alt = {$IMAGE_ID_ALT} |
| 62 | flavor_ref = 1 |
| 63 | flavor_ref_alt = 2 |
| 64 | |
Maru Newby | af292e8 | 2013-05-20 21:32:28 +0000 | [diff] [blame] | 65 | # User names used to authenticate to an instance for a given image. |
| 66 | image_ssh_user = root |
| 67 | image_alt_ssh_user = root |
| 68 | |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 69 | # Number of seconds to wait while looping to check the status of an |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 70 | # instance that is building. |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 71 | build_interval = 10 |
| 72 | |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 73 | # Number of seconds to time out on waiting for an instance |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 74 | # to build or reach an expected status |
| 75 | build_timeout = 600 |
| 76 | |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 77 | # Run additional tests that use SSH for instance validation? |
| 78 | # This requires the instances be routable from the host |
| 79 | # executing the tests |
| 80 | run_ssh = false |
| 81 | |
| 82 | # Name of a user used to authenticated to an instance |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 83 | ssh_user = cirros |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 84 | |
Attila Fazekas | b066165 | 2013-05-08 13:01:36 +0200 | [diff] [blame] | 85 | # Visible fixed network name |
| 86 | fixed_network_name = private |
| 87 | |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 88 | # Network id used for SSH (public, private, etc) |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 89 | network_for_ssh = private |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 90 | |
| 91 | # IP version of the address used for SSH |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 92 | ip_version_for_ssh = 4 |
Daryl Walleck | 6b9b288 | 2012-04-08 21:43:39 -0500 | [diff] [blame] | 93 | |
| 94 | # Number of seconds to wait to authenticate to an instance |
| 95 | ssh_timeout = 300 |
| 96 | |
Chris Yeoh | 7691604 | 2013-02-27 16:25:25 +1030 | [diff] [blame] | 97 | # Number of seconds to wait for output from ssh channel |
| 98 | ssh_channel_timeout = 60 |
| 99 | |
fujioka yuuichi | a11994e | 2013-07-09 11:19:51 +0900 | [diff] [blame] | 100 | # Dose the SSH uses Floating IP? |
| 101 | use_floatingip_for_ssh = True |
| 102 | |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 103 | # The type of endpoint for a Compute API service. Unless you have a |
| 104 | # custom Keystone service catalog implementation, you probably want to leave |
| 105 | # this value as "compute" |
| 106 | catalog_type = compute |
| 107 | |
| 108 | # Does the Compute API support creation of images? |
| 109 | create_image_enabled = true |
| 110 | |
David Kranz | 30fe84a | 2012-03-20 16:25:47 -0400 | [diff] [blame] | 111 | # For resize to work with libvirt/kvm, one of the following must be true: |
| 112 | # Single node: allow_resize_to_same_host=True must be set in nova.conf |
| 113 | # Cluster: the 'nova' user must have scp access between cluster nodes |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 114 | resize_available = true |
Daryl Walleck | e5b83d4 | 2011-11-10 14:39:02 -0600 | [diff] [blame] | 115 | |
David Kranz | f97d5fd | 2012-07-30 13:46:45 -0400 | [diff] [blame] | 116 | # Does the compute API support changing the admin password? |
| 117 | change_password_available=true |
| 118 | |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 119 | # Run live migration tests (requires 2 hosts) |
| 120 | live_migration_available = false |
| 121 | |
| 122 | # Use block live migration (Otherwise, non-block migration will be |
| 123 | # performed, which requires XenServer pools in case of using XS) |
| 124 | use_block_migration_for_live_migration = false |
| 125 | |
Bob Ball | c078be9 | 2013-04-09 14:25:00 +0100 | [diff] [blame] | 126 | # Supports iSCSI block migration - depends on a XAPI supporting |
| 127 | # relax-xsm-sr-check |
| 128 | block_migrate_supports_cinder_iscsi = false |
| 129 | |
Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 130 | # When set to false, disk config tests are forced to skip |
| 131 | disk_config_enabled = true |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 132 | |
Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 133 | # When set to false, flavor extra data tests are forced to skip |
| 134 | flavor_extra_enabled = true |
Attila Fazekas | 3ca1fb3 | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 135 | |
| 136 | [whitebox] |
| 137 | # Whitebox options for compute. Whitebox options enable the |
| 138 | # whitebox test cases, which look at internal Nova database state, |
| 139 | # SSH into VMs to check instance state, etc. |
| 140 | |
Jay Pipes | 051075a | 2012-04-28 17:39:37 -0400 | [diff] [blame] | 141 | # Should we run whitebox tests for Compute? |
| 142 | whitebox_enabled = true |
| 143 | |
| 144 | # Path of nova source directory |
| 145 | source_dir = /opt/stack/nova |
| 146 | |
| 147 | # Path of nova configuration file |
| 148 | config_path = /etc/nova/nova.conf |
| 149 | |
| 150 | # Directory containing nova binaries such as nova-manage |
| 151 | bin_dir = /usr/local/bin |
| 152 | |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 153 | # Connection string to the database of Compute service |
| 154 | db_uri = mysql://nova:secret@localhost/nova |
| 155 | |
Jay Pipes | 051075a | 2012-04-28 17:39:37 -0400 | [diff] [blame] | 156 | # Path to a private key file for SSH access to remote hosts |
| 157 | path_to_private_key = /home/user/.ssh/id_rsa |
| 158 | |
Attila Fazekas | cadcb1f | 2013-01-21 23:10:53 +0100 | [diff] [blame] | 159 | [compute-admin] |
| 160 | # This should be the username of a user WITH administrative privileges |
| 161 | # If not defined the admin user from the identity section will be used |
| 162 | username = |
| 163 | # The above administrative user's password |
| 164 | password = |
| 165 | # The above administrative user's tenant name |
| 166 | tenant_name = |
Armando Migliaccio | b8cc220 | 2012-12-12 17:20:51 +0000 | [diff] [blame] | 167 | |
Eoghan Glynn | 4b10c7c | 2012-03-01 13:13:35 -0500 | [diff] [blame] | 168 | [image] |
Jay Pipes | 3f981df | 2012-03-27 18:59:44 -0400 | [diff] [blame] | 169 | # This section contains configuration options used when executing tests |
| 170 | # against the OpenStack Images API |
| 171 | |
Jay Pipes | ad6feca | 2012-04-30 15:10:18 -0400 | [diff] [blame] | 172 | # The type of endpoint for an Image API service. Unless you have a |
| 173 | # custom Keystone service catalog implementation, you probably want to leave |
| 174 | # this value as "image" |
| 175 | catalog_type = image |
| 176 | |
| 177 | # The version of the OpenStack Images API to use |
| 178 | api_version = 1 |
| 179 | |
Sean Dague | 8340199 | 2013-05-06 17:46:36 -0400 | [diff] [blame] | 180 | # HTTP image to use for glance http image testing |
| 181 | http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz |
| 182 | |
Unmesh Gurjar | 4498683 | 2012-05-08 19:57:10 +0530 | [diff] [blame] | 183 | [network] |
| 184 | # This section contains configuration options used when executing tests |
| 185 | # against the OpenStack Network API. |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 186 | |
Mark McClain | f2982e8 | 2013-07-06 17:48:03 -0400 | [diff] [blame] | 187 | # Version of the Neutron API |
Unmesh Gurjar | 4498683 | 2012-05-08 19:57:10 +0530 | [diff] [blame] | 188 | api_version = v1.1 |
Mark McClain | f2982e8 | 2013-07-06 17:48:03 -0400 | [diff] [blame] | 189 | # Catalog type of the Neutron Service |
Unmesh Gurjar | 4498683 | 2012-05-08 19:57:10 +0530 | [diff] [blame] | 190 | catalog_type = network |
Jay Pipes | f38eaac | 2012-06-21 13:37:35 -0400 | [diff] [blame] | 191 | |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 192 | # A large private cidr block from which to allocate smaller blocks for |
| 193 | # tenant networks. |
| 194 | tenant_network_cidr = 10.100.0.0/16 |
| 195 | |
| 196 | # The mask bits used to partition the tenant block. |
Gavin Brebner | 516487b | 2013-03-14 13:43:21 +0000 | [diff] [blame] | 197 | tenant_network_mask_bits = 28 |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 198 | |
| 199 | # If tenant networks are reachable, connectivity checks will be |
| 200 | # performed directly against addresses on those networks. |
| 201 | tenant_networks_reachable = false |
| 202 | |
| 203 | # Id of the public network that provides external connectivity. |
Maru Newby | 22ec5d9 | 2012-12-19 02:57:04 +0000 | [diff] [blame] | 204 | public_network_id = {$PUBLIC_NETWORK_ID} |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 205 | |
| 206 | # Id of a shared public router that provides external connectivity. |
| 207 | # A shared public router would commonly be used where IP namespaces |
| 208 | # were disabled. If namespaces are enabled, it would be preferable |
| 209 | # for each tenant to have their own router. |
Maru Newby | 22ec5d9 | 2012-12-19 02:57:04 +0000 | [diff] [blame] | 210 | public_router_id = {$PUBLIC_ROUTER_ID} |
Maru Newby | 81f07a0 | 2012-09-05 20:21:19 -0700 | [diff] [blame] | 211 | |
Mark McClain | f2982e8 | 2013-07-06 17:48:03 -0400 | [diff] [blame] | 212 | # Whether or not neutron is expected to be available |
| 213 | neutron_available = false |
Dan Smith | d6c1f88 | 2013-02-26 15:50:11 -0500 | [diff] [blame] | 214 | |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 215 | [volume] |
Joe Gordon | 979da33 | 2012-11-27 11:46:59 -0800 | [diff] [blame] | 216 | # This section contains the configuration options used when executing tests |
Rohit Karajgi | dd47d7e | 2012-07-31 04:11:01 -0700 | [diff] [blame] | 217 | # against the OpenStack Block Storage API service |
| 218 | |
| 219 | # The type of endpoint for a Cinder or Block Storage API service. |
| 220 | # Unless you have a custom Keystone service catalog implementation, you |
| 221 | # probably want to leave this value as "volume" |
| 222 | catalog_type = volume |
| 223 | # Number of seconds to wait while looping to check the status of a |
| 224 | # volume that is being made available |
| 225 | build_interval = 10 |
| 226 | # Number of seconds to time out on waiting for a volume |
| 227 | # to be available or reach an expected status |
| 228 | build_timeout = 300 |
Giulio Fidente | f4fa894 | 2013-05-28 18:48:03 +0200 | [diff] [blame] | 229 | # Runs Cinder multi-backend tests (requires 2 backends declared in cinder.conf) |
Jérôme Gallard | 86551ce | 2013-03-08 11:41:26 +0100 | [diff] [blame] | 230 | # They must have different volume_backend_name (backend1_name and backend2_name |
| 231 | # have to be different) |
| 232 | multi_backend_enabled = false |
Giulio Fidente | f4fa894 | 2013-05-28 18:48:03 +0200 | [diff] [blame] | 233 | backend1_name = BACKEND_1 |
| 234 | backend2_name = BACKEND_2 |
Adam Gandelman | 827ad33 | 2013-06-24 17:04:09 -0700 | [diff] [blame] | 235 | # Protocol and vendor of volume backend to target when testing volume-types. |
| 236 | # You should update to reflect those exported by configured backend driver. |
| 237 | storage_protocol = iSCSI |
| 238 | vendor_name = Open Source |
dwalleck | 5d73443 | 2012-10-04 01:11:47 -0500 | [diff] [blame] | 239 | |
| 240 | [object-storage] |
| 241 | # This section contains configuration options used when executing tests |
| 242 | # against the OpenStack Object Storage API. |
Attila Fazekas | 9492d35 | 2012-12-04 13:55:58 +0100 | [diff] [blame] | 243 | |
| 244 | # You can configure the credentials in the compute section |
dwalleck | 5d73443 | 2012-10-04 01:11:47 -0500 | [diff] [blame] | 245 | |
| 246 | # The type of endpoint for an Object Storage API service. Unless you have a |
| 247 | # custom Keystone service catalog implementation, you probably want to leave |
| 248 | # this value as "object-store" |
| 249 | catalog_type = object-store |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 250 | |
nayna-patel | b4989b3 | 2013-01-09 06:25:13 +0000 | [diff] [blame] | 251 | # Number of seconds to time on waiting for a container to container |
| 252 | # synchronization complete |
| 253 | container_sync_timeout = 120 |
| 254 | # Number of seconds to wait while looping to check the status of a |
| 255 | # container to container synchronization |
| 256 | container_sync_interval = 5 |
K Jonathan Harker | d6ba4b4 | 2012-12-18 13:50:47 -0800 | [diff] [blame] | 257 | |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 258 | [boto] |
| 259 | # This section contains configuration options used when executing tests |
| 260 | # with boto. |
| 261 | |
| 262 | # EC2 URL |
| 263 | ec2_url = http://localhost:8773/services/Cloud |
| 264 | # S3 URL |
| 265 | s3_url = http://localhost:3333 |
| 266 | |
| 267 | # Use keystone ec2-* command to get those values for your test user and tenant |
| 268 | aws_access = |
| 269 | aws_secret = |
| 270 | |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 271 | #Image materials for S3 upload |
| 272 | # ALL content of the specified directory will be uploaded to S3 |
Chris Yeoh | 7691604 | 2013-02-27 16:25:25 +1030 | [diff] [blame] | 273 | s3_materials_path = /opt/stack/devstack/files/images/s3-materials/cirros-0.3.1 |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 274 | |
| 275 | # The manifest.xml files, must be in the s3_materials_path directory |
| 276 | # Subdirectories not allowed! |
| 277 | # The filenames will be used as a Keys in the S3 Buckets |
| 278 | |
| 279 | #ARI Ramdisk manifest. Must be in the above s3_materials_path |
Chris Yeoh | 7691604 | 2013-02-27 16:25:25 +1030 | [diff] [blame] | 280 | ari_manifest = cirros-0.3.1-x86_64-initrd.manifest.xml |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 281 | |
| 282 | #AMI Machine Image manifest. Must be in the above s3_materials_path |
Chris Yeoh | 7691604 | 2013-02-27 16:25:25 +1030 | [diff] [blame] | 283 | ami_manifest = cirros-0.3.1-x86_64-blank.img.manifest.xml |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 284 | |
| 285 | #AKI Kernel Image manifest, Must be in the above s3_materials_path |
Chris Yeoh | 7691604 | 2013-02-27 16:25:25 +1030 | [diff] [blame] | 286 | aki_manifest = cirros-0.3.1-x86_64-vmlinuz.manifest.xml |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 287 | |
| 288 | #Instance type |
| 289 | instance_type = m1.tiny |
| 290 | |
| 291 | #TCP/IP connection timeout |
| 292 | http_socket_timeout = 5 |
| 293 | |
Attila Fazekas | f7f2d93 | 2012-12-13 09:14:38 +0100 | [diff] [blame] | 294 | #Number of retries actions on connection or 5xx error |
| 295 | num_retries = 1 |
| 296 | |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 297 | # Status change wait timout |
| 298 | build_timeout = 120 |
| 299 | |
| 300 | # Status change wait interval |
| 301 | build_interval = 1 |
Steve Baker | c60e4e3 | 2013-05-06 15:22:41 +1200 | [diff] [blame] | 302 | |
| 303 | [orchestration] |
| 304 | # Status change wait interval |
| 305 | build_interval = 1 |
| 306 | |
| 307 | # Status change wait timout. This may vary across environments as some some |
| 308 | # tests spawn full VMs, which could be slow if the test is already in a VM. |
| 309 | build_timeout = 300 |
| 310 | |
| 311 | # Whether or not Heat is expected to be available |
| 312 | heat_available = false |
| 313 | |
| 314 | # Instance type for tests. Needs to be big enough for a |
| 315 | # full OS plus the test workload |
Steve Baker | 9e86b83 | 2013-05-22 15:40:28 +1200 | [diff] [blame] | 316 | instance_type = m1.micro |
Steve Baker | c60e4e3 | 2013-05-06 15:22:41 +1200 | [diff] [blame] | 317 | |
| 318 | # Name of heat-cfntools enabled image to use when launching test instances |
| 319 | # If not specified, tests that spawn instances will not run |
| 320 | #image_ref = ubuntu-vm-heat-cfntools |
| 321 | |
| 322 | # Name of existing keypair to launch servers with. The default is not to specify |
| 323 | # any key, which will generate a keypair for each test class |
| 324 | #keypair_name = heat_key |
Masayuki Igawa | 73d9f3a | 2013-05-24 10:30:01 +0900 | [diff] [blame] | 325 | |
| 326 | [scenario] |
| 327 | # Directory containing image files |
| 328 | img_dir = /opt/stack/new/devstack/files/images/cirros-0.3.1-x86_64-uec |
| 329 | |
| 330 | # AMI image file name |
| 331 | ami_img_file = cirros-0.3.1-x86_64-blank.img |
| 332 | |
| 333 | # ARI image file name |
| 334 | ari_img_file = cirros-0.3.1-x86_64-initrd |
| 335 | |
| 336 | # AKI image file name |
| 337 | aki_img_file = cirros-0.3.1-x86_64-vmlinuz |
| 338 | |
| 339 | # ssh username for the image file |
| 340 | ssh_user = cirros |
Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 341 | |
Joe Gordon | b5e10cd | 2013-07-10 15:51:12 +0000 | [diff] [blame] | 342 | # specifies how many resources to request at once. Used for large operations |
| 343 | # testing." |
| 344 | large_ops_number = 0 |
| 345 | |
Mikhail S Medvedev | 13168d0 | 2013-06-24 16:13:40 -0500 | [diff] [blame] | 346 | [cli] |
Attila Fazekas | 8695073 | 2013-06-08 09:33:08 +0200 | [diff] [blame] | 347 | # Enable cli tests |
| 348 | enabled = True |
| 349 | # directory where python client binaries are located |
Mikhail S Medvedev | 13168d0 | 2013-06-24 16:13:40 -0500 | [diff] [blame] | 350 | cli_dir = /usr/local/bin |