[swift][ceph][radosgw] Swift container create error
Hi all, I'm setting up swift support but using radosgw dropin replacement. I have configured the following in ceph.conf rgw keystone api version = 3 rgw keystone url = https://keystone/v3 rgw keystone admin project = service rgw keystone admin domain = default rgw keystone service token enabled = true rgw keystone accepted roles = member, _member_, admin, swiftoperator rgw keystone implicit tenants = true rgw enable apis = swift, s3 rgw s3 auth use keystone = true but I'm getting the following error when creating a container
openstack container create test Unauthorized (HTTP 401)
Does anyone what I'm missing? TIA Jaime -- salu2 Jaime
On Mon, 17 Jun 2024 17:15:36 +0100 Jaime Ibar <jim2k7@gmail.com> wrote:
rgw keystone url = https://keystone/v3
Make sure :5000 is in there.
openstack container create test Unauthorized (HTTP 401)
If everything else is okay, there's going to be a some tickery with colons in the account name. RGW is ridiculously touchy about it. -- P
Hi Pete, keystone auth is working fine. I'll double check the account name. Thanks Jaime On 20/06/2024 05:54, Pete Zaitcev wrote:
On Mon, 17 Jun 2024 17:15:36 +0100 Jaime Ibar <jim2k7@gmail.com> wrote:
rgw keystone url = https://keystone/v3 Make sure :5000 is in there.
openstack container create test Unauthorized (HTTP 401) If everything else is okay, there's going to be a some tickery with
colons in the account name. RGW is ridiculously touchy about it.
-- P
-- Jaime
participants (2)
-
Jaime Ibar
-
Pete Zaitcev