From d8c605775949f6b0f380293df1a2d460801798da Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Tue, 19 Feb 2019 11:09:36 +0100 Subject: [PATCH] Make Ceph RGW accept ResellerAdmin role for administration Grants ResellerAdmin role admin privileges to Ceph RGW, like Swift. Change-Id: I62f144341881c9f0cf201cd4af6ee07e01a763b2 Co-Authored-By: Pritha Srivastava --- deployment/ceph-ansible/ceph-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/ceph-ansible/ceph-base.yaml b/deployment/ceph-ansible/ceph-base.yaml index a30446a54e..0bd5ed3042 100644 --- a/deployment/ceph-ansible/ceph-base.yaml +++ b/deployment/ceph-ansible/ceph-base.yaml @@ -341,6 +341,7 @@ resources: rgw_keystone_api_version: 3 rgw_keystone_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} rgw_keystone_accepted_roles: 'Member, admin' + rgw_keystone_accepted_admin_roles: ResellerAdmin rgw_keystone_admin_domain: default rgw_keystone_admin_project: service rgw_keystone_admin_user: swift