Re: [Openstack] Swift and keystone: asking for an auth token.

2012-04-04 Thread Pierre Amadio
Thanks to all for your feedback it has been helpfull ! On 04/03/2012 06:42 PM, Dolph Mathews wrote: > See `keystone help role-list`. Great, makes more sense now ! On 04/04/2012 06:42 AM, Chmouel Boudjnah wrote: > You are in the group Admin and your operator_roles is admin (lowercase). That was

Re: [Openstack] Swift and keystone: asking for an auth token.

2012-04-03 Thread Chmouel Boudjnah
On Tue, Apr 3, 2012 at 4:53 PM, Pierre Amadio wrote: > I am trying to use swift and keystone together (on ubuntu precise), and > fail to do so. >                  "roles": [{"id": "60a1783c2f05437d91f2e1f369320c49", "name": > "Admin"}, [...] > [filter:keystone] > paste.filter_factory = keystone.m

Re: [Openstack] Swift and keystone: asking for an auth token.

2012-04-03 Thread Pete Zaitcev
On Tue, 03 Apr 2012 16:53:05 +0200 Pierre Amadio wrote: > [filter:tokenauth] > paste.filter_factory = keystone.middleware.auth_token:filter_factory > service_port = 5000 > service_host = 192.168.122.102 > auth_port = 35357 > auth_host = 192.168.122.102 > auth_protocol = http I'm surprised this w

Re: [Openstack] Swift and keystone: asking for an auth token.

2012-04-03 Thread Dolph Mathews
Included one answer for you below :) -Dolph On Tue, Apr 3, 2012 at 9:53 AM, Pierre Amadio wrote: > > The ubuntu user is associated to the admin role (i know i did it with > keystone user-role-add , altough i m not sure how to list the role of a > given user to double check, if you know how to do