1231c83f42
Fix up Ranger Dockerfile and README.rst. Fix Dockerfile for tempest tests. Also remove unnecessary directories. Change-Id: I6d64755c6911919f8527e94a57113d886daf22bc
111 lines
2.2 KiB
Plaintext
111 lines
2.2 KiB
Plaintext
[DEFAULT]
|
|
debug = true
|
|
log_file = tempest.log
|
|
log_dir = /var/log
|
|
|
|
[auth]
|
|
test_accounts_file = /tempest/etc/accounts.yaml
|
|
use_dynamic_credentials = true
|
|
tempest_roles = admin
|
|
admin_username = admin
|
|
admin_project_name = admin
|
|
admin_password = nomoresecrete
|
|
admin_domain_name = Default
|
|
|
|
[compute]
|
|
image_ref = 199668fa-0cd4-4b84-92cb-f5c87a16628a
|
|
image_ref_alt = 199668fa-0cd4-4b84-92cb-f5c87a16628a
|
|
flavor_ref = 1
|
|
flavor_ref_alt = 84
|
|
fixed_network_name = public
|
|
|
|
[compute-feature-enabled]
|
|
change_password = false
|
|
console_output = true
|
|
resize = true
|
|
vnc_console = true
|
|
enable_instance_password = true
|
|
attach_encrypted_volume = false
|
|
scheduler_available_filters = all
|
|
|
|
[identity]
|
|
disable_ssl_certificate_validation = false
|
|
ca_certificates_file = /etc/ssl/certs/ca-certificates.crt
|
|
uri = http://192.168.56.107:5000/v2.0
|
|
uri_v3 = http://192.168.56.107:5000/v3.0
|
|
auth_version = v2
|
|
# region = RegionOne
|
|
region = local
|
|
admin_role = admin
|
|
|
|
[identity-feature-enabled]
|
|
api_v2 = true
|
|
api_v2_admin = true
|
|
api_v3 = true
|
|
api_extensions = all
|
|
|
|
[image-feature-enabled]
|
|
deactivate_image = true
|
|
|
|
[network]
|
|
public_network_id = 6953ce50-6ea3-4091-8f68-fd7b0c5fdcd3
|
|
floating_network_name = public
|
|
|
|
[network-feature-enabled]
|
|
ipv6 = true
|
|
api_extensions = contrail,security-group,ipam,port-security,binding,provider,agent,quotas,route-table,extra_lbaas_opts,external-net,policy,router,allowed-address-pairs,extra_dhcp_opt,service-interface,lbaas
|
|
ipv6_subnet_attributes = true
|
|
|
|
[object-storage]
|
|
operator_role = Member
|
|
reseller_admin_role = ResellerAdmin
|
|
|
|
[orchestration]
|
|
instance_type = 1
|
|
|
|
[oslo_concurrency]
|
|
lock_path = /tempest/tempest_lock
|
|
|
|
[scenario]
|
|
img_dir = /tempest/images
|
|
img_file = cirros-0.3.4-x86_64-disk.img
|
|
|
|
[service_available]
|
|
heat-cfn = true
|
|
cinder = true
|
|
swift = true
|
|
cinderv2 = true
|
|
heat = true
|
|
novav3 = true
|
|
trove = true
|
|
designate = true
|
|
ceilometer = true
|
|
murano = true
|
|
keystone = true
|
|
s3 = true
|
|
glance = true
|
|
neutron = true
|
|
nova = true
|
|
ord = true
|
|
nova_ec2 = true
|
|
orm = true
|
|
contrail = true
|
|
mistral = true
|
|
|
|
[validation]
|
|
run_validation = true
|
|
connect_method = floating
|
|
image_ssh_user = cirros
|
|
image_ssh_password = cubswin:)
|
|
|
|
[volume]
|
|
backend_names = SOLIDFIRE
|
|
storage_protocol = iSCSI
|
|
|
|
[volume-feature-enabled]
|
|
multi_backend = false
|
|
|
|
[orm]
|
|
uri = http://127.0.0.1
|
|
catalog_type = orm
|