Downgrade default key mon capabilities
The 'w' capability for mon is no longer required by default, as
the ceph broker in the ceph{-mon} charm is responsible for pool
creation, not clients.
Drop this permission (keys are automatically upgraded).
Change-Id: I23a75bc4d3737f9181b48d0affb046349be4153b
Depends-On: Iefffe047214555a15c4201fca605f07ac39c8f5c
Partial-Bug: 1424771
This commit is contained in:
@@ -949,7 +949,7 @@ def get_mds_bootstrap_key():
|
||||
|
||||
|
||||
_default_caps = collections.OrderedDict([
|
||||
('mon', ['allow rw']),
|
||||
('mon', ['allow r']),
|
||||
('osd', ['allow rwx']),
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user