[Openstack] Problem integrating swift with keystone

2012-07-10 Thread Jyothsna Padavala
Hello

I have openstack keystone and swift (both of essex release) installed on two 
different machines. 
I did the keystone installation using 
http://docs.openstack.org/essex/openstack-compute/install/yum/content/
and swift installation using 
http://docs.openstack.org/developer/swift/development_saio.html
OS - Centos 6.2 , 64-bit.

Both the services individually have been started successfully, which means 
there are no start-up errors. Keystone works fine as i could add all the users, 
tenanta, endpoints. I could get tokens and could view the end points using curl 
commands as well.

Now, when i try to test swift using keystone as auth service, i get a message 
saying - 

$: 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.

Here are my questions.
1) I assumed that the 'connection to keystone is happening' and the swift 
command is looking up for an end point in the keystone catalog and is not able 
to find one. Am i correct?

2) I cross checked the endpoint-list in keystone using 
$: 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. 
So, why am i getting this err msg saying There is no object-store endpoint on 
this auth server.?

3) I am not sure if i'm using the right tenant, user/password combinations.

Please suggest where iam going wrong. Have been struck with this since so long.

Thanks,
Jyothsna

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem integrating swift with keystone

2012-07-10 Thread Pete Zaitcev
On Tue, 10 Jul 2012 09:29:12 -0800 (GMT-08:00)
Jyothsna Padavala jyothsna.padav...@strongauth.com 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

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp