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 |
| 5 | min_compute_nodes = 3 |
| 6 | endpoint_type = publicURL |
| 7 | ping_timeout = 20 |
| 8 | ping_count = 5 |
| 9 | ssh_timeout = 90 |
| 10 | ssh_channel_timeout = 100 |
| 11 | build_timeout = 120 |
| 12 | |
| 13 | [compute-feature-enabled] |
| 14 | live_migration = True |
| 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 |
| 32 | |
| 33 | [validation] |
| 34 | image_ssh_password = cubswin:) |
| 35 | ssh_timeout = 130 |
| 36 | |
| 37 | [object-storage] |
| 38 | container_sync_timeout = 120 |
| 39 | endpoint_type = publicURL |
| 40 | |
| 41 | [object-storage-feature-enabled] |
| 42 | #for ceph |
| 43 | discoverability = false |
| 44 | |
| 45 | [orchestration] |
| 46 | max_template_size = 5440000 |
| 47 | max_resources_per_stack = 20000 |
| 48 | endpoint_type = publicURL |
| 49 | |
| 50 | [volume] |
| 51 | storage_protocol = ceph |
| 52 | endpoint_type = publicURL |
| 53 | |
| 54 | [volume-feature-enabled] |
| 55 | api_v3 = true |
| 56 | manage_snapshot = true |
| 57 | backup = False |