Merge lp:~1chb1n/charm-helpers/ceph-template-leading-spaces into lp:charm-helpers

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 399
Proposed branch: lp:~1chb1n/charm-helpers/ceph-template-leading-spaces
Merge into: lp:charm-helpers
Diff against target: 42 lines (+12/-12)
2 files modified
charmhelpers/contrib/openstack/templates/ceph.conf (+6/-6)
charmhelpers/contrib/storage/linux/ceph.py (+6/-6)
To merge this branch: bzr merge lp:~1chb1n/charm-helpers/ceph-template-leading-spaces
Reviewer Review Type Date Requested Status
Chris Holcombe (community) Approve
James Page Pending
Review via email: mp+262917@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chris Holcombe (xfactor973) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charmhelpers/contrib/openstack/templates/ceph.conf'
2--- charmhelpers/contrib/openstack/templates/ceph.conf 2014-03-26 10:26:36 +0000
3+++ charmhelpers/contrib/openstack/templates/ceph.conf 2015-06-24 21:28:32 +0000
4@@ -5,11 +5,11 @@
5 ###############################################################################
6 [global]
7 {% if auth -%}
8- auth_supported = {{ auth }}
9- keyring = /etc/ceph/$cluster.$name.keyring
10- mon host = {{ mon_hosts }}
11+auth_supported = {{ auth }}
12+keyring = /etc/ceph/$cluster.$name.keyring
13+mon host = {{ mon_hosts }}
14 {% endif -%}
15- log to syslog = {{ use_syslog }}
16- err to syslog = {{ use_syslog }}
17- clog to syslog = {{ use_syslog }}
18+log to syslog = {{ use_syslog }}
19+err to syslog = {{ use_syslog }}
20+clog to syslog = {{ use_syslog }}
21
22
23=== modified file 'charmhelpers/contrib/storage/linux/ceph.py'
24--- charmhelpers/contrib/storage/linux/ceph.py 2015-01-22 06:11:15 +0000
25+++ charmhelpers/contrib/storage/linux/ceph.py 2015-06-24 21:28:32 +0000
26@@ -60,12 +60,12 @@
27 KEYFILE = '/etc/ceph/ceph.client.{}.key'
28
29 CEPH_CONF = """[global]
30- auth supported = {auth}
31- keyring = {keyring}
32- mon host = {mon_hosts}
33- log to syslog = {use_syslog}
34- err to syslog = {use_syslog}
35- clog to syslog = {use_syslog}
36+auth supported = {auth}
37+keyring = {keyring}
38+mon host = {mon_hosts}
39+log to syslog = {use_syslog}
40+err to syslog = {use_syslog}
41+clog to syslog = {use_syslog}
42 """
43
44

Subscribers

People subscribed via source and target branches