Skip to content

Instantly share code, notes, and snippets.

/-

Created August 15, 2016 19:00
Show Gist options
  • Save anonymous/f6c4ce47c5e641826eca5215d4fdc155 to your computer and use it in GitHub Desktop.
Save anonymous/f6c4ce47c5e641826eca5215d4fdc155 to your computer and use it in GitHub Desktop.
[DEFAULT]
debug = True
log_file = tempest.log
use_stderr = False
[auth]
use_dynamic_credentials = True
admin_username = admin
admin_password = ****************
admin_project_name = admin
admin_domain_name = default
tempest_roles = "user"
default_credentials_domain_name = "testing"
[compute]
image_ref = 5dc6f6bd-3311-4386-97d5-509ff6f1c5d7
image_ref_alt = 5dc6f6bd-3311-4386-97d5-509ff6f1c5d7
flavor_ref = "gp.small"
flavor_ref_alt = "gp.2small"
fixed_network_name =
[compute-feature-enabled]
live_migration = False
resize = True
vnc_console = True
attach_encrypted_volume = False
[data-processing]
[identity]
region = region00
auth_version = v3
uri = https://*********:5000/v2.0
uri_v3 = https://*********:5000/v3
disable_ssl_certificate_validation = False
ca_certificates_file =
tempest_roles = "user"
default_credentials_domain_name = "testing"
[image-feature-enabled]
deactivate_image = True
[input-scenario]
ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"], ["^.*[Tt]est[VvMm].*$", "cirros"], ["^.*rally_verify.*$", "cirros"]]
[network]
public_network_id = a16cb1ed-656f-4e57-9edd-8d88da6fe830
[network-feature-enabled]
ipv6_subnet_attributes = True
ipv6 = True
api_extensions = default-subnetpools,network-ip-availability,network_availability_zone,auto-allocated-topology,ext-gw-mode,binding,agent,subnet_allocation,l3_agent_scheduler,tag,external-net,net-mtu,availability_zone,quotas,l3-ha,provider,multi-provider,address-scope,extraroute,lbaasv2,shared_pools,timestamp_core,router,extra_dhcp_opt,dns-integration,service-type,lbaas_agent_schedulerv2,security-group,dhcp_agent_scheduler,router_availability_zone,rbac-policies,l7,standard-attr-description,port-security,allowed-address-pairs,dvr
[object-storage]
operator_role = Member
reseller_admin_role = ResellerAdmin
[oslo_concurrency]
lock_path = /root/.rally/tempest/data/lock_files_e3cefb6e-e08a-4479-a8a9-989166a50f27
[orchestration]
instance_type =
stack_owner_role = heat_stack_owner
stack_user_role = heat_stack_user
[scenario]
img_dir = /root/.rally/tempest/data
img_file = cirros-0.3.4-x86_64-disk.img
[service_available]
cinder = True
glance = True
heat = True
ironic = False
neutron = True
nova = True
sahara = False
swift = False
[validation]
run_validation = True
image_ssh_user = cirros
connect_method = floating
[volume-feature-enabled]
bootable = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment