File: functional_tests.conf

package info (click to toggle)
python-barbicanclient 7.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,028 kB
  • sloc: python: 9,327; makefile: 22; sh: 2
file content (31 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[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