Dmitrii Kabanov | 8cfe43e | 2017-11-10 02:00:47 -0800 | [diff] [blame] | 1 | [DEFAULT] |
| 2 | debug = True |
| 3 | use_stderr = False |
| 4 | log_file = |
| 5 | |
| 6 | [auth] |
| 7 | use_dynamic_credentials = True |
| 8 | admin_username = admin |
| 9 | admin_password = kwpOShwMRUQq25L3 |
| 10 | admin_project_name = admin |
| 11 | admin_domain_name = Default |
| 12 | |
| 13 | [compute] |
| 14 | image_ref = |
| 15 | image_ref_alt = |
| 16 | flavor_ref = |
| 17 | flavor_ref_alt = |
| 18 | fixed_network_name = |
| 19 | |
| 20 | [compute-feature-enabled] |
| 21 | live_migration = False |
| 22 | resize = True |
| 23 | vnc_console = True |
| 24 | attach_encrypted_volume = False |
| 25 | |
| 26 | [data-processing] |
| 27 | |
| 28 | [identity] |
| 29 | region = RegionOne |
| 30 | auth_version = v2 |
| 31 | uri = |
| 32 | uri_v3 = |
| 33 | disable_ssl_certificate_validation = False |
| 34 | ca_certificates_file = |
| 35 | |
| 36 | [image-feature-enabled] |
| 37 | deactivate_image = True |
| 38 | |
| 39 | [input-scenario] |
| 40 | ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"], ["^.*[Tt]est[VvMm].*$", "cirros"], ["^.*rally_verify.*$", "cirros"]] |
| 41 | |
| 42 | [network] |
| 43 | public_network_id = |
| 44 | floating_network_name = |
| 45 | |
| 46 | [network-feature-enabled] |
| 47 | ipv6_subnet_attributes = True |
| 48 | ipv6 = True |
| 49 | api_extensions = contrail,ipam,security-group,network-ip-availability,timestamp_core,auto-allocated-topology,port-security,binding,provider,agent,quotas,route-table,tag,rbac-policies,external-net,policy,router,allowed-address-pairs,extra_dhcp_opt,standard-attr-description |
| 50 | |
| 51 | [object-storage] |
| 52 | operator_role = Member |
| 53 | reseller_admin_role = ResellerAdmin |
| 54 | |
| 55 | [oslo_concurrency] |
| 56 | lock_path = |
| 57 | |
| 58 | [orchestration] |
| 59 | instance_type = |
| 60 | stack_owner_role = heat_stack_owner |
| 61 | stack_user_role = heat_stack_user |
| 62 | |
| 63 | [scenario] |
| 64 | img_dir = |
| 65 | img_file = |
| 66 | |
| 67 | [service_available] |
| 68 | cinder = True |
| 69 | glance = True |
| 70 | heat = True |
| 71 | ironic = False |
| 72 | neutron = True |
| 73 | nova = True |
| 74 | sahara = False |
| 75 | swift = False |
| 76 | |
| 77 | [validation] |
| 78 | run_validation = True |
| 79 | image_ssh_user = cirros |
| 80 | connect_method = floating |
| 81 | |
| 82 | [volume-feature-enabled] |
| 83 | bootable = True |
| 84 | |