~openstack-charmers-next/charms/trusty/cisco-vpp/trunk

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/templates/ceph.conf

  • Committer: Liam Young
  • Date: 2015-12-02 10:33:20 UTC
  • mfrom: (115.1.9 dhcp)
  • Revision ID: liam.young@canonical.com-20151202103320-0cjg1te17yovqyu3
[gnuoy, r=james-page] Adds support for serving dhcp and metadata requests to guests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
###############################################################################
6
6
[global]
7
7
{% if auth -%}
8
 
 auth_supported = {{ auth }}
9
 
 keyring = /etc/ceph/$cluster.$name.keyring
10
 
 mon host = {{ mon_hosts }}
 
8
auth_supported = {{ auth }}
 
9
keyring = /etc/ceph/$cluster.$name.keyring
 
10
mon host = {{ mon_hosts }}
11
11
{% endif -%}
12
 
 log to syslog = {{ use_syslog }}
13
 
 err to syslog = {{ use_syslog }}
14
 
 clog to syslog = {{ use_syslog }}
 
12
log to syslog = {{ use_syslog }}
 
13
err to syslog = {{ use_syslog }}
 
14
clog to syslog = {{ use_syslog }}
15
15
 
 
16
[client]
 
17
{% if rbd_client_cache_settings -%}
 
18
{% for key, value in rbd_client_cache_settings.iteritems() -%}
 
19
{{ key }} = {{ value }}
 
20
{% endfor -%}
 
21
{%- endif %}
 
 
b'\\ No newline at end of file'