Merge "Enable S3 API by default"

This commit is contained in:
Zuul 2023-07-07 06:56:28 +00:00 committed by Gerrit Code Review
commit e44a274f7c
2 changed files with 6 additions and 4 deletions

View File

@ -12,10 +12,8 @@ ceph_conf_overrides_rgw:
rgw_keystone_implicit_tenants: 'true'
rgw_swift_account_in_url: 'true'
rgw_swift_versioning_enabled: 'true'
rgw_enable_apis: swift
# For S3 support, update/add below rows
# rgw_enable_apis: 'swift, s3'
# rgw_s3_auth_use_keystone: 'true'
rgw_enable_apis: 'swift, s3'
rgw_s3_auth_use_keystone: 'true'
###
### Backend TLS

View File

@ -0,0 +1,4 @@
---
other:
- |
S3 API is now enabled by default for deployments using integrated ceph-ansible.