~openstack-charmers/charms/trusty/glance/trunk

« back to all changes in this revision

Viewing changes to templates/glance-registry.conf

  • Committer: James Page
  • Date: 2014-04-16 08:18:06 UTC
  • mfrom: (43.5.31 stable/16.07.remote)
  • Revision ID: james.page@canonical.com-20140416081806-nsx1kmaiwqq0fg1o
[hazmat,yolanda.robla,james-page,r=james-page,t=*]

Support for Icehouse on 12.04 and 14.04
Support for Active/Active and SSL RabbitMQ
Support for SSL MySQL
Support for SSL endpoints
Support for PostgreSQL

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
bind_port = 9191
7
7
log_file = /var/log/glance/registry.log
8
8
backlog = 4096
9
 
{% if database_host %}
10
 
sql_connection = mysql://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database }}
11
 
{% endif %}
 
9
 
 
10
{% include "parts/database" %}
 
11
 
12
12
sql_idle_timeout = 3600
13
13
api_limit_max = 1000
14
14
limit_param_default = 25