openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #14477
Fwd: Problem integrating swift with keystone
Thanks pete for a quick reply,
Here is the output of the keystone endpoint-list command. I made sure there are no typos. When i get the tenant list, i see only service and openstackdemo in the list. Which tenant name am i supposed to use in my swift command?
# nova:/usr/local/strongauth> keystone --endpoint http://nova.strongauth.com:35357/v2.0/ --token 2a9ffaa3d3770c404eda endpoint-list
+----------------------------------+-----------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------+
| id | region | publicurl | internalurl | adminurl |
+----------------------------------+-----------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------+
| 0110e33de1504e5da1cde176151be474 | RegionOne | http://nova.strongauth.com:9292/v1 | http://nova.strongauth.com:9292/v1 | http://nova.strongauth.com:9292/v1 |
| 82c7176ea8654cfd911bba7462254326 | RegionOne | http://notus.strongauth.com:8080/v1/AUTH_%(tenant_id)s | http://notus.strongauth.com:8080/v1/AUTH_%(tenant_id)s | http://notus.strongauth.com:8080/ |
| a2d6588b361349358ae979d96d5ca6c5 | RegionOne | http://nova.strongauth.com:8774/v2/%(tenant_id)s | http://nova.strongauth.com:8774/v2/%(tenant_id)s | http://nova.strongauth.com:8774/v2/%(tenant_id)s |
| b276a5467b044a70a1c2cfcf395996cc | RegionOne | http://nova.strongauth.com:8776/v1/%(tenant_id)s | http://nova.strongauth.com:8776/v1/%(tenant_id)s | http://nova.strongauth.com:8776/v1/%(tenant_id)s |
| c16a620daebe4b89bdfeec3988a09df8 | RegionOne | http://nova.strongauth.com:5000/v2.0 | http://nova.strongauth.com:5000/v2.0 | http://nova.strongauth.com:35357/v2.0 |
| c6f7ce4340704f84a49dc3fbb2fe2a9b | RegionOne | http://nova.strongauth.com:8773/services/Cloud | http://nova.strongauth.com:8773/services/Cloud | http://nova.strongauth.com:8773/services/Admin |
+----------------------------------+-----------+--------------------------------------------------------+--------------------------------------------------------+--------------------------------------------------+
Thanks,
Jyothsna
----- Original Message -----
From: "Pete Zaitcev" <zaitcev@xxxxxxxxxx>
To: "Jyothsna Padavala" <jyothsna.padavala@xxxxxxxxxxxxxx>
Cc: openstack@xxxxxxxxxxxxxxxxxxx
Sent: Tuesday, July 10, 2012 2:07:12 PM (GMT-0800) America/Los_Angeles
Subject: Re: [Openstack] Problem integrating swift with keystone
On Tue, 10 Jul 2012 09:29:12 -0800 (GMT-08:00)
Jyothsna Padavala <jyothsna.padavala@xxxxxxxxxxxxxx> wrote:
> $: swift -V 2 -A http://nova.strongauth.com:5000/v2.0 -U admin:adminuser -K adminuserpswd stat
> There is no object-store endpoint on this auth server.
> $: keystone --endpoint http://nova.strongauth.com:35357/v2.0/ --token <mytoken> endpoint-list
>
> and could see the list of endpoints which has an object-store endpoint as well.
No, please don't describe verbally. Copy-paste the command and its output.
It must be some minute typo in publicUrl field that you cannot see because
you're desensitized to it.
-- Pete