Remove keyring from expected ceph.conf

The global keyring was removed from ceph-mon configuration
to better support colocating ceph-mon and ceph-osd.

Change-Id: Ic1ce5f7fa4f0ba7f36b96b3204634b010d1346d3
Closes-Bug: #1719869
This commit is contained in:
Chris MacNaughton 2017-09-27 08:40:57 -04:00
parent 5408137dd4
commit 502e84f7fd
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ class CephFsBasicDeployment(OpenStackAmuletDeployment):
conf = '/etc/ceph/ceph.conf'
expected = {
'global': {
'keyring': '/etc/ceph/$cluster.$name.keyring',
'fsid': '6547bd3e-1397-11e2-82e5-53567c8d32dc',
'log to syslog': 'false',
'err to syslog': 'false',