aboutsummaryrefslogtreecommitdiff
path: root/configs/glance-api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/glance-api.conf')
-rw-r--r--configs/glance-api.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/configs/glance-api.conf b/configs/glance-api.conf
new file mode 100644
index 0000000..5df3b61
--- /dev/null
+++ b/configs/glance-api.conf
@@ -0,0 +1,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