Skip to content

Instantly share code, notes, and snippets.

@a1git
Created February 15, 2021 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/3ca6ac90690d52a9ba40d965b5f1c82a to your computer and use it in GitHub Desktop.
Save a1git/3ca6ac90690d52a9ba40d965b5f1c82a to your computer and use it in GitHub Desktop.
endpoints added in OSA:
root@c1-utility-container-c4da4e69:~# openstack endpoint list | grep swift
| 084bcaf48a40471eb213e9e452f44c35 | lab | swift | object-store | True | internal | https://s3.domain.com/swift/v1/AUTH_%(tenant_id)s |
| 3092f1e21c7b48f1bff5bdbbd3283a9b | lab | swift | object-store | True | admin | https://s3.domain.com/swift/v1/AUTH_%(tenant_id)s |
| 3d398f1feae046c6a991f12aef955ef3 | lab | swift | object-store | True | public | https://s3.domain.com/swift/v1/AUTH_%(tenant_id)s |
also tried endpoints like https://s3.domain.com/swift/v1 -- same result
ceph_conf_overrides:
mon:
mon_compact_on_start: true
mon_allow_pool_delete: true
client.radosgw.gateway:
rgw_keystone_url: "http://172.29.236.9:5000/v3"
rgw_keystone_admin_user: "admin"
rgw_keystone_admin_password: "****"
rgw_keystone_admin_project: admin
rgw_keystone_admin_domain: default
rgw_keystone_revocation_interval: 0
rgw_keystone_implicit_tenants: true
rgw_s3_auth_use_keystone: true
rgw_keystone_verify_ssl: false
rgw_keystone_make_new_tenants: true
rgw_keystone_api_version: 3
rgw_swift_account_in_url: true
rgw_keystone_accepted_roles: member, admin, _member_, SwiftOperator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment