python-barbicanclient/etc/functional_tests.conf
Jeremy Liu 15496e0c0f Switch to use new barbican endpoint
Change-Id: Ie5f8d146430d6a94c22ad0f5175f492ea1985d19
2017-11-13 10:51:06 +08:00

32 lines
648 B
Plaintext

[DEFAULT]
# Leaving this as a placeholder
[keymanager]
#Replace values that represent barbican server and user information
url=http://localhost/key-manager
username=barbican
password=secretservice
project_name=service
project_id=service
#max_payload_size=10000
project_domain_name=Default
[identity]
# Replace these with values that represent your identity configuration
uri=http://localhost/identity
auth_version=v3
username=admin
tenant_name=admin
password=password
domain_name=Default
admin_username=admin
admin_tenant_name=admin
admin_password=password
admin_domain_name=Default
[identity-feature-enabled]
# Leaving this as a placeholder