aboutsummaryrefslogtreecommitdiff
path: root/configs/glance-api.conf
blob: 5df3b6101212601537bb4a4cd66336592b5060eb (plain)
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
32
33
34
35
36
37
[DEFAULT]
use_keystone_quotas = True
transport_url = rabbit://openstack:RABBIT_PASS@REPLACE_WITH_HOST

rootwrap_config = /etc/glance/rootwrap.conf

[database]
connection = mysql+pymysql://glance:glance@REPLACE_WITH_HOST/glance

[keystone_authtoken]
www_authenticate_uri = http://REPLACE_WITH_HOST:5000
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 = glance
password = glance

[paste_deploy]
flavor = keystone

[glance_store]
stores = file,http
default_store = file
filesystem_store_datadir = /var/lib/glance/images/

[oslo_limit]
auth_url = http://REPLACE_WITH_HOST:5000
auth_type = password
user_domain_id = default
username = MY_SERVICE
system_scope = all
password = MY_SERVICE
endpoint_id = ENDPOINT_ID
region_name = RegionOne