aboutsummaryrefslogtreecommitdiff
path: root/configs/placement.conf
blob: a5261bd4f0505f95032ca9bd7bc11d66dc104491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[DEFAULT]

[placement_database]
connection = mysql+pymysql://placement:placement@REPLACE_WITH_HOST/placement

[api]
auth_strategy = keystone

[keystone_authtoken]
auth_url = http://REPLACE_WITH_HOST:5000/
memcached_servers = REPLACE_WITH_HOST:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = placement
password = placement