From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Hope-Morley Subject: Re: RGW and Keystone Date: Wed, 19 Jun 2013 11:00:51 +0100 Message-ID: <51C18153.8040704@canoncial.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bk0-f48.google.com ([209.85.214.48]:52387 "EHLO mail-bk0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934485Ab3FSKA6 (ORCPT ); Wed, 19 Jun 2013 06:00:58 -0400 Received: by mail-bk0-f48.google.com with SMTP id jf17so2277534bkc.35 for ; Wed, 19 Jun 2013 03:00:57 -0700 (PDT) Received: from [192.168.1.67] (host86-164-143-0.range86-164.btcentralplus.com. [86.164.143.0]) by mx.google.com with ESMTPSA id kz11sm7442623bkb.11.2013.06.19.03.00.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Jun 2013 03:00:56 -0700 (PDT) In-Reply-To: Sender: ceph-devel-owner@vger.kernel.org List-ID: Cc: ceph-devel Hi guys, I'm having the following issue with the RGW swift API: The docs at http://ceph.com/docs/next/radosgw/swift/serviceops say that for a GET request to list account contents I should do (as with Swift): GET /{api version}/{account} HTTP/1.1 but, if I put the account RGW treats this as a bucket. So the following works fine: curl -i http://192.168.1.201:80/swift/v1 -X GET -H "X-Auth-Token: $token" But this does not: