[Openstack] Problem integrating swift with keystone

Jyothsna Padavala jyothsna.padavala at strongauth.com
Tue Jul 10 17:29:12 UTC 2012


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




More information about the Openstack mailing list