Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 1 | [compute] |
| 2 | image_ref_alt = ${IMAGE_REF2} |
| 3 | min_microversion = 2.1 |
| 4 | max_microversion = latest |
Oleksii Zhurba | 425335a | 2017-12-12 15:31:50 -0600 | [diff] [blame] | 5 | volume_device_name = vdc |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 6 | min_compute_nodes = 3 |
| 7 | endpoint_type = publicURL |
| 8 | ping_timeout = 20 |
| 9 | ping_count = 5 |
| 10 | ssh_timeout = 90 |
| 11 | ssh_channel_timeout = 100 |
| 12 | build_timeout = 120 |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 13 | fixed_network_name = ${FIXED_NET} |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 14 | |
| 15 | [compute-feature-enabled] |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 16 | nova_cert = True |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 17 | personality = True |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 18 | |
| 19 | [identity] |
| 20 | auth_version = v3 |
| 21 | v3_endpoint_type = publicURL |
| 22 | endpoint_type = publicURL |
| 23 | |
| 24 | [image] |
| 25 | build_timeout = 130 |
| 26 | endpoint_type = publicURL |
| 27 | |
| 28 | [image-feature-enabled] |
| 29 | api_v1 = False |
| 30 | |
| 31 | [network] |
| 32 | build_timeout = 120 |
| 33 | endpoint_type = publicURL |
Oleksii Zhurba | 0aa4670 | 2018-02-07 16:17:39 -0600 | [diff] [blame] | 34 | |
| 35 | [network_feature_enabled] |
| 36 | port_security = true |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 37 | |
| 38 | [validation] |
Oleksii Zhurba | d4d789f | 2017-12-14 14:46:25 -0600 | [diff] [blame] | 39 | run_validation = true |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 40 | image_ssh_password = cubswin:) |
| 41 | ssh_timeout = 130 |
| 42 | |
| 43 | [object-storage] |
| 44 | container_sync_timeout = 120 |
| 45 | endpoint_type = publicURL |
| 46 | |
| 47 | [object-storage-feature-enabled] |
| 48 | #for ceph |
| 49 | discoverability = false |
| 50 | |
| 51 | [orchestration] |
| 52 | max_template_size = 5440000 |
| 53 | max_resources_per_stack = 20000 |
| 54 | endpoint_type = publicURL |
| 55 | |
| 56 | [volume] |
Oleksii Zhurba | 425335a | 2017-12-12 15:31:50 -0600 | [diff] [blame] | 57 | min_microversion = 3.0 |
| 58 | max_microversion = latest |
| 59 | build_timeout = 120 |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 60 | storage_protocol = ceph |
| 61 | endpoint_type = publicURL |
| 62 | |
| 63 | [volume-feature-enabled] |
| 64 | api_v3 = true |
| 65 | manage_snapshot = true |
| 66 | backup = False |