Merge "Sync charms.ceph"

This commit is contained in:
Zuul 2020-05-19 18:35:16 +00:00 committed by Gerrit Code Review
commit 9bfb7dc33c
1 changed files with 2 additions and 1 deletions

View File

@ -1139,8 +1139,9 @@ osd_upgrade_caps = collections.OrderedDict([
])
rbd_mirror_caps = collections.OrderedDict([
('mon', ['profile rbd']),
('mon', ['profile rbd; allow r']),
('osd', ['profile rbd']),
('mgr', ['allow r']),
])