Advertisement
Guest User

Untitled

a guest
Nov 26th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. [DEFAULT]
  2. debug = false
  3. use_stderr = false
  4. log_file = tempest.log
  5.  
  6. [auth]
  7. tempest_roles = _member_
  8. admin_username = admin
  9. admin_project_name = admin
  10. admin_domain_name = Default
  11.  
  12. [compute]
  13. image_ssh_user = cirros
  14. flavor_ref = 2f74adb3-9593-43d8-8d28-3bb53c84fb65
  15. flavor_ref_alt = 00f9a580-18bf-4ec0-969d-41e6001b74a1
  16. image_ref = fb9811c1-8148-43f3-bc86-a0e637fffc0e
  17. image_ref_alt = 1f715bc2-ee01-4050-9f1e-d78571fc1613
  18.  
  19. [identity]
  20. username = demo
  21. tenant_name = demo
  22. password = secrete
  23. alt_username = alt_demo
  24. alt_tenant_name = alt_demo
  25. alt_password = secrete
  26. admin_username = admin
  27. admin_tenant_name = admin
  28. admin_domain_name = Default
  29. disable_ssl_certificate_validation = true
  30. admin_password = wJoEhgtRRwLP9iJAHoRmjHYMd
  31. uri = http://192.168.24.9:5000/v3
  32. region = regionOne
  33. auth_version = v3
  34. uri_v3 = http://192.168.24.9:5000/v3
  35. admin_tenant_id = 9bdefb87c98240efac17fab1529f8294
  36.  
  37. [object-storage]
  38. operator_role = SwiftOperator
  39.  
  40. [data-processing]
  41.  
  42. [orchestration]
  43.  
  44. [scenario]
  45. img_dir = etc
  46. img_file = cirros-0.3.5-x86_64-disk.img
  47.  
  48. [oslo_concurrency]
  49. lock_path = /tmp
  50.  
  51. [volume-feature-enabled]
  52. bootable = true
  53. volume_services = true
  54. api_v2 = True
  55. api_v3 = True
  56. api_extensions =
  57. backup = False
  58.  
  59. [compute-feature-enabled]
  60. live_migration = false
  61. live_migrate_paused_instances = true
  62. preserve_ports = true
  63. api_extensions = NMN,OS-DCF,OS-EXT-AZ,OS-EXT-IMG-SIZE,OS-EXT-IPS,OS-EXT-IPS-MAC,OS-EXT-SRV-ATTR,OS-EXT-STS,OS-FLV-DISABLED,OS-FLV-EXT-DATA,OS-SCH-HNT,OS-SRV-USG,os-access-ips,os-admin-actions,os-admin-password,os-agents,os-aggregates,os-assisted-volume-snapshots,os-attach-interfaces,os-availability-zone,os-baremetal-ext-status,os-baremetal-nodes,os-block-device-mapping,os-block-device-mapping-v2-boot,os-cell-capacities,os-cells,os-certificates,os-cloudpipe,os-cloudpipe-update,os-config-drive,os-console-auth-tokens,os-console-output,os-consoles,os-create-backup,os-create-server-ext,os-deferred-delete,os-evacuate,os-extended-evacuate-find-host,os-extended-floating-ips,os-extended-hypervisors,os-extended-networks,os-extended-quotas,os-extended-rescue-with-image,os-extended-services,os-extended-services-delete,os-extended-status,os-extended-volumes,os-fixed-ips,os-flavor-access,os-flavor-extra-specs,os-flavor-manage,os-flavor-rxtx,os-flavor-swap,os-floating-ip-dns,os-floating-ip-pools,os-floating-ips,os-floating-ips-bulk,os-fping,os-hide-server-addresses,os-hosts,os-hypervisor-status,os-hypervisors,os-instance-actions,os-instance_usage_audit_log,os-keypairs,os-lock-server,os-migrate-server,os-migrations,os-multiple-create,os-networks,os-networks-associate,os-pause-server,os-personality,os-preserve-ephemeral-rebuild,os-quota-class-sets,os-quota-sets,os-rescue,os-security-group-default-rules,os-security-groups,os-server-diagnostics,os-server-external-events,os-server-group-quotas,os-server-groups,os-server-list-multi-status,os-server-password,os-server-sort-keys,os-server-start-stop,os-services,os-shelve,os-simple-tenant-usage,os-suspend-server,os-tenant-networks,os-used-limits,os-used-limits-for-admin,os-user-data,os-user-quotas,os-virtual-interfaces,os-volume-attachment-update,os-volumes
  64.  
  65. [network-feature-enabled]
  66. ipv6_subnet_attributes = true
  67. api_extensions = default-subnetpools,qos,availability_zone,network_availability_zone,auto-allocated-topology,ext-gw-mode,binding,agent,subnet_allocation,dhcp_agent_scheduler,trunk-details,address-scope,external-net,standard-attr-tag,flavors,segment,net-mtu,network-ip-availability,qos-default,quotas,revision-if-match,availability_zone_filter,l3-ha,filter-validation,subnet-segmentid-writable,multi-provider,quota_details,l2_adjacency,trunk,extraroute,net-mtu-writable,empty-string-filtering,subnet-service-types,port-mac-address-regenerate,standard-attr-timestamp,provider,service-type,qos-rule-type-details,l3-flavors,port-security,extra_dhcp_opt,port-security-groups-filtering,standard-attr-revisions,pagination,sorting,standard-attr-segment,segments-peer-subnet-host-routes,security-group,l3_agent_scheduler,fip-port-details,router_availability_zone,rbac-policies,project-id,qos-bw-limit-direction,standard-attr-description,ip-substring-filtering,router,allowed-address-pairs,ip_allocation,qos-fip,binding-extended
  68.  
  69. [validation]
  70. image_ssh_user = cirros
  71.  
  72. [service_available]
  73. glance = True
  74. manila = False
  75. cinder = True
  76. swift = True
  77. sahara = False
  78. panko = True
  79. nova = True
  80. neutron = True
  81. trove = False
  82. ceilometer = True
  83. ironic = False
  84. heat = True
  85. zaqar = False
  86. gnocchi = True
  87. aodh = True
  88. aodh_plugin = True
  89. horizon = True
  90.  
  91. [image-feature-enabled]
  92. api_v1 = False
  93. api_v2 = True
  94.  
  95. [identity-feature-enabled]
  96. api_v2 = False
  97. api_v3 = True
  98. api_extensions = ,https:
  99.  
  100. [object-storage-feature-enabled]
  101. discoverable_apis = formpost,bulk_delete,versioned_writes,container_quotas,tempurl,bulk_upload,s3api,ratelimit,slo,account_quotas,staticweb
  102.  
  103. [dashboard]
  104. dashboard_url = http://192.168.24.9/dashboard/
  105. login_url = http://192.168.24.9/dashboard/auth/login/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement