Set rgw_keystone_revocation_interval to 0 for ceph-ansible
Ceph RGW defaults to checking every 600 seconds for a revocation. This is only useful for PKI tokens. PKI is not enabled. This check needs to be disabled. Change-Id: I9d87ff5226ab55df05e68f6639e6679fb0566484 Closes-Bug: #1748137
This commit is contained in:
@@ -316,6 +316,7 @@ outputs:
|
||||
rgw_keystone_admin_user: swift
|
||||
rgw_keystone_admin_password: {get_param: SwiftPassword}
|
||||
rgw_keystone_implicit_tenants: 'true'
|
||||
rgw_keystone_revocation_interval: '0'
|
||||
rgw_s3_auth_use_keystone: 'true'
|
||||
- {get_param: CephConfigOverrides}
|
||||
ntp_service_enabled: false
|
||||
|
||||
Reference in New Issue
Block a user