Add rgw_keystone_implicit_tenants to ceph-ansible/ceph-base.yaml

This patch adds rgw_keystone_implicit_tenants to the ceph-base.yaml
file. Setting this parameter to true creates a new tenant per user.
This patch resolves BZ1481819 for ceph-ansible deployments.

Change-Id: I4f4688bbdc79c33ccf697813adb5ef26eca79e6b
This commit is contained in:
Keith Schincke 2018-01-23 11:52:18 -05:00
parent 2ebc2ee3af
commit 178cfdd742
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ outputs:
rgw_keystone_admin_project: service
rgw_keystone_admin_user: swift
rgw_keystone_admin_password: {get_param: SwiftPassword}
rgw_keystone_implicit_tenants: 'true'
rgw_s3_auth_use_keystone: 'true'
- {get_param: CephConfigOverrides}
ntp_service_enabled: false