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 |
| 13 | |
| 14 | [compute-feature-enabled] |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 15 | nova_cert = True |
| 16 | |
| 17 | [identity] |
| 18 | auth_version = v3 |
| 19 | v3_endpoint_type = publicURL |
| 20 | endpoint_type = publicURL |
| 21 | |
| 22 | [image] |
| 23 | build_timeout = 130 |
| 24 | endpoint_type = publicURL |
| 25 | |
| 26 | [image-feature-enabled] |
| 27 | api_v1 = False |
| 28 | |
| 29 | [network] |
| 30 | build_timeout = 120 |
| 31 | endpoint_type = publicURL |
Oleksii Zhurba | 425335a | 2017-12-12 15:31:50 -0600 | [diff] [blame^] | 32 | public_network_id = ${PUBLIC_NETWORK_ID} |
| 33 | floating_network_name = ${PUBLIC_NETWORK_NAME} |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 34 | |
| 35 | [validation] |
| 36 | image_ssh_password = cubswin:) |
| 37 | ssh_timeout = 130 |
| 38 | |
| 39 | [object-storage] |
| 40 | container_sync_timeout = 120 |
| 41 | endpoint_type = publicURL |
| 42 | |
| 43 | [object-storage-feature-enabled] |
| 44 | #for ceph |
| 45 | discoverability = false |
| 46 | |
| 47 | [orchestration] |
| 48 | max_template_size = 5440000 |
| 49 | max_resources_per_stack = 20000 |
| 50 | endpoint_type = publicURL |
| 51 | |
| 52 | [volume] |
Oleksii Zhurba | 425335a | 2017-12-12 15:31:50 -0600 | [diff] [blame^] | 53 | min_microversion = 3.0 |
| 54 | max_microversion = latest |
| 55 | build_timeout = 120 |
Oleksii Zhurba | b9133f7 | 2017-11-15 17:53:02 -0600 | [diff] [blame] | 56 | storage_protocol = ceph |
| 57 | endpoint_type = publicURL |
| 58 | |
| 59 | [volume-feature-enabled] |
| 60 | api_v3 = true |
| 61 | manage_snapshot = true |
| 62 | backup = False |