From 9e61e2313e678a534e5f62ad90b76a83a1919f3d Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Tue, 12 Feb 2019 10:36:06 +0100 Subject: [PATCH] Enable objects versioning for Ceph RadosGW We enabled objects versioning for Swift in the Newton release [1], this change aligns the RGW configuration to have the same behavior. 1. https://review.openstack.org/#/c/384616/ Change-Id: I6dbdd0eac52cceaad9ee74d707591540cf3f5ef1 Co-Authored-By: Pritha Srivastava Related-Bug: 1632215 --- 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 c2e08339ea..a30446a54e 100644 --- a/deployment/ceph-ansible/ceph-base.yaml +++ b/deployment/ceph-ansible/ceph-base.yaml @@ -348,6 +348,7 @@ resources: rgw_keystone_implicit_tenants: 'true' rgw_keystone_revocation_interval: '0' rgw_s3_auth_use_keystone: 'true' + rgw_swift_versioning_enabled: 'true' - {get_param: CephConfigOverrides} ntp_service_enabled: false generate_fsid: false