Skip to content

Commit

Permalink
Merge "SM-Storage: rectify keyring value for ceph config"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Dec 16, 2015
2 parents 58c777c + 92e044b commit 8796e50
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -105,7 +105,7 @@
cap_mon => 'allow *',
cap_osd => 'allow *',
inject_as_id => 'mon.',
inject_keyring => "/var/lib/ceph/mon/ceph-\$hostname/keyring",
inject_keyring => "/var/lib/ceph/mon/ceph-$hostname/keyring",
inject => true,
}
->
Expand All @@ -114,7 +114,7 @@
keyring_path => '/var/lib/ceph/bootstrap-osd/ceph.keyring',
cap_mon => 'allow profile bootstrap-osd',
inject_as_id => 'mon.',
inject_keyring => "/var/lib/ceph/mon/ceph-\$hostname/keyring",
inject_keyring => "/var/lib/ceph/mon/ceph-$hostname/keyring",
inject => true,
}
} else {
Expand Down

0 comments on commit 8796e50

Please sign in to comment.